action refugerestrooms_get_v1_restrooms_search { label: "getV1RestroomsSearch" description: "Perform full-text search of restroom records." provider: refugerestrooms method: GET path: "/v1/restrooms/search" encoding: json input: { type: "object" properties: { ada: { type: "string" } offset: { type: "string" } page: { type: "string" } per_page: { type: "string" } query: { type: "string" } unisex: { type: "string" } } required: ["query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }