{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-fast-api-app-response-structure.json", "name": "FastAPIAppResponse", "description": "Serializer for Plugin FastAPI App responses.", "type": "object", "properties": { "app": { "type": "string", "title": "App" }, "url_prefix": { "type": "string", "title": "Url Prefix" }, "name": { "type": "string", "title": "Name" } }, "required": [ "app", "url_prefix", "name" ], "additionalProperties": true }