Skip to content

Commit

Permalink
feat: increase MonitoringLocationID maxLength
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell authored Oct 21, 2024
1 parent 16be325 commit 45ba2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"type": "string",
"$ref": "#/definitions/string",
"minLength": 0,
"maxLength": 35
"maxLength": 55
},
"MonitoringLocationName": {
"title": "Monitoring Location Name",
Expand Down Expand Up @@ -127,7 +127,7 @@
"type": "string",
"$ref": "#/definitions/string",
"minLength": 0,
"maxLength": 35
"maxLength": 55
},
"AlternateMonitoringLocationContext": {
"title": "Alternate Monitoring Location Context",
Expand Down

0 comments on commit 45ba2e5

Please sign in to comment.