json-schema-validator/test/issue-9/bar.json
Cristian Le fe780a7fa3
Apply pre-commit fixes
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2023-05-10 10:39:23 +02:00

14 lines
223 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes bar",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}