Optional
bodyThe MIME type of the request body, if applicable (e.g., 'application/json').
Optional
descriptionAn optional description of the endpoint's purpose or behavior.
Optional
injectionA schema defining fields to inject into the request, if any.
Optional
isIndicates whether the request body is mandatory for the endpoint.
The HTTP method used by the endpoint (e.g., 'get', 'post').
The relative path of the endpoint (e.g., '/users').
Optional
requestA schema defining the fields expected in the request, if any.
Optional
responseA schema defining the fields returned in the response, if any.
Optional
tagsAn optional array of tags categorizing the endpoint.
Represents the structure of an API endpoint, including its path, method, schemas, and metadata.