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