Skip to content

Commit

Permalink
release-schema(nit): Re-order validation JSON Schema keyword properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 26, 2023
1 parent 2b79302 commit 0e8df86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"items": {
"type": "string"
},
"uniqueItems": true,
"codelist": "methodOfPayment.csv",
"openCodelist": true
"openCodelist": true,
"uniqueItems": true
}
}
},
Expand Down

0 comments on commit 0e8df86

Please sign in to comment.