8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"speak": { "const": "bow" }
|
|
},
|
|
"required": ["speak"]
|
|
}
|