Better format of schema in readme.cpp
This commit is contained in:
parent
e9a8568373
commit
6709194813
@ -28,7 +28,10 @@ static json person_schema = R"(
|
||||
"street":{
|
||||
"type": "string",
|
||||
"default": "Abbey Road"
|
||||
}}}},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"age"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user