fastify
Version:
Fast and low overhead web framework, for Node.js
31 lines (30 loc) • 531 B
JSON
{
"inputSchemaError": {
"type": "array",
"items": {
"type": "object",
"properties": {
"keyword": {
"type": "string"
},
"dataPath": {
"type": "string"
},
"schemaPath": {
"type": "string"
},
"params": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"message": {
"type": "string"
}
}
}
}
}