{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/youtube/profile.json","title":"youtube/profile data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"banner_url":{"description":"Optional banner url supplied by this operation. Null means unknown.","type":["string","null"]},"bio":{"description":"Optional bio supplied by this operation. Null means unknown.","type":["string","null"]},"family_safe":{"description":"Optional family safe supplied by this operation. Null means unknown.","type":["boolean","null"]},"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number","null"]},"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"joined_text":{"description":"Optional joined text supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean","null"]},"video_count":{"description":"Optional video count supplied by this operation. Null means unknown.","type":["number","null"]},"view_count":{"description":"Optional view count supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["banner_url"],"properties":{"banner_url":{"description":"Optional banner url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["bio"],"properties":{"bio":{"description":"Optional bio supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["family_safe"],"properties":{"family_safe":{"description":"Optional family safe supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["followers"],"properties":{"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["handle"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["joined_text"],"properties":{"joined_text":{"description":"Optional joined text supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["verified"],"properties":{"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["video_count"],"properties":{"video_count":{"description":"Optional video count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["view_count"],"properties":{"view_count":{"description":"Optional view count supplied by this operation. Null means unknown.","type":["number"]}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"banner_url":"https://example.com/example","bio":"example","family_safe":false,"followers":0,"handle":"example","id":"example","joined_text":"example","name":"example","platform":"example","url":"https://example.com/example","verified":false,"video_count":0,"view_count":0}]}