Skip to content

Commit f71d7f8

Browse files
committed
In Daft 5, schema.enum only SHOULD be unique, not MUST
1 parent 82ef49c commit f71d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v3.0/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ definitions:
252252
type: array
253253
items: {}
254254
minItems: 1
255-
uniqueItems: true
255+
uniqueItems: false
256256
type:
257257
type: string
258258
enum:

0 commit comments

Comments
 (0)