Skip to content

Commit 29134fd

Browse files
committed
Adding missing descriptions
1 parent 5ed4f63 commit 29134fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

molecular_entity_schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
}
133133
},
134134
"publications": {
135+
"description": "The list of publications providing evidence of the relationship.",
135136
"type": "array",
136137
"items": {
137138
"$ref": "publication_schema.json#"

place_schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"enum": [ "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", "GeometryCollection"]
7474
},
7575
"coordinates": {
76+
"description": "A non-empty list of GeoJSON positions.",
7677
"type": "array",
7778
"minItems": 1,
7879
"items": { "$ref": "#/definitions/position" }

0 commit comments

Comments
 (0)