Description about the path parameter.
Make short, concise and clear description about the path parameter.
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: