{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WanEdge", "title": "WanEdge", "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "org_id": { "type": "string", "format": "uuid" }, "site_id": { "type": "string", "format": "uuid" }, "name": { "type": "string" }, "model": { "type": "string" }, "serial": { "type": "string" }, "connected": { "type": "boolean" }, "version": { "type": "string" } } }