teams-devices_id_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-id-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_id_response",
  "title": "teams-devices_id_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/teams-devices_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "id": {
              "$ref": "#/components/schemas/teams-devices_uuid"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}