{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Occupation", "type": "object", "properties": { "employerName": { "type": "string" }, "department": { "type": "string" }, "employeeId": { "type": "string" }, "joiningDate": { "type": "string" }, "employmentDuration": { "type": "integer" }, "netAnnualIncome": { "type": "integer" } } }