1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +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": { "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": [