teams-devices_override_codes_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-override-codes-response-schema.json Raw ↑
{
  "$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"
        }
      }
    }
  ]
}