Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Re-structuring OntologyTerm (post Vancouver discussion) #726

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/proto/ga4gh/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ message OntologyTerm {
// differs from the standard GA4GH schema's :ref:`id <apidesign_object_ids>`
// in that it is a CURIE pointing to an information resource outside of the
// scope of the schema or its resource implementation.
string id = 1;
string termId = 1;

// Ontology term - the label of the ontology term the id is pointing to.
// Ontology term - the label of the ontology term the termId is pointing to.
string term = 2;

}
Expand Down