
bedrock.service-base.1.5.15.source-code.bootstrap.json Maven / Gradle / Ivy
{
"description": "Bootstrap - This service was started without a schema. The following events are supported:",
"events": {
"version": {
"description": "Get the build version for the current WAR.",
"strict": true,
"response": {
"display-name": {"description": "Display name of the service.", "required": true},
"pom-version": {"description": "Build Version Number, e.g. '1.0.0'.", "required": true}
},
"example": {}
},
"ok": {
"description": "Get an empty response, with status Ok.",
"strict": false,
"example": {}
},
"multiple": {
"description": "Handle multiple events in array format.",
"parameters": {
"post-data": { "description": "An array of other events", "required": true }
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy