Skip to content

Commit

Permalink
fix: Fixed ref for HDCPType
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 6, 2024
1 parent f3ceae0 commit 461a31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"name": "supportedHdcpProfiles",
"summary": "the supported HDCP profiles",
"schema": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/BooleanMap"
"$ref": "#/components/schemas/HDCPType"
}
},
"examples": [
Expand Down

0 comments on commit 461a31d

Please sign in to comment.