{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_override_codes_response", "title": "teams-devices_override_codes_response", "allOf": [ { "$ref": "#/components/schemas/teams-devices_api-response-collection" }, { "properties": { "result": { "properties": { "disable_for_time": { "$ref": "#/components/schemas/teams-devices_disable_for_time" } }, "type": "object" } } } ] }