mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Do not allow additionalProperties for Users
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"definitions": {
|
"definitions": {
|
||||||
"Users": {
|
"Users": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"extra_user_groups": {
|
"extra_user_groups": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user