{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/about.json","title":"instagram/about 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":{"handle":{"type":["string","null"],"description":"handle"},"url":{"type":["string","null"],"description":"url"},"date_joined":{"type":["string","null"],"description":"date joined"},"country":{"type":["string","null"],"description":"country"},"verified_on":{"type":["string","null"],"description":"verified on"},"active_ads":{"type":["string","null"],"description":"active ads"},"former_usernames_count":{"type":["number","null"],"description":"former usernames count; null is unknown."},"accounts_with_shared_followers":{"type":["number","null"],"description":"accounts with shared followers; null is unknown."},"verified":{"type":["boolean","null"],"description":"Source verification flag."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["handle"],"properties":{"handle":{"type":["string"],"description":"handle","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["date_joined"],"properties":{"date_joined":{"type":["string"],"description":"date joined","minLength":1}}},{"required":["country"],"properties":{"country":{"type":["string"],"description":"country","minLength":1}}},{"required":["verified_on"],"properties":{"verified_on":{"type":["string"],"description":"verified on","minLength":1}}},{"required":["active_ads"],"properties":{"active_ads":{"type":["string"],"description":"active ads","minLength":1}}},{"required":["former_usernames_count"],"properties":{"former_usernames_count":{"type":["number"],"description":"former usernames count; null is unknown."}}},{"required":["accounts_with_shared_followers"],"properties":{"accounts_with_shared_followers":{"type":["number"],"description":"accounts with shared followers; null is unknown."}}},{"required":["verified"],"properties":{"verified":{"type":["boolean"],"description":"Source verification flag."}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"handle":"example","date_joined":null,"country":null}]}