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/CaseList",
"type": "object",
"additionalProperties": false,
"required": [
"cases"
],
"properties": {
"cases": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CaseSummary",
"allOf": [
{
"$ref": "#/components/schemas/CaseFields",
"type": "object",
"required": [
"id",
"contract_id",
"contract_version_id",
"contract_version_number",
"contract_hash",
"kind",
"content_hash",
"seed",
"provider",
"provider_version",
"locale",
"generator_version",
"created_by",
"correlation_id",
"created_at"
],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"contract_id": {
"type": "string",
"format": "uuid"
},
"contract_version_id": {
"type": "string",
"format": "uuid"
},
"contract_version_number": {
"type": "integer",
"minimum": 1
},
"contract_hash": {
"type": "string",
"pattern": "^[0-9a-f]{64}$"
},
"kind": {
"type": "string",
"enum": [
"valid",
"boundary",
"invalid"
]
},
"content_hash": {
"type": "string",
"pattern": "^[0-9a-f]{64}$"
},
"seed": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647
},
"provider": {
"type": "string",
"enum": [
"Faker",
"Docula fixture"
]
},
"provider_version": {
"type": "string",
"enum": [
"40.28.1",
"1"
]
},
"locale": {
"type": "string",
"enum": [
"en_US",
"synthetic"
]
},
"generator_version": {
"type": "string",
"enum": [
"docula-json-schema-v1",
"docula-fixture-import-v1"
]
},
"invalid_path": {
"type": "string"
},
"invalid_keyword": {
"type": "string"
},
"created_by": {
"type": "string",
"format": "uuid"
},
"correlation_id": {
"type": "string",
"minLength": 1
},
"created_at": {
"type": "string",
"format": "date-time"
}
}
}
],
"unevaluatedProperties": false
}
}
}
}{
"cases": [
{
"id": "11111111-1111-4111-8111-000000000001",
"contract_id": "11111111-1111-4111-8111-000000000001",
"contract_version_id": "11111111-1111-4111-8111-000000000001",
"contract_version_number": 1,
"contract_hash": "0000000000000000000000000000000000000000000000000000000000000000",
"kind": "valid",
"content_hash": "0000000000000000000000000000000000000000000000000000000000000000",
"seed": 0,
"provider": "Faker",
"provider_version": "40.28.1",
"locale": "en_US",
"generator_version": "docula-json-schema-v1",
"created_by": "11111111-1111-4111-8111-000000000001",
"correlation_id": "11111111-1111-4111-8111-000000000001",
"created_at": "2026-08-01T10:00:00Z"
}
]
}