@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
16 lines • 389 B
JSON
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the user"
},
"uid": {
"type": "string",
"description": "Unique user identifier"
}
},
"title": "Principal",
"description": "Representation of a Principal webservice DTO used for defining User data types",
"$schema": "http://json-schema.org/schema#"
}