Skip to content

Commit ca59b57

Browse files
authored
Merge pull request #4353 from lornajane/add-tags-to-schema
Add new tags fields to schema
2 parents 0571af7 + 0d996cc commit ca59b57

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)