action uebermaps_get_spots_id_comments { label: "List comments for a given spot" description: "List comments for a given spot." provider: uebermaps method: GET path: "/spots/{id}/comments" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }