Amazon RoboMaker · Schema

ListTagsForResourceResponse

ListTagsForResourceResponse schema from openapi

RoboticsSimulation

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from openapi",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The list of all tags added to the specified resource."
        }
      ]
    }
  }
}