1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

update schema

This commit is contained in:
Robin Appelman 2024-05-06 15:41:53 +02:00
commit a7f3f419c1

View file

@ -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": [