mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 09:02:27 +00:00
Compare commits
3 Commits
99825644c6
...
54e506d1ea
Author | SHA1 | Date | |
---|---|---|---|
|
54e506d1ea | ||
|
f80c187581 | ||
|
ae4d342b8e |
7
backend/schema/components/access-list-list.json
Normal file
7
backend/schema/components/access-list-list.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"type": "array",
|
||||||
|
"description": "Access list list",
|
||||||
|
"items": {
|
||||||
|
"$ref": "./access-list-object.json"
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"minProperties": 1,
|
"required": ["visibility", "access_lists", "dead_hosts", "proxy_hosts", "redirection_hosts", "streams", "certificates"],
|
||||||
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -5,20 +5,13 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "../common.json#/properties/id"
|
||||||
"description": "User ID",
|
|
||||||
"minimum": 1,
|
|
||||||
"example": 1
|
|
||||||
},
|
},
|
||||||
"created_on": {
|
"created_on": {
|
||||||
"type": "string",
|
"$ref": "../common.json#/properties/created_on"
|
||||||
"description": "Created Date",
|
|
||||||
"example": "2020-01-30T09:36:08.000Z"
|
|
||||||
},
|
},
|
||||||
"modified_on": {
|
"modified_on": {
|
||||||
"type": "string",
|
"$ref": "../common.json#/properties/modified_on"
|
||||||
"description": "Modified Date",
|
|
||||||
"example": "2020-01-30T09:41:04.000Z"
|
|
||||||
},
|
},
|
||||||
"is_disabled": {
|
"is_disabled": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@ -54,6 +47,9 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"permissions": {
|
||||||
|
"$ref": "./permission-object.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "../../../components/access-list-object.json"
|
"$ref": "../../../components/access-list-list.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user