Skip to content

Commit

Permalink
Adding missing descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Oct 31, 2018
1 parent 5ed4f63 commit 29134fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecular_entity_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
}
},
"publications": {
"description": "The list of publications providing evidence of the relationship.",
"type": "array",
"items": {
"$ref": "publication_schema.json#"
Expand Down
1 change: 1 addition & 0 deletions place_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"enum": [ "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", "GeometryCollection"]
},
"coordinates": {
"description": "A non-empty list of GeoJSON positions.",
"type": "array",
"minItems": 1,
"items": { "$ref": "#/definitions/position" }
Expand Down

0 comments on commit 29134fd

Please sign in to comment.