31 lines
436 B
JSON
31 lines
436 B
JSON
{
|
||
"bsonType": "object",
|
||
"required": [],
|
||
"permission": {
|
||
"read": true,
|
||
"create": true,
|
||
"update": true,
|
||
"delete": true
|
||
},
|
||
"properties": {
|
||
"_id": {
|
||
"description": "ID,系统自动生成"
|
||
},
|
||
"ConfigID": {
|
||
"bsonType": "string"
|
||
},
|
||
"url": {
|
||
"bsonType": "string"
|
||
},
|
||
"EnableUrl": {
|
||
"bsonType": "string"
|
||
},
|
||
"LocalUrl": {
|
||
"bsonType": "string"
|
||
},
|
||
"RestartApp": {
|
||
"bsonType": "string"
|
||
}
|
||
}
|
||
}
|