action quarantine_get_spots_week { label: "Resolve change chart for week" provider: quarantine method: GET path: "/spots/week" encoding: json input: { type: "object" properties: { date: { type: "string" } region: { type: "string" } } required: ["region"] additionalProperties: false } output: { type: "object" additionalProperties: true } }