Skip to content

Commit

Permalink
chore(schemas): update OpenRPC API doc and JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Mar 13, 2024
1 parent a60b8d8 commit 0f093f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homestar-runtime/schemas/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,11 @@
{
"type": "string",
"const": ""
},
{
"description": "A 12-byte or 16-byte nonce encoded as a string, which expects to be decoded with Base32hex lower",
"type": "string",
"minLength": 1
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions homestar-runtime/schemas/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
{
"type": "string",
"const": ""
},
{
"description": "A 12-byte or 16-byte nonce encoded as a string, which expects to be decoded with Base32hex lower",
"type": "string",
"minLength": 1
}
]
},
Expand Down

0 comments on commit 0f093f0

Please sign in to comment.