|
56 | 56 | "type": { |
57 | 57 | "type": "string", |
58 | 58 | "title": "Type of Graph", |
59 | | - "description": "Graph type" |
| 59 | + "description": "BEL Versioned Graph type" |
60 | 60 | }, |
61 | 61 | "metadata": { |
62 | 62 | "type": ["object", "null"], |
|
77 | 77 | "title": "Graph description", |
78 | 78 | "description": "Graph description" |
79 | 79 | }, |
80 | | - "network_version": { |
| 80 | + "version": { |
81 | 81 | "type": "string", |
82 | | - "description": "Version of the network" |
| 82 | + "description": "Version of the graph" |
83 | 83 | } |
84 | 84 | } |
85 | 85 | }, |
|
99 | 99 | "type": ["object", "null"], |
100 | 100 | "additionalProperties": true, |
101 | 101 | "properties": { |
102 | | - "coordinates": { |
| 102 | + "coordinate": { |
103 | 103 | "type": "array", |
104 | 104 | "items": { |
105 | 105 | "type": "number" |
106 | 106 | }, |
107 | 107 | "minItems": 2, |
108 | 108 | "title": "Node coordinates", |
109 | | - "description": "Node coordinates as either an (x, y) or (x, y, z) tuple" |
| 109 | + "description": "Node coordinates as either an (x, y) or (x, y, z) tuple, the tuple is unbounded to allow additional dimensions to be used in addition to x, y and z coordinates" |
| 110 | + }, |
| 111 | + "bel_function_type": { |
| 112 | + "type": "string", |
| 113 | + "description": "BEL function types such as proteinAbundance, trancriptionalActivity, etc" |
110 | 114 | } |
111 | 115 | } |
112 | 116 | } |
|
121 | 125 | "type": "object", |
122 | 126 | "additionalProperties": false, |
123 | 127 | "properties": { |
124 | | - "id": { |
125 | | - "type": "string" |
126 | | - }, |
127 | 128 | "source": { |
128 | 129 | "type": "string", |
129 | 130 | "title": "Source Node", |
|
150 | 151 | "type": ["object", "null"], |
151 | 152 | "additionalProperties": true, |
152 | 153 | "properties": { |
| 154 | + "causal": { |
| 155 | + "type": "boolean", |
| 156 | + "description": "True if a BEL causal edge type" |
| 157 | + }, |
153 | 158 | "evidences": { |
154 | 159 | "type": "array", |
155 | 160 | "items": { |
|
176 | 181 | "citation": { |
177 | 182 | "type": "object", |
178 | 183 | "properties": { |
179 | | - "citation_type": { |
| 184 | + "type": { |
180 | 185 | "type": "string", |
181 | 186 | "oneOf": ["PubMed", "Book", "Journal", "Online Resource", "Other"], |
182 | 187 | "title": "Citation Type", |
183 | 188 | "description": "The citation type" |
184 | 189 | }, |
185 | | - "citation_id": { |
| 190 | + "id": { |
186 | 191 | "type": "string", |
187 | 192 | "title": "Citation ID", |
188 | 193 | "description": "Identifier of the citation, e.g. PubMed ID" |
189 | 194 | }, |
190 | | - "citation_name": { |
| 195 | + "name": { |
191 | 196 | "type": "string", |
192 | 197 | "title": "Citation Name", |
193 | 198 | "description": "Name or citation string for the reference." |
194 | 199 | } |
195 | 200 | }, |
196 | | - "title": "Reference for Edge Evidence", |
197 | | - "description": "Reference to support the evidence presented for the Edge" |
| 201 | + "title": "Citation for Edge Evidence", |
| 202 | + "description": "Citation to support the evidence presented for the Edge" |
198 | 203 | }, |
199 | 204 | "biological_context": { |
200 | 205 | "type": "object", |
|
0 commit comments