AWS App Runner · Schema

Tag

Tag schema from AWS App Runner

CI/CDContainersDeploymentMicroservicesServerless

Properties

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

JSON Schema

app-runner-tag-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-schema/app-runner-tag-schema.json",
  "title": "Tag",
  "description": "Tag schema from AWS App Runner"
}