Skip to content

Commit

Permalink
Increase limits in event_layers.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno authored Aug 27, 2024
1 parent 1d8a600 commit 31ad7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docroot/schema/event_layers.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
},
"event_instances": {
"type": "array",
"maxItems": 20,
"maxItems": 30,
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9]{2}--[a-zA-Z0-9_]{1,30}--[a-zA-Z0-9_.\\()+]+$",
"minLength": 1,
"maxLength": 150
"maxLength": 300
}
}
}
Expand Down

0 comments on commit 31ad7c8

Please sign in to comment.