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