From 5f5b452f4d3fb7c42a90c3c3a835c0f53da9428b Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Thu, 22 Aug 2024 15:13:57 -0700 Subject: [PATCH] fix schema --- __tests__/fixtures/schemas/flat.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/__tests__/fixtures/schemas/flat.yaml b/__tests__/fixtures/schemas/flat.yaml index 1718471..4286d7f 100644 --- a/__tests__/fixtures/schemas/flat.yaml +++ b/__tests__/fixtures/schemas/flat.yaml @@ -1,4 +1,12 @@ name: type: string - description: Name of the yaml value + description: The name + required: true +author: + type: string + description: The author + required: true +category: + type: string + description: The category required: true