Amazon WorkSpaces Web · JSON Structure

Workspaces Web Tag Structure

The tag.

Type: object Properties: 2 Required: 2
End User ComputingSecure BrowserVirtual DesktopZero Trust

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

Properties

Key Value

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "Key",
    "Value"
  ],
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKey"
        },
        {
          "description": "The key of the tag."
        }
      ]
    },
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagValue"
        },
        {
          "description": "The value of the tag"
        }
      ]
    }
  },
  "description": "The tag.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Tag",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-tag-structure.json"
}