APIs.io Engineering Platform · Schema
teams-devices_device-dex-test-schemas-http
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| data | object | |
| description | object | |
| enabled | object | |
| interval | object | |
| name | object | |
| target_policies | object | |
| targeted | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_device-dex-test-schemas-http",
"title": "teams-devices_device-dex-test-schemas-http",
"properties": {
"data": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-data"
},
"description": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-description"
},
"enabled": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-enabled"
},
"interval": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-interval"
},
"name": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-name"
},
"target_policies": {
"$ref": "#/components/schemas/teams-devices_device-dex-test-target-policies"
},
"targeted": {
"type": "boolean"
}
},
"required": [
"name",
"interval",
"enabled",
"data"
],
"type": "object"
}