{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://grandproject.local/schemas/special-one-documentation-metadata.schema.json",
"title": "Special One Documentation Gate Metadata",
"type": "object",
"additionalProperties": false,
"required": [
"documentation_gate_status",
"documentation_current_through_source_run",
"documentation_target_source_runs",
"documentation_helper_execution_ids",
"documentation_update_ids",
"documentation_manifest_paths",
"documentation_changed_documents",
"documentation_validation_status",
"documentation_warnings",
"documentation_review_items"
],
"properties": {
"documentation_gate_status": {
"type": "string"
},
"documentation_current_through_source_run": {
"type": [
"string",
"null"
]
},
"documentation_target_source_runs": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_helper_execution_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_update_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_manifest_paths": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_changed_documents": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_validation_status": {
"type": "string"
},
"documentation_warnings": {
"type": "array",
"items": {
"type": "string"
}
},
"documentation_review_items": {
"type": "array",
"items": {
"type": "string"
}
}
}
}