Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Sep 30, 2024
1 parent f62f44f commit 1b10f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonrpc/src/schemas/portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
{
"title": "Content key",
"description": "The encoded Portal content key",
"$ref": "#/components/contentDescriptors/ContentKey"
"$ref": "#/components/schemas/hexString"
},
{
"title": "Content value",
"description": "The encoded Portal content value",
"$ref": "#/components/contentDescriptors/ContentValue"
"$ref": "#/components/schemas/hexString"
}
],
"minItems": 2,
Expand Down

0 comments on commit 1b10f60

Please sign in to comment.