Fix definition of positiveDecimal
This commit is contained in:
parent
06b7e29d61
commit
84b8e0358f
@ -201,7 +201,8 @@
|
||||
"positiveDecimal": {
|
||||
"description": "a positive decimal number as either a number literal or a string",
|
||||
"oneOf": [{
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"metadata": {
|
||||
"preview": {
|
||||
"start": "-123.456",
|
||||
"duration": 1
|
||||
}
|
||||
},
|
||||
"data": {}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"metadata": {
|
||||
"preview": {
|
||||
"start": -1,
|
||||
"duration": 1
|
||||
}
|
||||
},
|
||||
"data": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user