{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-recruiter-system-connect-phone-number-structure.json", "name": "PhoneNumber", "description": "PhoneNumber from LinkedIn API", "type": "object", "properties": { "number": { "type": "string", "example": "555-555-5555" }, "extension": { "type": "string", "example": "1234" } } }