application/json
Structured response bodyBody structurat al răspunsului
Complete request schemaSchema completă a cererii
{
"$ref": "#/components/schemas/IngestionModelValidationRequest",
"type": "object",
"additionalProperties": false,
"required": [
"definition",
"contract_version_id",
"contract_hash",
"sample"
],
"properties": {
"definition": {
"type": "object"
},
"contract_version_id": {
"type": "string",
"format": "uuid"
},
"contract_hash": {
"type": "string",
"pattern": "^[0-9a-f]{64}$"
},
"sample": {
"type": "object",
"additionalProperties": false,
"required": [
"metadata",
"payload"
],
"properties": {
"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}$"
}
}
},
"payload": true
}
}
}
}{
"definition": {},
"contract_version_id": "11111111-1111-4111-8111-111111111111",
"contract_hash": "0000000000000000000000000000000000000000000000000000000000000000",
"sample": {
"metadata": {
"model_slug": "synthetic-example",
"object_reference": "synthetic-example",
"object_effective_at": "2026-08-01T10:00:00Z",
"source_system": "synthetic-example",
"source_actor": "synthetic-example"
},
"payload": "synthetic-example"
}
}