Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed May 6, 2024
1 parent f8651c2 commit a7f3f41
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@
}
],
"definitions": {
"BaselineIndex": {
"type": "string",
"enum": [
"First",
"Second"
]
},
"BitReadStream": {
"type": "object",
"required": [
Expand Down Expand Up @@ -12410,9 +12417,7 @@
],
"properties": {
"base_line": {
"type": "integer",
"format": "uint8",
"minimum": 0.0
"$ref": "#/definitions/BaselineIndex"
},
"delta": {
"anyOf": [
Expand Down Expand Up @@ -12641,9 +12646,7 @@
],
"properties": {
"baseline_index": {
"type": "integer",
"format": "uint",
"minimum": 0.0
"$ref": "#/definitions/BaselineIndex"
},
"delay": {
"type": [
Expand Down

0 comments on commit a7f3f41

Please sign in to comment.