libcruft-util/test/json/schema/validation/6400_object_default/schema.json

10 lines
143 B
JSON

{
"type": "object",
"properties": {
"string": {
"type": "string",
"default": "value"
}
}
}