46 lines
857 B
JSON
46 lines
857 B
JSON
{
|
|
"properties": {
|
|
"agent_entrypoint": {
|
|
"type": "string"
|
|
},
|
|
"commit_reference": {
|
|
"type": "string"
|
|
},
|
|
"configured_capabilities": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"implementation_status": {
|
|
"type": "string"
|
|
},
|
|
"implementation_summary": {
|
|
"type": "string"
|
|
},
|
|
"implemented_files": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"target_repository_url": {
|
|
"type": "string"
|
|
},
|
|
"validation_results": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"required": [
|
|
"target_repository_url",
|
|
"implementation_status",
|
|
"implemented_files",
|
|
"agent_entrypoint",
|
|
"configured_capabilities",
|
|
"commit_reference",
|
|
"implementation_summary",
|
|
"validation_results"
|
|
],
|
|
"type": "object"
|
|
}
|