{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-contact.json","title":"linkedin/profile-contact data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"twitter":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"urn":{"description":"Optional urn supplied by this operation. Null means unknown.","type":["string","null"]},"websites":{"description":"Optional websites 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":{"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true}},"withheld":{"description":"Optional withheld supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"withheld_note":{"description":"Optional withheld note supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["handle"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["twitter"],"properties":{"twitter":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["urn"],"properties":{"urn":{"description":"Optional urn supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["websites"],"properties":{"websites":{"description":"Optional websites supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["withheld"],"properties":{"withheld":{"description":"Optional withheld supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["withheld_note"],"properties":{"withheld_note":{"description":"Optional withheld note supplied by this operation. Null means unknown.","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":[{"handle":"example","name":"example","platform":"example","twitter":[],"urn":"example","websites":[{"url":"https://example.com/example"}],"withheld":["example"],"withheld_note":"example"}]}