action pressassociation_list_features { label: "Feature Collection" description: "Return a collection of Feature." provider: pressassociation method: GET path: "/feature" encoding: json input: { type: "object" properties: { date: { type: "string" } end: { type: "string" } start: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" } }