Tag schema from Amazon SageMaker API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-sagemaker/refs/heads/main/json-schema/amazon-sagemaker-tag-schema.json", "title": "Tag", "description": "Tag schema from Amazon SageMaker API", "type": "object", "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } } }