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