Skip to content

Commit

Permalink
add chain resources and others
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Sep 16, 2020
1 parent 15cf9d9 commit b991725
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@
"description": "channel address only"
}
}
},
"chain_resources": {
"$ref": "#/definitions/optional_url",
"description": "URL with chain snapshots and other downloads"
},
"other_resources": {
"type": "array",
"uniqueItems": true,
"description": "URLs to other relevant resources",
"items": {
"$ref": "#/definitions/optional_url"
}
}
},
"required": [
Expand Down

0 comments on commit b991725

Please sign in to comment.