Skip to content

Commit 5f5b452

Browse files
committed
fix schema
1 parent d93c274 commit 5f5b452

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

__tests__/fixtures/schemas/flat.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
name:
22
type: string
3-
description: Name of the yaml value
3+
description: The name
4+
required: true
5+
author:
6+
type: string
7+
description: The author
8+
required: true
9+
category:
10+
type: string
11+
description: The category
412
required: true

0 commit comments

Comments
 (0)