Feature: skip_value can check OID existance (#11822)

* exists for skip_values

* AR routers are using another logic for SFPs Power

* schemas

* tests
This commit is contained in:
PipoCanaja
2020-06-14 16:21:22 +02:00
committed by GitHub
parent 529f364ada
commit 15fe63d6b1
7 changed files with 4924 additions and 6 deletions

View File

@@ -62,7 +62,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": ["integer", "string", "array"],
"type": ["boolean", "integer", "string", "array"],
"items": {
"type": ["integer", "string"]
}
@@ -204,7 +204,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": ["integer", "string", "array"],
"type": ["boolean", "integer", "string", "array"],
"items": {
"type": ["integer", "string"]
}
@@ -385,7 +385,7 @@
"$ref": "#/definitions/comparison"
},
"value": {
"type": ["integer", "string", "array"],
"type": ["boolean", "integer", "string", "array"],
"items": {
"type": ["integer", "string"]
}
@@ -468,7 +468,8 @@
"not_contains",
"not_regex",
"in_array",
"not_in_array"
"not_in_array",
"exists"
]
}
}

View File

@@ -533,7 +533,8 @@
"not_contains",
"not_regex",
"in_array",
"not_in_array"
"not_in_array",
"exists"
]
}
}