Add support for time limit rules that expire

This commit is contained in:
Jonas Lochmann
2024-04-08 02:00:00 +02:00
parent a79fcf235e
commit 1930dd0a27
16 changed files with 244 additions and 22 deletions
@@ -410,6 +410,9 @@
},
"perDay": {
"type": "boolean"
},
"e": {
"type": "number"
}
},
"additionalProperties": false,
@@ -1458,6 +1461,9 @@
},
"perDay": {
"type": "boolean"
},
"e": {
"type": "number"
}
},
"additionalProperties": false,