{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Position", "type": "object", "properties": { "positionId": { "type": "integer" }, "name": { "type": "string" }, "jobId": { "type": "integer" }, "organizationId": { "type": "integer" }, "effectiveStartDate": { "type": "string" }, "effectiveEndDate": { "type": "string" }, "status": { "type": "string" }, "availabilityStatusId": { "type": "integer" }, "businessGroupId": { "type": "integer" }, "locationId": { "type": "integer" } } }