action gerermesaffaires_get_spaces_id_legal { label: "get_spaces_id_legal" description: "Returns legal information of a space (except private)" provider: gerermesaffaires method: GET path: "/spaces/{id}/legal" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }