Skip to content

Commit 449a94f

Browse files
committed
Add inclusive_minimum and inclusive_maximum to policy schema template
1 parent fbb867b commit 449a94f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

schema/templates/policy/policy.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@
171171
"type": ["null", "integer"],
172172
"description": "Maximum value, if applicable (default unlimited)"
173173
},
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+
"type": ["null", "boolean"],
182+
"description": "Whether the rule maximum is considered in-bounds (default true)"
183+
},
174184
"rate_amount": {
175185
"$id": "#/definitions/rule/properties/rate_amount",
176186
"type": ["null", "integer"],
@@ -348,4 +358,4 @@
348358
}
349359
},
350360
"additionalProperties": false
351-
}
361+
}

0 commit comments

Comments
 (0)