action pressassociation_get_feature { label: "Feature Detail" description: "Return the content of the selected feature." provider: pressassociation method: GET path: "/feature/{featureId}" encoding: json input: { type: "object" properties: { featureId: { type: "string" } } required: ["featureId"] additionalProperties: false } output: { type: "object" } }