action quickchart_get_qr { label: "Generate a QR code (GET)" description: "Generate a QR code based on the provided parameters." provider: quickchart method: GET path: "/qr" encoding: json input: { type: "object" properties: { format: { type: "string" } height: { type: "integer" } margin: { type: "integer" } text: { type: "string" } width: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }