changedOutput schema / (root)
Previous value: -{
- "properties": {
- "orientations": {
- "description": "Supported orientations",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "pageSizes": {
- "description": "Supported page sizes",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "template": {
- "properties": {
- "category": {
- "description": "Category label (built-in templates only)",
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Short description of the template's intended use",
- "type": "string"
- },
- "id": {
- "description": "Template ID — pass this as templateName to convert_document",
- "type": "string"
- },
- "name": {
- "description": "Human-readable template name",
- "type": "string"
- },
- "type": {
- "description": "Source of the template",
- "enum": [
- "built-in",
- "custom"
- ],
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "type"
- ],
- "type": "object"
- }
- },
- "required": [
- "template",
- "pageSizes",
- "orientations"
- ],
- "type": "object"
-}New value: +null