{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-regulations-data-portability-date-info-structure.json", "name": "DateInfo", "description": "DateInfo from LinkedIn API", "type": "object", "properties": { "year": { "type": "int32", "example": 2001 }, "month": { "type": "int32", "example": 1 }, "day": { "type": "int32", "example": 15 } } }