{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InterfaceMap", "title": "InterfaceMap", "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "label": { "type": "string" }, "logical_device_id": { "type": "string", "format": "uuid" }, "device_profile_id": { "type": "string", "format": "uuid" }, "interfaces": { "type": "array", "items": { "type": "object" } } } }