{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-freshness.json","title":"linkedin/profile-freshness data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"contact_information_updated":{"description":"Optional contact information updated supplied by this operation. Null means unknown.","type":["string","null"]},"joined":{"description":"Optional joined supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"profile_photo_updated":{"description":"Optional profile photo updated supplied by this operation. Null means unknown.","type":["string","null"]},"urn":{"description":"Optional urn supplied by this operation. Null means unknown.","type":["string","null"]},"urn_lookup":{"description":"Optional urn lookup supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"cached":{"description":"Optional cached supplied by this operation. Null means unknown.","type":["boolean","null"]},"method":{"description":"Optional method supplied by this operation. Null means unknown.","type":["string","null"]},"performed":{"description":"Optional performed supplied by this operation. Null means unknown.","type":["boolean","null"]},"username":{"description":"Optional username supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["contact_information_updated"],"properties":{"contact_information_updated":{"description":"Optional contact information updated supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["joined"],"properties":{"joined":{"description":"Optional joined supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["profile_photo_updated"],"properties":{"profile_photo_updated":{"description":"Optional profile photo updated supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["urn"],"properties":{"urn":{"description":"Optional urn supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["urn_lookup"],"properties":{"urn_lookup":{"description":"Optional urn lookup supplied by this operation. Null means unknown.","type":["object"],"properties":{"cached":{"description":"Optional cached supplied by this operation. Null means unknown.","type":["boolean","null"]},"method":{"description":"Optional method supplied by this operation. Null means unknown.","type":["string","null"]},"performed":{"description":"Optional performed supplied by this operation. Null means unknown.","type":["boolean","null"]},"username":{"description":"Optional username supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"contact_information_updated":"2026-09-01T12:00:00Z","joined":"example","platform":"example","profile_photo_updated":"2026-09-01T12:00:00Z","urn":"example","urn_lookup":{"cached":false,"method":"example","performed":false,"username":"example"}}]}