Amazon Panorama · JSON Structure

Openapi Create Application Instance Response Structure

CreateApplicationInstanceResponse schema from Amazon Panorama

Type: object Properties: 1 Required: 1
CamerasComputer VisionEdge MLIndustrial IoT

CreateApplicationInstanceResponse is a JSON Structure definition published by Amazon Panorama, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ApplicationInstanceId

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-create-application-instance-response-structure.json",
  "name": "CreateApplicationInstanceResponse",
  "description": "CreateApplicationInstanceResponse schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "ApplicationInstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceId"
        },
        {
          "description": "The application instance's ID."
        }
      ]
    }
  },
  "required": [
    "ApplicationInstanceId"
  ]
}