action weber_gesamtausgabe_get_facets_facet { label: "Returns facets" description: "" provider: weber_gesamtausgabe method: GET path: "/facets/{facet}" encoding: json input: { type: "object" properties: { facet: { type: "string" } scope: { type: "string" } term: { type: "string" } } required: ["facet", "scope"] additionalProperties: false } output: { type: "object" additionalProperties: true } }