teams-devices_api-response-collection-common

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-api-response-collection-common-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_api-response-collection-common",
  "title": "teams-devices_api-response-collection-common",
  "allOf": [
    {
      "$ref": "#/components/schemas/teams-devices_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {},
          "nullable": true,
          "type": "array"
        }
      }
    }
  ],
  "type": "object"
}