action fisheye_get_query { label: "getQuery" description: "Execute a FishEye query against a specific repository." provider: fisheye method: GET path: "/rest-service-fe/search-v1/query/{repository}" encoding: json input: { type: "object" properties: { maxReturn: { type: "string" } query: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }