@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 427 B
JSON
{
"type": "object",
"properties": {
"preferences": {
"type": "array",
"description": "notification preferences",
"items": {
"$ref": "_definitions.json#/definitions/notificationPreference",
"originalRef": "notificationPreference"
}
}
},
"title": "notificationPreferenceList",
"description": "Notification preference list",
"$schema": "http://json-schema.org/schema#"
}