{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsJobPosting", "title": "AtsJobPosting", "properties": { "address": { "$ref": "#/components/schemas/property_AtsJobPosting_address" }, "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "location": { "type": "string" }, "name": { "type": "string" }, "posting_url": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }