{
"$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"
}