From a335ffd6b4dbb3fe0d9f574e552dfe098633f54f Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Fri, 21 Oct 2016 16:06:29 +0200 Subject: [PATCH] fixed termId --- src/main/proto/ga4gh/metadata.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/ga4gh/metadata.proto b/src/main/proto/ga4gh/metadata.proto index b3fc2b33..89cae22d 100644 --- a/src/main/proto/ga4gh/metadata.proto +++ b/src/main/proto/ga4gh/metadata.proto @@ -11,7 +11,7 @@ message OntologyTerm { // differs from the standard GA4GH schema's :ref:`id ` // 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. string term = 2;