Description about the path parameter.
This is the standard OpenAPI description field that will be displayed in Swagger UI, SDK documentation, and other API documentation tools. Write a short, concise, and clear description that helps API consumers understand what this parameter represents.
Implementation details for parameter handling are covered in the parent IOperation.specification field.
MUST be written in English. Never use other languages.
Identifier name of the path parameter.
This name must match exactly with the parameter name in the route path. It must be corresponded to the API operation path.
MUST use camelCase naming convention.
Path parameter information for API routes.
This interface defines a path parameter that appears in the URL of an API endpoint. Path parameters are enclosed in curly braces in the operation path and must be defined with their types and descriptions.
For example, if API operation path is
/shoppings/customers/sales/{saleId}/questions/${questionId}/comments/${commentId}, the path parameters should be like below: