Amazon EC2 · JSON Structure

Ec2 Openapi Tag Structure

Describes a tag

Type: object Properties: 2
Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Tag is a JSON Structure definition published by Amazon EC2, describing 2 properties. 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 ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2/refs/heads/main/json-structure/ec2-openapi-tag-structure.json",
  "name": "Tag",
  "description": "Describes a tag",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The key of the tag"
    },
    "value": {
      "type": "string",
      "description": "The value of the tag"
    }
  }
}