@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
17 lines • 447 B
JSON
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"example": "email, sms, site_message",
"description": "preference channel"
},
"enabled": {
"type": "boolean",
"description": "if true, the channel is on; if false, the channel is off"
}
},
"title": "BasicnotificationPreference",
"description": "Basic notification preference",
"$schema": "http://json-schema.org/schema#"
}