Closes #19025: Add schema validation for JSON custom fields (#21746)

This commit is contained in:
Jeremy Stretch
2026-03-31 13:41:49 -04:00
committed by GitHub
parent 2389feea6b
commit e5b9e5a279
13 changed files with 171 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ NetBox supports limited custom validation for custom field values. Following are
* Text: Regular expression (optional)
* Integer: Minimum and/or maximum value (optional)
* Selection: Must exactly match one of the prescribed choices
* JSON: Must adhere to the defined validation schema (if any)
### Custom Selection Fields