Skip to content

Commit a4e3a82

Browse files
authored
feat: add description field to types definition in schema (#811)
Small change to add optional 'description' field to types definition in YAML schema.
1 parent fe3f1c6 commit a4e3a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/simple_extensions_schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ properties:
2424
properties:
2525
name:
2626
type: string
27+
description:
28+
type: string
2729
structure:
2830
$ref: "#/$defs/type"
2931
parameters: # parameter list for compound types

0 commit comments

Comments
 (0)