{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-node-output-port-schema.json", "title": "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." } ] } } }