Amazon Panorama · JSON Structure

Openapi Job Resource Tags Structure

Tags for a job.

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

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

Properties

ResourceType Tags

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-job-resource-tags-structure.json",
  "name": "JobResourceTags",
  "description": "Tags for a job.",
  "type": "object",
  "properties": {
    "ResourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobResourceType"
        },
        {
          "description": "The job's type."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The job's tags."
        }
      ]
    }
  },
  "required": [
    "ResourceType",
    "Tags"
  ]
}