@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 382 B
JSON
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Query for spelling suggestion"
},
"suggestion": {
"type": "string",
"description": "Spelling suggestion"
}
},
"title": "SpellingSuggestion",
"description": "Representation of a Spell Checker Suggestion",
"$schema": "http://json-schema.org/schema#"
}