We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb867b commit 449a94fCopy full SHA for 449a94f
1 file changed
schema/templates/policy/policy.json
@@ -171,6 +171,16 @@
171
"type": ["null", "integer"],
172
"description": "Maximum value, if applicable (default unlimited)"
173
},
174
+ "inclusive_minimum": {
175
+ "$id": "#/definitions/rule/properties/inclusive_minimum",
176
+ "type": ["null", "boolean"],
177
+ "description": "Whether the rule minimum is considered in-bounds (default true)"
178
+ },
179
+ "inclusive_maximum": {
180
+ "$id": "#/definitions/rule/properties/inclusive_maximum",
181
182
+ "description": "Whether the rule maximum is considered in-bounds (default true)"
183
184
"rate_amount": {
185
"$id": "#/definitions/rule/properties/rate_amount",
186
@@ -348,4 +358,4 @@
348
358
}
349
359
350
360
"additionalProperties": false
351
-}
361
+}
0 commit comments