{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/facebook/profile.json","title":"facebook/profile data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"name":{"type":["string","null"],"description":"Public page name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"bio":{"type":["string","null"],"description":"Page introduction."},"followers":{"type":["number","null"],"description":"Followers; can be rounded by the source reported by the source; null or absent is unknown, not zero."},"likes_count":{"type":["number","null"],"description":"Page likes, separate from followers reported by the source; null or absent is unknown, not zero."},"talking_about":{"type":["number","null"],"description":"Source talking-about counter reported by the source; null or absent is unknown, not zero."},"category":{"type":["string","null"],"description":"Page category."},"cover_url":{"type":["string","null"],"description":"Original source URL when supplied."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"1234567890123","name":"Example Page","followers":1200,"likes_count":1000}]}