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