action waterlinked_poi_show { label: "Show poi" description: "Get a POI" provider: waterlinked method: GET path: "/api/v1/poi/{ID}" encoding: json input: { type: "object" properties: { ID: { type: "string" } } required: ["ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }