{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-node-output-port-structure.json", "name": "NodeOutputPort", "description": "A node output port.", "type": "object", "properties": { "Description": { "allOf": [ { "$ref": "#/components/schemas/Description" }, { "description": "The output port's description." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/PortName" }, { "description": "The output port's name." } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/PortType" }, { "description": "The output port's type." } ] } } }