{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/youtube/typeahead.json","title":"youtube/typeahead data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"suggestions":{"description":"Optional suggestions 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":{"text":{"description":"Source text when supplied.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["suggestions"],"properties":{"suggestions":{"description":"Optional suggestions supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"text":{"description":"Source text when supplied.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"suggestions":[{"text":"example","type":"example"}]}]}