From e0768df70796dab7d6cb70ef57e998f1dba02a6a Mon Sep 17 00:00:00 2001 From: Shaikat Haque Date: Mon, 16 Mar 2026 00:59:32 -0400 Subject: [PATCH] fix(spec): mark scopeDetails array items as nullable in introspection response --- spec_next.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec_next.yaml b/spec_next.yaml index 3abf630..a7d63f8 100644 --- a/spec_next.yaml +++ b/spec_next.yaml @@ -15608,7 +15608,9 @@ components: scopeDetails: type: array items: - $ref: '#/components/schemas/scope' + nullable: true + allOf: + - $ref: '#/components/schemas/scope' description: | The scopes property of this class is a list of scope names. The property does not hold information about scope attributes. This scopeDetails property was newly created to convey information about