diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-03-11 11:39:59 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-03-11 11:49:00 -0500 |
| commit | 5ff3d2da99e376cf65d0f26706c86f5f975c93b5 (patch) | |
| tree | c63c25ab053bb4025cadef9b37938eea6a1a3577 /schema/interface_definition.rnc | |
| parent | 44e5e9f0b26ce496b04f603bb68c82ecf01dc54a (diff) | |
| download | vyos-1x-5ff3d2da99e376cf65d0f26706c86f5f975c93b5.tar.gz vyos-1x-5ff3d2da99e376cf65d0f26706c86f5f975c93b5.zip | |
T8269: add element constraintSilenceOutput
Add schema element to suppress output of individual validators, leaving
only constraintErrorMessage output in case of failure.
Diffstat (limited to 'schema/interface_definition.rnc')
| -rw-r--r-- | schema/interface_definition.rnc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/interface_definition.rnc b/schema/interface_definition.rnc index a338b875f..bded5b0a6 100644 --- a/schema/interface_definition.rnc +++ b/schema/interface_definition.rnc @@ -96,6 +96,7 @@ properties = element properties constraintGroup* & valueHelp* & (element constraintErrorMessage { text })? & + (element constraintSilenceOutput { empty })? & completionHelp* & # "docs" is used to store documentation for a node in a structured format |
