mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
update schema
This commit is contained in:
parent
f8651c22ff
commit
a7f3f419c1
1 changed files with 9 additions and 6 deletions
15
schema.json
15
schema.json
|
|
@ -205,6 +205,13 @@
|
|||
}
|
||||
],
|
||||
"definitions": {
|
||||
"BaselineIndex": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"First",
|
||||
"Second"
|
||||
]
|
||||
},
|
||||
"BitReadStream": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
@ -12410,9 +12417,7 @@
|
|||
],
|
||||
"properties": {
|
||||
"base_line": {
|
||||
"type": "integer",
|
||||
"format": "uint8",
|
||||
"minimum": 0.0
|
||||
"$ref": "#/definitions/BaselineIndex"
|
||||
},
|
||||
"delta": {
|
||||
"anyOf": [
|
||||
|
|
@ -12641,9 +12646,7 @@
|
|||
],
|
||||
"properties": {
|
||||
"baseline_index": {
|
||||
"type": "integer",
|
||||
"format": "uint",
|
||||
"minimum": 0.0
|
||||
"$ref": "#/definitions/BaselineIndex"
|
||||
},
|
||||
"delay": {
|
||||
"type": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue