Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver List Tags For Resource Output Structure

ListTagsForResourceOutput schema from Amazon SimSpace Weaver API

Type: object Properties: 1
DefenseDigital TwinSimulationSpatial Simulation

ListTagsForResourceOutput is a JSON Structure definition published by Amazon SimSpace Weaver, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-structure/amazon-simspace-weaver-list-tags-for-resource-output-structure.json",
  "name": "ListTagsForResourceOutput",
  "description": "ListTagsForResourceOutput schema from Amazon SimSpace Weaver API",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The list of tags for the resource."
        }
      ]
    }
  }
}