Files
crucible-agent-create-produ…/output.schema.json

28 lines
565 B
JSON

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