13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"firstName": {
|
|
"type": "string"
|
|
},
|
|
"lastName": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["firstName", "lastName"]
|
|
}
|