Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 25, 2019
1 parent ca6740d commit c0bcc64
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"node": "https://nexus-int.humanbrainproject.org/v0/schemas/neuralactivity/commons/entity/v0.1.0/shapes/EntityShape"
},
{
"property": [{
"property": [
{
"path": "nsg:modelOf",
"name": "Model of",
"description": "Models of many things such as cells, ion channels, circuits, whole brains,...",
Expand All @@ -40,16 +41,16 @@
"name": "Name",
"description": "the name of the model project",
"datatype": "xsd:string",
"mincount": "1",
"maxcount": "1"
"minCount": "1",
"maxCount": "1"
},
{
"path": "nsg:alias",
"name": "Alias",
"description": "the alias of the model project.",
"editorialNote": "used as an identifier, should be unique.",
"datatype": "xsd:string",
"maxcount": "1"
"maxCount": "1"
},
{
"path": "nsg:brainRegion",
Expand Down Expand Up @@ -92,23 +93,23 @@
"name": "Author",
"description": "Author of the model Project",
"node": "https://nexus-int.humanbrainproject.org/v0/schemas/neuralactivity/commons/person/v0.1.0/shapes/PersonShape",
"mincount": "1"
"minCount": "1"
},
{
"path": "nsg:owner",
"name": "Owner",
"description": "Owner of the model Project",
"node": "https://nexus-int.humanbrainproject.org/v0/schemas/neuralactivity/commons/person/v0.1.0/shapes/PersonShape",
"maxcount": "1",
"mincount": "1"
"maxCount": "1",
"minCount": "1"
},
{
"path": "schema:description",
"name": "Description",
"description": "model project description",
"datatype": "xsd:string",
"mincount": "1",
"maxcount": "1"
"minCount": "1",
"maxCount": "1"
},
{
"path": "nsg:collabID",
Expand Down

0 comments on commit c0bcc64

Please sign in to comment.