Skip to content

Commit

Permalink
couple validation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Apr 10, 2024
1 parent 9dd77d2 commit d46424a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
},
{
"name": "channels",
"value": "mono"
"value": "MONO"
}
],
"result": {
Expand Down Expand Up @@ -762,11 +762,11 @@
"params": [
{
"name": "format",
"value": "aac"
"value": "AAC"
},
{
"name": "channels",
"value": "mono"
"value": "MONO"
}
],
"result": {
Expand Down
4 changes: 2 additions & 2 deletions src/openrpc/display.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"name": "resolution",
"summary": "The video resolution to check against HDR profiles supported by the display. When provided, the result includes only HDR profiles supported by this resolution.",
"schema": {
"$ref": "#/components/schemas/VideoFormatResolution"
"$ref": "#/components/schemas/DisplayResolution"
}
}
],
Expand All @@ -207,7 +207,7 @@
"params": [
{
"name": "resolution",
"value": "1080p"
"value": "1080p60"
}
],
"result": {
Expand Down

0 comments on commit d46424a

Please sign in to comment.