Skip to content

Commit 0d996cc

Browse files
committed
Add new tags fields to schema
1 parent 0571af7 commit 0d996cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/schemas/validation/schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,16 @@ $defs:
702702
properties:
703703
name:
704704
type: string
705+
summary:
706+
type: string
705707
description:
706708
type: string
707709
externalDocs:
708710
$ref: '#/$defs/external-documentation'
711+
parent:
712+
type: string
713+
kind:
714+
type: string
709715
required:
710716
- name
711717
$ref: '#/$defs/specification-extensions'

0 commit comments

Comments
 (0)