ListTagsForResourceResponse

ListTagsForResourceResponse schema from AWS Mainframe Modernization API

COBOLMainframeMigrationModernizationBatch Processing

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-mainframe-modernization-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-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags for the resource."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}