mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04:00
Schema updates
This commit is contained in:
parent
4a57956093
commit
4b0d901c93
@ -32,9 +32,16 @@
|
|||||||
"description": "Updated Unix time with milliseconds"
|
"description": "Updated Unix time with milliseconds"
|
||||||
},
|
},
|
||||||
"expires_on": {
|
"expires_on": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"id",
|
"id",
|
||||||
"created_at",
|
"created_at",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
"expires_on",
|
|
||||||
"user_id",
|
"user_id",
|
||||||
"provider",
|
"provider",
|
||||||
"name",
|
"name",
|
||||||
@ -27,10 +26,6 @@
|
|||||||
"minimum": 1,
|
"minimum": 1,
|
||||||
"description": "Updated Unix time with milliseconds"
|
"description": "Updated Unix time with milliseconds"
|
||||||
},
|
},
|
||||||
"expires_on": {
|
|
||||||
"type": "integer",
|
|
||||||
"minimum": 1
|
|
||||||
},
|
|
||||||
"user_id": {
|
"user_id": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user