action openapi_get_owner_apis { label: "Retrieves an API meta listing of all APIs defined for this owner" description: "" provider: openapi method: GET path: "/apis/{owner}" encoding: json input: { type: "object" properties: { order: { type: "string" } owner: { type: "string" } sort: { type: "string" } } required: ["owner"] additionalProperties: false } output: { type: "object" additionalProperties: true } }