action gerermesaffaires_get_spaces { label: "get_spaces" description: "Returns spaces of my group" provider: gerermesaffaires method: GET path: "/spaces" encoding: json input: { type: "object" properties: { Name: { type: "string" } RegistrationNumber: { type: "string" } Type: { type: "string" enum: ["private", "enterprise", "company", "association"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }