teams-devices_device-managed-networks

APIs.ioEngineeringPlatform

Properties

Name Type Description
config object
name object
network_id object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-device-managed-networks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_device-managed-networks",
  "title": "teams-devices_device-managed-networks",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/teams-devices_schemas-config_response"
    },
    "name": {
      "$ref": "#/components/schemas/teams-devices_device-managed-networks_components-schemas-name"
    },
    "network_id": {
      "$ref": "#/components/schemas/teams-devices_uuid"
    },
    "type": {
      "$ref": "#/components/schemas/teams-devices_components-schemas-type"
    }
  },
  "type": "object"
}