carbond.OperationResponse¶
Describes what an HTTP response should look like along with some metadata to be used when generating static documentation
Instance Properties¶
- ¶
description stringRequired Description A brief description of the response that will be included generated static documentation
- ¶
schema ObjectRequired Description A valid JSON schema that describes HTTP response body. This will be used to validate responses returned by operations.
- ¶
statusCode numberDefault 200Description The status code for a response