Files
jspg/validator/tests/examples/dog.json
2025-09-30 01:10:58 -04:00

8 lines
115 B
JSON

{
"type": "object",
"properties": {
"speak": { "const": "bow" }
},
"required": ["speak"]
}