addedInput schema / properties / brand
Added value: +{
+ "description": "Auf eine Marke einschraenken (exakter Wert aus facets.marke, z.B. \"Nike\").",
+ "type": "string"
+}
changedInput schema / properties / limit / description
Previous value: -"Maximale Anzahl Ergebnisse (Default 24, max 50)."New value: +"Maximale Anzahl Ergebnisse (Default 24, max 100)."
changedInput schema / properties / limit / maximum
Previous value: -50New value: +100
addedInput schema / properties / maxPrice
Added value: +{
+ "description": "Hoechstpreis in EUR (optional).",
+ "type": "number"
+}
addedInput schema / properties / minPrice
Added value: +{
+ "description": "Mindestpreis in EUR (optional).",
+ "type": "number"
+}
changedInput schema / properties / query / description
Previous value: -"Optionaler Suchbegriff — filtert nach Titel, Marke oder Haendler."New value: +"Suchbegriff, z.B. Modell/Marke/Eigenschaft (\"Balkonkraftwerk 800W\", \"iPhone 15 schwarz\"). Optional."
addedOutput schema / properties / facets
Added value: +{
+ "description": "Verfuegbare Filter-Werte (Marke + domain-spezifische Attribute) mit Trefferzahlen — zum gezielten Nachfiltern via query/brand/minPrice/maxPrice.",
+ "type": "array"
+}
addedOutput schema / properties / products / items / properties / attributes
Added value: +{
+ "description": "Domain-spezifische Filter-Attribute, z.B. {farbe, watt, speicher, reichweite}.",
+ "type": "object"
+}
addedOutput schema / properties / products / items / properties / brand
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / products / items / properties / detailUrl
Added value: +{
+ "description": "Zitierfaehige Produktseite mit Preisverlauf.",
+ "type": "string"
+}
addedOutput schema / properties / products / items / properties / priceStats / description
Added value: +"30-Tage-Preisstatistik (avg/min/max, isLowest30d)."