Structured response bodyBody structurat al răspunsului
application/json
Structured response bodyBody structurat al răspunsului
Complete response schemaSchema completă a răspunsului
{
"$ref": "#/components/schemas/RCADemoCatalog",
"type": "object",
"additionalProperties": false,
"required": [
"fixture_family",
"scenarios"
],
"properties": {
"fixture_family": {
"type": "string",
"const": "polita-rca-v1"
},
"scenarios": {
"type": "array",
"minItems": 5,
"maxItems": 5,
"items": {
"$ref": "#/components/schemas/RCADemoScenario",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"name",
"description",
"expected_ingestion",
"expected_person_branch",
"schedule_interval_months",
"metadata",
"source_payload",
"source_payload_media_type",
"source_payload_bytes",
"source_payload_sha256",
"ui_facts"
],
"properties": {
"id": {
"type": "string",
"enum": [
"1-month",
"6-month",
"12-month",
"ingestion-rejection",
"person-branch-failure"
]
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 160
},
"description": {
"type": "string",
"minLength": 1,
"maxLength": 512
},
"expected_ingestion": {
"type": "string",
"enum": [
"accepted",
"rejected"
]
},
"expected_person_branch": {
"type": "string",
"enum": [
"succeeded",
"not_started",
"failed"
]
},
"schedule_interval_months": {
"type": "integer",
"enum": [
1,
6,
12
]
},
"metadata": {
"$ref": "#/components/schemas/SubmissionMetadata",
"type": "object",
"additionalProperties": false,
"required": [
"model_slug",
"object_reference",
"object_effective_at",
"source_system",
"source_actor"
],
"properties": {
"model_slug": {
"type": "string",
"minLength": 1,
"maxLength": 64,
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
},
"object_reference": {
"type": "string",
"minLength": 1,
"maxLength": 128,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:@+-]{0,127}$"
},
"object_effective_at": {
"type": "string",
"format": "date-time"
},
"source_system": {
"type": "string",
"minLength": 1,
"maxLength": 128,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:@+-]{0,127}$"
},
"source_actor": {
"type": "string",
"minLength": 1,
"maxLength": 128,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:@+-]{0,127}$"
}
}
},
"source_payload": {
"type": "string",
"minLength": 1,
"x-docula-max-bytes": 524288
},
"source_payload_media_type": {
"type": "string",
"const": "application/json"
},
"source_payload_bytes": {
"type": "integer",
"minimum": 1,
"maximum": 524288
},
"source_payload_sha256": {
"type": "string",
"pattern": "^[0-9a-f]{64}$"
},
"ui_facts": {
"$ref": "#/components/schemas/RCADemoUIFacts",
"type": "object",
"additionalProperties": false,
"required": [
"outcome_label",
"schedule_label",
"journey_summary",
"expected_transformations",
"expected_documents",
"blocked_nodes"
],
"properties": {
"outcome_label": {
"type": "string",
"minLength": 1,
"maxLength": 160
},
"schedule_label": {
"type": "string",
"minLength": 1,
"maxLength": 160
},
"journey_summary": {
"type": "string",
"minLength": 1,
"maxLength": 512
},
"expected_transformations": {
"type": "integer",
"minimum": 0,
"maximum": 4
},
"expected_documents": {
"type": "integer",
"minimum": 0,
"maximum": 5
},
"failed_node": {
"type": "string",
"const": "date-persoana"
},
"blocked_nodes": {
"type": "array",
"maxItems": 2,
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"gdpr",
"fisa-t-plus-1"
]
}
}
}
}
}
}
}
}
}{
"fixture_family": "polita-rca-v1",
"scenarios": [
{
"id": "1-month",
"name": "synthetic-example",
"description": "synthetic-example",
"expected_ingestion": "accepted",
"expected_person_branch": "succeeded",
"schedule_interval_months": 1,
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "DOCS-EXAMPLE-0001",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"source_payload": "synthetic-example",
"source_payload_media_type": "application/json",
"source_payload_bytes": 1,
"source_payload_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"ui_facts": {
"outcome_label": "synthetic-example",
"schedule_label": "synthetic-example",
"journey_summary": "synthetic-example",
"expected_transformations": 4,
"expected_documents": 5,
"blocked_nodes": []
}
},
{
"id": "6-month",
"name": "synthetic-example",
"description": "synthetic-example",
"expected_ingestion": "accepted",
"expected_person_branch": "succeeded",
"schedule_interval_months": 6,
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "DOCS-EXAMPLE-0001",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"source_payload": "synthetic-example",
"source_payload_media_type": "application/json",
"source_payload_bytes": 2,
"source_payload_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"ui_facts": {
"outcome_label": "synthetic-example",
"schedule_label": "synthetic-example",
"journey_summary": "synthetic-example",
"expected_transformations": 4,
"expected_documents": 5,
"blocked_nodes": []
}
},
{
"id": "12-month",
"name": "synthetic-example",
"description": "synthetic-example",
"expected_ingestion": "accepted",
"expected_person_branch": "succeeded",
"schedule_interval_months": 12,
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "DOCS-EXAMPLE-0001",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"source_payload": "synthetic-example",
"source_payload_media_type": "application/json",
"source_payload_bytes": 3,
"source_payload_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"ui_facts": {
"outcome_label": "synthetic-example",
"schedule_label": "synthetic-example",
"journey_summary": "synthetic-example",
"expected_transformations": 4,
"expected_documents": 5,
"blocked_nodes": []
}
},
{
"id": "ingestion-rejection",
"name": "synthetic-example",
"description": "synthetic-example",
"expected_ingestion": "rejected",
"expected_person_branch": "not_started",
"schedule_interval_months": 12,
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "DOCS-EXAMPLE-0001",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"source_payload": "synthetic-example",
"source_payload_media_type": "application/json",
"source_payload_bytes": 4,
"source_payload_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"ui_facts": {
"outcome_label": "synthetic-example",
"schedule_label": "synthetic-example",
"journey_summary": "synthetic-example",
"expected_transformations": 0,
"expected_documents": 0,
"blocked_nodes": []
}
},
{
"id": "person-branch-failure",
"name": "synthetic-example",
"description": "synthetic-example",
"expected_ingestion": "accepted",
"expected_person_branch": "failed",
"schedule_interval_months": 6,
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "DOCS-EXAMPLE-0001",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"source_payload": "synthetic-example",
"source_payload_media_type": "application/json",
"source_payload_bytes": 5,
"source_payload_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"ui_facts": {
"outcome_label": "synthetic-example",
"schedule_label": "synthetic-example",
"journey_summary": "synthetic-example",
"expected_transformations": 4,
"expected_documents": 3,
"blocked_nodes": [
"gdpr",
"fisa-t-plus-1"
],
"failed_node": "date-persoana"
}
}
]
}