{ "$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-import-error-schema.json", "title": "ImportError", "description": "ImportError schema from Apache Airflow API", "type": "object", "properties": { "filename": { "description": "The filename", "readOnly": true, "type": "string" }, "import_error_id": { "description": "The import error ID.", "readOnly": true, "type": "integer" }, "stack_trace": { "description": "The full stackstrace..", "readOnly": true, "type": "string" }, "timestamp": { "description": "The time when this error was created.", "format": "datetime", "readOnly": true, "type": "string" } } }