This commit is contained in:
=
2023-01-12 11:15:28 -05:00
parent e6cbe6deef
commit a34f9eb194
-24
View File
@@ -1,24 +0,0 @@
{
"title": "Person",
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"age": {
"title": "Age",
"exclusiveMinimum": 0,
"exclusiveMaximum": 100,
"type": "integer"
},
"metadata": {
"title": "Metadata",
"type": "object"
}
},
"required": [
"name",
"age"
]
}