Properties
description?
extensions
x- extension fields found on the operation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
optional description?: string;
extensions: Record<string, unknown>;
x- extension fields found on the operation.
flatParamSchema: JsonSchema;
method: HttpMethod;
optional openapiVersion?: string;
optional operationId?: string;
parameterMap: Record<string, ParameterMapping>;
parameters: ParameterInfo[];
path: string;
optional requestBody?: RequestBodyInfo;
requestSchemas: Record<string, JsonSchema>;
responses: Record<string, ResponseInfo>;
responseSchemas: Record<string, JsonSchema>;
optional summary?: string;
tags: string[];