{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/tiktok/suggestions.json","title":"tiktok/suggestions data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"position":{"description":"Optional position supplied by this operation. Null means unknown.","type":["number","null"]},"score":{"description":"Optional score supplied by this operation. Null means unknown.","type":["number","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["position"],"properties":{"position":{"description":"Optional position supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["score"],"properties":{"score":{"description":"Optional score supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}}]}]}}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"items":[{"language":"example","position":0,"score":0,"text":"example"}]}]}