Tag

The tag.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
Key object
Value object
View JSON Schema on GitHub

JSON Schema

workspaces-web-tag-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-tag-schema.json"
}