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

10 lines
143 B
JSON
Raw Normal View History

2018-07-09 14:11:58 +10:00
{
"type": "object",
"properties": {
"string": {
"type": "string",
"default": "value"
}
}
}