Skip to content

Commit

Permalink
Merge pull request #264 from washingtonpost/PSTK-2799-conditional-con…
Browse files Browse the repository at this point in the history
…tent

Correct "websites" "maxItems" specification.
  • Loading branch information
cselvaraj authored Aug 22, 2022
2 parents 8a6c27b + 187986c commit 0b062f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/schema/ans/0.10.9/utils/variant.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"websites": {
"description": "websites assigned to this variant; individual values must be mutually exclusive with other variants",
"items": {
"maxItems": 50,
"type": "string"
},
"maxItems": 50,
"type": "array"
}
},
Expand Down

0 comments on commit 0b062f8

Please sign in to comment.