Tag
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-tag-schema.json", "title": "Tag", "description": "Tag", "type": "object", "properties": { "name": { "type": "string" } } }