Skip to content

Commit

Permalink
fix(Node): Change ordering so array is last
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 13, 2021
1 parent 0c058fb commit 17cfdfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schema/Node.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ anyOf:
- type: boolean
- type: integer
- type: number
- type: array
- type: object
- type: string
- type: object
# Array should come last to avoid single items (e.g. a single string)
# being coerced into an array.
- type: array

0 comments on commit 17cfdfc

Please sign in to comment.