Application Discovery Service Tag Structure

Tag schema from Amazon Application Discovery Service API

Type: object Properties: 2 Required: 2
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Tag Structure is a JSON Structure definition published by Amazon Application Discovery Service, 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",
  "description": "Tag schema from Amazon Application Discovery Service API",
  "properties": {
    "key": {
      "type": "string",
      "description": "The type of tag on which to filter.",
      "example": "environment"
    },
    "value": {
      "type": "string",
      "description": "A value for a tag key on which to filter.",
      "example": "production"
    }
  },
  "required": [
    "key",
    "value"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-tag-structure.json"
}