{
"type": "object",
"required": [
"string"
],
"properties": {
"property1": {
"type": "string",
"description": "string"
},
"property2": {
"type": "string",
"description": "string"
}
}
}