Structured response bodyBody structurat al răspunsului
Response headersHeaderele răspunsului
ETagCurrent strong decimal draft revision ETag returned for a subsequent If-Match precondition.ETagul puternic al reviziei zecimale curente, returnat pentru o precondiție If-Match ulterioară.application/json
Structured response bodyBody structurat al răspunsului
Complete response schemaSchema completă a răspunsului
{
"$ref": "#/components/schemas/CanonicalTransformerDraft",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"slug",
"name",
"description",
"source",
"format",
"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"
},
"source": {
"type": "string",
"maxLength": 262144
},
"format": {
"$ref": "#/components/schemas/TransformSourceFormat",
"type": "string",
"enum": [
"yaml",
"json"
]
},
"revision": {
"type": "integer",
"minimum": 1
},
"updated_at": {
"$ref": "#/components/schemas/CanonicalTimestamp",
"type": "string",
"format": "date-time",
"description": "UTC timestamp serialized with RFC3339Nano precision."
}
}
}{
"id": "11111111-1111-4111-8111-000000000001",
"slug": "synthetic-example",
"name": "synthetic-example",
"description": "synthetic-example",
"source": "synthetic-example",
"format": "yaml",
"revision": 1,
"updated_at": "2026-08-01T10:00:00Z"
}