{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/meta_ads/ad-transcript.json","title":"meta_ads/ad-transcript data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","type":"object","properties":{"platform":{"type":["string","null"],"description":"meta_ads"},"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"transcript":{"type":["string","null"],"description":"Source transcript, when available."},"has_transcript":{"type":["boolean","null"],"description":"Whether usable text was returned."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers.","minLength":1}}},{"required":["transcript"],"properties":{"transcript":{"type":["string"],"description":"Source transcript, when available.","minLength":1}}},{"required":["has_transcript"],"properties":{"has_transcript":{"type":["boolean"],"description":"Whether usable text was returned."}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"platform":"meta_ads","id":"example-ad","transcript":"Illustrative spoken words.","has_transcript":true}]}