changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "ToolMeta": {
+ "additionalProperties": true,
+ "description": "Envelope-Metadaten: Quelle, Status, Cache, Lizenz und Attribution.\n\nZusatzfelder (z.B. ``covered_cities``, ``radius_m`` bei partieller Abdeckung)\nbleiben dank ``extra=\"allow\"`` erhalten.",
+ "properties": {
+ "attribution": {
+ "title": "Attribution",
+ "type": "string"
+ },
+ "cache_status": {
+ "title": "Cache Status",
+ "type": "string"
+ },
+ "correlation_id": {
+ "title": "Correlation Id",
+ "type": "string"
+ },
+ "license": {
+ "title": "License",
+ "type": "string"
+ },
+ "source": {
+ "title": "Source",
+ "type": "string"
+ },
+ "source_status": {
+ "title": "Source Status",
+ "type": "string"
+ }
+ },
+ "title": "ToolMeta",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "data": {
+ "title": "Data"
+ },
+ "meta": {
+ "$ref": "#/$defs/ToolMeta"
+ }
+ },
+ "required": [
+ "data",
+ "meta"
+ ],
+ "title": "ToolEnvelope",
+ "type": "object"
+}