From d879a721399978fac4f4f351994bc21bb9e68bf5 Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:20:20 -0500 Subject: [PATCH] add minProperties to QueryGraph.nodes Proposed by @colleenXu in 2026-02-19 meeting, we don't want queries with no nodes to be valid --- TranslatorReasonerAPI.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/TranslatorReasonerAPI.yaml b/TranslatorReasonerAPI.yaml index 42a90bd..8d3166c 100644 --- a/TranslatorReasonerAPI.yaml +++ b/TranslatorReasonerAPI.yaml @@ -816,6 +816,7 @@ components: on bound nodes. additionalProperties: $ref: '#/components/schemas/QNode' + minProperties: 1 edges: type: object description: >-