{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-provider-response-structure.json", "name": "ProviderResponse", "description": "Provider serializer for responses.", "type": "object", "properties": { "package_name": { "type": "string", "title": "Package Name" }, "description": { "type": "string", "title": "Description" }, "version": { "type": "string", "title": "Version" }, "documentation_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Documentation Url" } }, "required": [ "package_name", "description", "version", "documentation_url" ] }