From 0d996cc6aca4d0f33a0db53e9c928b9ebcf13433 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Thu, 13 Feb 2025 12:06:03 +0000 Subject: [PATCH] Add new tags fields to schema --- src/schemas/validation/schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/schemas/validation/schema.yaml b/src/schemas/validation/schema.yaml index 54c49a2f97..88148f6847 100644 --- a/src/schemas/validation/schema.yaml +++ b/src/schemas/validation/schema.yaml @@ -702,10 +702,16 @@ $defs: properties: name: type: string + summary: + type: string description: type: string externalDocs: $ref: '#/$defs/external-documentation' + parent: + type: string + kind: + type: string required: - name $ref: '#/$defs/specification-extensions'