{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/post-transcript.json","title":"instagram/post-transcript data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"has_transcript":{"description":"Optional has transcript supplied by this operation. Null means unknown.","type":["boolean","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"transcript":{"description":"Optional transcript supplied by this operation. Null means unknown.","type":["string","null"]},"transcripts":{"description":"Optional transcripts supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"code":{"description":"Optional code supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true}},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["has_transcript"],"properties":{"has_transcript":{"description":"Optional has transcript supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["transcript"],"properties":{"transcript":{"description":"Optional transcript supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["transcripts"],"properties":{"transcripts":{"description":"Optional transcripts supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"code":{"description":"Optional code supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"has_transcript":false,"platform":"example","transcript":"example","transcripts":[{"code":"example","id":"example","text":"example"}],"url":"https://example.com/example"}]}