Structured response bodyBody structurat al răspunsului
application/json
Structured response bodyBody structurat al răspunsului
Complete response schemaSchema completă a răspunsului
{
"type": "object",
"additionalProperties": false,
"required": [
"ingestion_models"
],
"properties": {
"ingestion_models": {
"type": "array",
"maxItems": 100,
"items": {
"$ref": "#/components/schemas/CanonicalDefinitionSummary",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"slug",
"name",
"description",
"draft_revision",
"updated_at"
],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"slug": {
"type": "string",
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"draft_revision": {
"type": "integer",
"minimum": 0
},
"latest_version_number": {
"type": "integer",
"minimum": 1
},
"latest_status": {
"type": "string",
"enum": [
"versioned",
"published"
]
},
"updated_at": {
"$ref": "#/components/schemas/CanonicalTimestamp",
"type": "string",
"format": "date-time",
"description": "UTC timestamp serialized with RFC3339Nano precision."
}
}
}
}
}
}{
"ingestion_models": [
{
"id": "11111111-1111-4111-8111-000000000001",
"slug": "synthetic-example",
"name": "synthetic-example",
"description": "synthetic-example",
"draft_revision": 0,
"updated_at": "2026-08-01T10:00:00Z"
}
]
}