Regex on Model Name

This matches the regex we apply to the adapter name as we join these 2 using an @ to get things done.
This commit is contained in:
Corey Ogburn
2026-02-03 13:54:21 -07:00
parent eea14b493c
commit 6ff4901067

View File

@@ -731,6 +731,8 @@ soc:
- field: id
label: Model ID
required: True
regex: "^(?!.*@).+$"
regexFailureMessage: Model ID cannot contain the '@' character
- field: displayName
label: Display Name
required: True