From 1e86bf62852e466a0b8f50e26c70e29c52b7051f Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Thu, 15 Jan 2026 13:18:29 -0800 Subject: [PATCH] remove query_id from NodeBinding --- TranslatorReasonerAPI.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TranslatorReasonerAPI.yaml b/TranslatorReasonerAPI.yaml index 4c4fdf5..ba934b3 100644 --- a/TranslatorReasonerAPI.yaml +++ b/TranslatorReasonerAPI.yaml @@ -643,18 +643,6 @@ components: $ref: '#/components/schemas/CURIE' description: >- The CURIE of a Node within the Knowledge Graph. - query_id: - $ref: '#/components/schemas/CURIE' - description: >- - An optional property to provide the CURIE in the QueryGraph to - which this binding applies. If the bound QNode does not have an - an 'id' property or if it is empty, then this query_id MUST be - null or absent. If the bound QNode has one or more CURIEs - as an 'id' and this NodeBinding's 'id' refers to a QNode 'id' - in a manner where the CURIEs are different (typically due to - the NodeBinding.id being a descendant of a QNode.id), then - this query_id MUST be provided. In other cases, there is no - ambiguity, and this query_id SHOULD NOT be provided. additionalProperties: true required: - id