{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/pinterest/pin.json","title":"pinterest/pin data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"author":{"description":"Public author information supplied with this record.","type":["object","null"],"properties":{"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"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"verified_merchant":{"description":"Optional verified merchant supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["number","null"]},"saves":{"description":"Optional saves supplied by this operation. Null means unknown.","type":["number","null"]},"shares":{"description":"Optional shares supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["object"],"properties":{"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"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"verified_merchant":{"description":"Optional verified merchant supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true}}},{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["description"],"properties":{"description":{"description":"Source description; null or absent means not supplied.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["stats"],"properties":{"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object"],"properties":{"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["number","null"]},"saves":{"description":"Optional saves supplied by this operation. Null means unknown.","type":["number","null"]},"shares":{"description":"Optional shares 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}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"author":{"followers":0,"handle":"example","id":"example","name":"example","verified_merchant":false},"created_at":"2026-09-01T12:00:00Z","description":"example","id":"example","platform":"example","stats":{"reactions":0,"saves":0,"shares":0},"url":"https://example.com/example"}]}