15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"title": "Number",
|
|
"description": "A Number value.",
|
|
"oneOf": [
|
|
{
|
|
"type": "number"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"$ref": "./item_ref.json"
|
|
}
|
|
],
|
|
"examples": [0, 1, 2, "$variable", "($variable)"]
|
|
}
|