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/DemoStatistics",
"type": "object",
"additionalProperties": false,
"required": [
"fixture_family",
"intake_count",
"terminal_count",
"succeeded_count",
"failed_count",
"raw_bytes",
"generated_document_count",
"docx_count",
"pdf_count",
"stage_durations",
"observation_window_ms",
"percentile_method"
],
"properties": {
"fixture_family": {
"type": "string",
"const": "clws-policy-v1"
},
"intake_count": {
"type": "integer",
"minimum": 0
},
"terminal_count": {
"type": "integer",
"minimum": 0
},
"succeeded_count": {
"type": "integer",
"minimum": 0
},
"failed_count": {
"type": "integer",
"minimum": 0
},
"raw_bytes": {
"type": "integer",
"minimum": 0
},
"generated_document_count": {
"type": "integer",
"minimum": 0
},
"docx_count": {
"type": "integer",
"minimum": 0
},
"pdf_count": {
"type": "integer",
"minimum": 0
},
"success_rate": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"average_duration_ms": {
"type": "integer",
"minimum": 0
},
"p50_duration_ms": {
"type": "integer",
"minimum": 0
},
"p95_duration_ms": {
"type": "integer",
"minimum": 0
},
"stage_durations": {
"type": "array",
"maxItems": 4,
"items": {
"$ref": "#/components/schemas/DemoStageDuration",
"type": "object",
"additionalProperties": false,
"required": [
"name",
"sample_count"
],
"properties": {
"name": {
"type": "string",
"enum": [
"validate",
"transform.declarative",
"compose",
"render"
]
},
"sample_count": {
"type": "integer",
"minimum": 1
},
"average_duration_ms": {
"type": "integer",
"minimum": 0
},
"p50_duration_ms": {
"type": "integer",
"minimum": 0
},
"p95_duration_ms": {
"type": "integer",
"minimum": 0
}
}
}
},
"throughput_per_minute": {
"type": "number",
"minimum": 0
},
"first_submitted_at": {
"type": "string",
"format": "date-time"
},
"last_terminal_at": {
"type": "string",
"format": "date-time"
},
"observation_window_ms": {
"type": "integer",
"minimum": 0
},
"percentile_method": {
"type": "string",
"const": "nearest-rank"
}
}
}{
"fixture_family": "clws-policy-v1",
"intake_count": 0,
"terminal_count": 0,
"succeeded_count": 0,
"failed_count": 0,
"raw_bytes": 0,
"generated_document_count": 0,
"docx_count": 0,
"pdf_count": 0,
"stage_durations": [
{
"name": "validate",
"sample_count": 1
}
],
"observation_window_ms": 0,
"percentile_method": "nearest-rank"
}