teams-devices_target_dex_test

APIs.ioEngineeringPlatform

Properties

Name Type Description
id string The id of the DEX test targeting this policy
name string The name of the DEX test targeting this policy
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-target-dex-test-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_target_dex_test",
  "title": "teams-devices_target_dex_test",
  "properties": {
    "id": {
      "description": "The id of the DEX test targeting this policy",
      "type": "string"
    },
    "name": {
      "description": "The name of the DEX test targeting this policy",
      "type": "string"
    }
  },
  "type": "object"
}