{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UserName",
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "Denotes the first name of the user."
},
"lastName": {
"type": "string",
"description": "Denotes the last name of the user."
}
}
}