Skip to content

Commit

Permalink
In Daft 5, schema.enum only SHOULD be unique, not MUST
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Nov 20, 2018
1 parent 82ef49c commit f71d7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/v3.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ definitions:
type: array
items: {}
minItems: 1
uniqueItems: true
uniqueItems: false
type:
type: string
enum:
Expand Down

0 comments on commit f71d7f8

Please sign in to comment.