addedInput schema / properties / input / properties
Added value: +{
+ "article_state": {
+ "enum": [
+ "planned"
+ ],
+ "type": "string"
+ },
+ "article_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "audience": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "avatar_profile": {
+ "type": "string"
+ },
+ "content_type": {
+ "enum": [
+ "work_sample",
+ "narration_review",
+ "audiobook_production"
+ ],
+ "type": "string"
+ },
+ "cta_url": {
+ "description": "Optional for private author review. When present, HTTPS with a non-root path is required. Metadata only; never spoken.",
+ "format": "uri",
+ "type": "string"
+ },
+ "deck": {
+ "additionalProperties": false,
+ "description": "A real Office Open XML .pptx container. Deck text is visual input and is never spoken.",
+ "properties": {
+ "content_base64": {
+ "description": "RFC 4648 base64 of the raw file bytes; do not base64-encode an existing .b64 text file.",
+ "minLength": 4,
+ "type": "string"
+ },
+ "file_size": {
+ "description": "Decoded byte length. It must equal the raw file size.",
+ "maximum": 10000000,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "filename": {
+ "description": "Original filename, including .md for narration or .pptx for the deck.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "mime_type": {
+ "description": "IANA media type matching the supplied file.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "sha256": {
+ "description": "SHA-256 of the decoded raw file bytes.",
+ "pattern": "^[a-fA-F0-9]{64}$",
+ "type": "string"
+ },
+ "version": {
+ "description": "Caller-controlled immutable source version label.",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "filename",
+ "mime_type",
+ "content_base64",
+ "file_size",
+ "sha256",
+ "version"
+ ],
+ "type": "object"
+ },
+ "disclosure": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "format": {
+ "enum": [
+ "16:9",
+ "9:16"
+ ],
+ "type": "string"
+ },
+ "historical_derivatives": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "idempotency_key": {
+ "type": "string"
+ },
+ "intended_visibility": {
+ "enum": [
+ "private",
+ "unlisted"
+ ],
+ "type": "string"
+ },
+ "internal_links": {
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "lineage_id": {
+ "type": "string"
+ },
+ "pacing_profile": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "preparation": {
+ "additionalProperties": true,
+ "description": "Exact source/script/SSML and preparation artifact hashes plus 100% provenance, zero unresolved pronunciation, complete visual classification, deterministic regeneration, and governance-test counts.",
+ "type": "object"
+ },
+ "publication_authority": {
+ "const": false,
+ "type": "boolean"
+ },
+ "script": {
+ "additionalProperties": false,
+ "description": "Canonical Markdown narration source. Markdown syntax, front matter, hidden notes, production notes, URLs, and metadata are never spoken.",
+ "properties": {
+ "content_base64": {
+ "description": "RFC 4648 base64 of the raw file bytes; do not base64-encode an existing .b64 text file.",
+ "minLength": 4,
+ "type": "string"
+ },
+ "file_size": {
+ "description": "Decoded byte length. It must equal the raw file size.",
+ "maximum": 10000000,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "filename": {
+ "description": "Original filename, including .md for narration or .pptx for the deck.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "mime_type": {
+ "description": "IANA media type matching the supplied file.",
+ "minLength": 1,
+ "type": "string"
+ },
+ "sha256": {
+ "description": "SHA-256 of the decoded raw file bytes.",
+ "pattern": "^[a-fA-F0-9]{64}$",
+ "type": "string"
+ },
+ "version": {
+ "description": "Caller-controlled immutable source version label.",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "filename",
+ "mime_type",
+ "content_base64",
+ "file_size",
+ "sha256",
+ "version"
+ ],
+ "type": "object"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topic_image": {
+ "format": "uri",
+ "type": "string"
+ },
+ "voice_profile": {
+ "minLength": 1,
+ "type": "string"
+ }
+}