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'