Skip to content

Commit 236033b

Browse files
committed
Minor changes to BEL JGF schema
1 parent 05c16d9 commit 236033b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

child-schemas/bel-json-graph.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
"type": "string",
7777
"title": "Graph description",
7878
"description": "Graph description"
79+
},
80+
"network_version": {
81+
"type": "string",
82+
"description": "Version of the network"
7983
}
8084
}
8185
},
@@ -162,7 +166,7 @@
162166
},
163167
"bel_evidence": {
164168
"type": "object",
165-
"required": ["bel_statement", "reference"],
169+
"required": ["bel_statement", "citation"],
166170
"properties": {
167171
"bel_statement": {
168172
"type": "string",

0 commit comments

Comments
 (0)