15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"title": "Boolean",
|
|
"description": "A boolean value.",
|
|
"anyOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"$ref": "./item_ref.json"
|
|
}
|
|
],
|
|
"examples": ["true", "false", "$variable", "($variable)"]
|
|
}
|