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