@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
15 lines • 349 B
JSON
{
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "Status of the return request",
"enum": [
"CANCELLING"
]
}
},
"title": "ReturnRequestModification",
"description": "Representation of modifications for a return request",
"$schema": "http://json-schema.org/schema#"
}