{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/story.json","title":"instagram/story 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":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"type":{"type":["string","null"],"description":"type"},"story_id":{"type":["string","null"],"description":"story id"},"created_at":{"type":["string","null"],"description":"created at"},"expires_at":{"type":["string","null"],"description":"expires at"},"thumbnail_url":{"type":["string","null"],"description":"thumbnail url"},"video_url":{"type":["string","null"],"description":"video url"},"author":{"type":["object","null"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"additionalProperties":true}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Exact source identifier; preserve it as a string.","minLength":1}}},{"required":["story_id"],"properties":{"story_id":{"type":["string"],"description":"story id","minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"type":["string"],"description":"created at","minLength":1}}},{"required":["expires_at"],"properties":{"expires_at":{"type":["string"],"description":"expires at","minLength":1}}},{"required":["thumbnail_url"],"properties":{"thumbnail_url":{"type":["string"],"description":"thumbnail url","minLength":1}}},{"required":["video_url"],"properties":{"video_url":{"type":["string"],"description":"video url","minLength":1}}},{"required":["author"],"properties":{"author":{"type":["object"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"additionalProperties":true}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"id":"123","type":"story","expires_at":null}]}