Skip to content

Commit

Permalink
Remove/rename some HBP-specific properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 18, 2019
1 parent 83072bd commit ca6740d
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,22 @@
{
"path": "nsg:collabID",
"name": "collab id",
"description": "collab id of the model project",
"description": "collab id of the model project.",
"editorialNote": "Note that this is not generic, and should be removed in a future schema version, but is retained here for short-term convenience.",
"datatype": "xsd:int"
},
{
"path": "nsg:PLAComponents",
"name": "PLA components",
"description": "PLA components",
"path": "schema:funder",
"name": "Funding",
"description": "Information about the funding for this project",
"datatype": "xsd:string"
},
{
"path": "nsg:providerId",
"name": "Provider ID",
"description": "An existing, alternative id of the model project",
"datatype": "xsd:string"
}

]
}
]
Expand Down

0 comments on commit ca6740d

Please sign in to comment.