{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PolicyScheduleResource", "title": "PolicyScheduleResource", "type": "object", "properties": { "data": { "type": "object", "properties": { "type": { "type": "string", "const": "policySchedule" }, "id": { "type": "string", "description": "Schedule name" }, "attributes": { "$ref": "#/components/schemas/PolicySchedule" } }, "example": "example_value" } } }