Amazon Panorama · JSON Structure

Openapi Node Input Port Structure

A node input port.

Type: object Properties: 5
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

DefaultValue Description MaxConnections 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-input-port-structure.json",
  "name": "NodeInputPort",
  "description": "A node input port.",
  "type": "object",
  "properties": {
    "DefaultValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortDefaultValue"
        },
        {
          "description": "The input port's default value."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The input port's description."
        }
      ]
    },
    "MaxConnections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxConnections"
        },
        {
          "description": "The input port's max connections."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortName"
        },
        {
          "description": "The input port's name."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortType"
        },
        {
          "description": "The input port's type."
        }
      ]
    }
  }
}