Amazon Panorama · JSON Structure

Openapi Node Output Port Structure

A node output port.

Type: object Properties: 3
CamerasComputer VisionEdge MLIndustrial IoT

NodeOutputPort is a JSON Structure definition published by Amazon Panorama, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Description Name Type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}