@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 369 B
JSON
{
"type": "object",
"properties": {
"reviews": {
"type": "array",
"description": "List of reviews",
"items": {
"$ref": "_definitions.json#/definitions/Review",
"originalRef": "Review"
}
}
},
"title": "ReviewList",
"description": "Representation of a Review List",
"$schema": "http://json-schema.org/schema#"
}