mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +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": {
|
"definitions": {
|
||||||
|
"BaselineIndex": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"First",
|
||||||
|
"Second"
|
||||||
|
]
|
||||||
|
},
|
||||||
"BitReadStream": {
|
"BitReadStream": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -12410,9 +12417,7 @@
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"base_line": {
|
"base_line": {
|
||||||
"type": "integer",
|
"$ref": "#/definitions/BaselineIndex"
|
||||||
"format": "uint8",
|
|
||||||
"minimum": 0.0
|
|
||||||
},
|
},
|
||||||
"delta": {
|
"delta": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|
@ -12641,9 +12646,7 @@
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"baseline_index": {
|
"baseline_index": {
|
||||||
"type": "integer",
|
"$ref": "#/definitions/BaselineIndex"
|
||||||
"format": "uint",
|
|
||||||
"minimum": 0.0
|
|
||||||
},
|
},
|
||||||
"delay": {
|
"delay": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue