Skip to content

Commit

Permalink
docs: update JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 20, 2023
1 parent 88c6158 commit 26d8a5b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions json-schema/registry.json
Expand Up @@ -256,6 +256,9 @@
"asset": {
"type": "string"
},
"crate": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/File"
Expand Down Expand Up @@ -336,6 +339,9 @@
"asset": {
"type": "string"
},
"crate": {
"type": "string"
},
"url": {
"type": "string"
},
Expand Down Expand Up @@ -529,6 +535,9 @@
"asset": {
"type": "string"
},
"crate": {
"type": "string"
},
"path": {
"type": "string"
},
Expand Down

0 comments on commit 26d8a5b

Please sign in to comment.