Writing a Layout
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"name": {
"type": "string"
},
"birthDate": {
"type": "string",
"format": "date"
}
},
"required": [
"email"
]
}Last updated
Was this helpful?