Skip to content

Commit

Permalink
fix: refactor required to work with Typescript generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 12, 2019
1 parent d14f6ba commit 7081866
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions schema/text/Table.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ properties:
type: array
items:
$ref: TableCell.schema.yaml
anyOf:
- required:
- rows
- required:
- cells
required:
- cells

0 comments on commit 7081866

Please sign in to comment.