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
bgins committed Mar 5, 2024
1 parent 7b4025b commit 1181d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homestar-runtime/schemas/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "homestar",
"description": "",
"version": "0.2.0",
"version": "0.2.1",
"contact": {
"name": null,
"email": null,
Expand Down Expand Up @@ -1393,7 +1393,7 @@
],
"properties": {
"nnc": {
"description": "A 12-byte or 16-byte nonce. Use empty string for no nonce.",
"description": "A 12-byte or 16-byte nonc. Use empty string for no nonce.",
"type": "string"
},
"op": {
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/schemas/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
],
"properties": {
"nnc": {
"description": "A 12-byte or 16-byte nonce. Use empty string for no nonce.",
"description": "A 12-byte or 16-byte nonc. Use empty string for no nonce.",
"type": "string"
},
"op": {
Expand Down

0 comments on commit 1181d27

Please sign in to comment.