{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/on_page/page.json","title":"on_page/page data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"canonical":{"description":"Canonical URL returned by this audit when supplied.","type":["string","null"]},"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"final_url":{"description":"Optional final url supplied by this operation. Null means unknown.","type":["string","null"]},"findings":{"description":"Optional findings 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":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"message":{"description":"Optional message supplied by this operation. Null means unknown.","type":["string","null"]},"severity":{"description":"Optional severity supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"headings":{"description":"Optional headings supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"counts":{"description":"Optional counts supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"h1":{"description":"Optional h1 supplied by this operation. Null means unknown.","type":["number","null"]},"h2":{"description":"Optional h2 supplied by this operation. Null means unknown.","type":["number","null"]},"h3":{"description":"Optional h3 supplied by this operation. Null means unknown.","type":["number","null"]},"h4":{"description":"Optional h4 supplied by this operation. Null means unknown.","type":["number","null"]},"h5":{"description":"Optional h5 supplied by this operation. Null means unknown.","type":["number","null"]},"h6":{"description":"Optional h6 supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"h1_count":{"description":"Optional h1 count supplied by this operation. Null means unknown.","type":["number","null"]},"outline":{"description":"Optional outline 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":{"level":{"description":"Optional level supplied by this operation. Null means unknown.","type":["number","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true}},"structure_ok":{"description":"Optional structure ok supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true},"https":{"description":"Optional https supplied by this operation. Null means unknown.","type":["boolean","null"]},"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]},"with_alt":{"description":"Optional with alt supplied by this operation. Null means unknown.","type":["number","null"]},"without_alt":{"description":"Optional without alt supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"links":{"description":"Optional links supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"external":{"description":"Optional external supplied by this operation. Null means unknown.","type":["number","null"]},"internal":{"description":"Optional internal supplied by this operation. Null means unknown.","type":["number","null"]},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]}},"additionalProperties":true},"meta_description":{"description":"Optional meta description supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"length":{"description":"Optional length supplied by this operation. Null means unknown.","type":["number","null"]},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true},"open_graph":{"description":"Optional open graph supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"complete":{"description":"Optional complete supplied by this operation. Null means unknown.","type":["boolean","null"]},"missing":{"description":"Optional missing supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"redirected":{"description":"Optional redirected supplied by this operation. Null means unknown.","type":["boolean","null"]},"robots":{"description":"Optional robots supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"nofollow":{"description":"Optional nofollow supplied by this operation. Null means unknown.","type":["boolean","null"]},"noindex":{"description":"Optional noindex supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true},"status":{"description":"Optional status supplied by this operation. Null means unknown.","type":["number","null"]},"title":{"description":"Source title when supplied.","type":["object","null"],"properties":{"length":{"description":"Optional length supplied by this operation. Null means unknown.","type":["number","null"]},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["boolean","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true},"twitter_card":{"description":"Optional twitter card supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"complete":{"description":"Optional complete supplied by this operation. Null means unknown.","type":["boolean","null"]},"missing":{"description":"Optional missing supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"viewport_meta":{"description":"Optional viewport meta supplied by this operation. Null means unknown.","type":["boolean","null"]},"word_count":{"description":"Optional word count supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["canonical"],"properties":{"canonical":{"description":"Canonical URL returned by this audit when supplied.","type":["string"],"minLength":1}}},{"required":["final_url"],"properties":{"final_url":{"description":"Optional final url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["findings"],"properties":{"findings":{"description":"Optional findings supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"message":{"description":"Optional message supplied by this operation. Null means unknown.","type":["string","null"]},"severity":{"description":"Optional severity supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["headings"],"properties":{"headings":{"description":"Optional headings supplied by this operation. Null means unknown.","type":["object"],"properties":{"counts":{"description":"Optional counts supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"h1":{"description":"Optional h1 supplied by this operation. Null means unknown.","type":["number","null"]},"h2":{"description":"Optional h2 supplied by this operation. Null means unknown.","type":["number","null"]},"h3":{"description":"Optional h3 supplied by this operation. Null means unknown.","type":["number","null"]},"h4":{"description":"Optional h4 supplied by this operation. Null means unknown.","type":["number","null"]},"h5":{"description":"Optional h5 supplied by this operation. Null means unknown.","type":["number","null"]},"h6":{"description":"Optional h6 supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"h1_count":{"description":"Optional h1 count supplied by this operation. Null means unknown.","type":["number","null"]},"outline":{"description":"Optional outline 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":{"level":{"description":"Optional level supplied by this operation. Null means unknown.","type":["number","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true}},"structure_ok":{"description":"Optional structure ok supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true}}},{"required":["https"],"properties":{"https":{"description":"Optional https supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["images"],"properties":{"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["object"],"properties":{"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]},"with_alt":{"description":"Optional with alt supplied by this operation. Null means unknown.","type":["number","null"]},"without_alt":{"description":"Optional without alt supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["links"],"properties":{"links":{"description":"Optional links supplied by this operation. Null means unknown.","type":["object"],"properties":{"external":{"description":"Optional external supplied by this operation. Null means unknown.","type":["number","null"]},"internal":{"description":"Optional internal supplied by this operation. Null means unknown.","type":["number","null"]},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["meta_description"],"properties":{"meta_description":{"description":"Optional meta description supplied by this operation. Null means unknown.","type":["object"],"properties":{"length":{"description":"Optional length supplied by this operation. Null means unknown.","type":["number","null"]},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true}}},{"required":["open_graph"],"properties":{"open_graph":{"description":"Optional open graph supplied by this operation. Null means unknown.","type":["object"],"properties":{"complete":{"description":"Optional complete supplied by this operation. Null means unknown.","type":["boolean","null"]},"missing":{"description":"Optional missing supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["redirected"],"properties":{"redirected":{"description":"Optional redirected supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["robots"],"properties":{"robots":{"description":"Optional robots supplied by this operation. Null means unknown.","type":["object"],"properties":{"nofollow":{"description":"Optional nofollow supplied by this operation. Null means unknown.","type":["boolean","null"]},"noindex":{"description":"Optional noindex supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["object"],"properties":{"length":{"description":"Optional length supplied by this operation. Null means unknown.","type":["number","null"]},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["boolean","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true}}},{"required":["twitter_card"],"properties":{"twitter_card":{"description":"Optional twitter card supplied by this operation. Null means unknown.","type":["object"],"properties":{"complete":{"description":"Optional complete supplied by this operation. Null means unknown.","type":["boolean","null"]},"missing":{"description":"Optional missing supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"present":{"description":"Optional present supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["viewport_meta"],"properties":{"viewport_meta":{"description":"Optional viewport meta supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["word_count"],"properties":{"word_count":{"description":"Optional word 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":[{"_warnings":["example"],"final_url":"https://example.com/example","findings":[{"id":"example","message":"example","severity":"example"}],"headings":{"counts":{"h1":0,"h2":0,"h3":0,"h4":0,"h5":0,"h6":0},"h1_count":0,"outline":[{"level":0,"text":"example"}],"structure_ok":false},"https":false,"images":{"total":0,"with_alt":0,"without_alt":0},"language":"example","links":{"external":0,"internal":0,"total":0},"meta_description":{"length":0,"present":false},"open_graph":{"complete":false,"missing":["example"],"present":0},"redirected":false,"robots":{"nofollow":false,"noindex":false},"status":0,"title":{"length":0,"present":false,"text":"example"},"twitter_card":{"complete":false,"missing":["example"],"present":0},"url":"https://example.com/example","viewport_meta":false,"word_count":0}]}