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