Files
crucible-agent-maintain-onl…/input.schema.json

20 lines
373 B
JSON

{
"properties": {
"endpoint_check_implementation": {
"type": "object"
},
"service_specification": {
"type": "object"
},
"target_management_implementation": {
"type": "object"
}
},
"required": [
"service_specification",
"target_management_implementation",
"endpoint_check_implementation"
],
"type": "object"
}