mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-20 22:42:05 +00:00
Some improvement for IT doc
This commit is contained in:
@@ -62,6 +62,87 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"backups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"anyOf": [
|
||||
{ "type": "string" },
|
||||
{ "enum": [
|
||||
"''",
|
||||
"'none'",
|
||||
"'hypervisor'",
|
||||
"'windowsbackup'"
|
||||
]}
|
||||
]
|
||||
},
|
||||
"method": {
|
||||
"anyOf": [
|
||||
{ "type": "string" },
|
||||
{ "enum": [
|
||||
"''",
|
||||
"'auto'",
|
||||
"'manual'"
|
||||
]}
|
||||
]
|
||||
},
|
||||
"frequency": {
|
||||
"anyOf": [
|
||||
{ "type": "string" },
|
||||
{ "enum": [
|
||||
"''",
|
||||
"'daily'",
|
||||
"'weekly'",
|
||||
"'monthly'",
|
||||
"'quarterly'",
|
||||
"'halfyearly'",
|
||||
"'yearly'",
|
||||
"'monday'",
|
||||
"'tuesday'",
|
||||
"'wednesday'",
|
||||
"'thursday'",
|
||||
"'friday'",
|
||||
"'saturday'",
|
||||
"'sonday'"
|
||||
]}
|
||||
]
|
||||
},
|
||||
"target": {
|
||||
"anyOf": [
|
||||
{"type": "string"},
|
||||
{"enum": [
|
||||
"''",
|
||||
"'usb'",
|
||||
"'pbs'",
|
||||
"'share'",
|
||||
"'iscsi'",
|
||||
"'cloud'"
|
||||
]}
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"anyOf": [
|
||||
{"type": "string"},
|
||||
{"enum": [
|
||||
"''",
|
||||
"'auto'"
|
||||
]}
|
||||
]
|
||||
},
|
||||
"duration": {
|
||||
"anyOf": [
|
||||
{ "type": "string" },
|
||||
{ "type": "integer" },
|
||||
{"enum": [
|
||||
"''"
|
||||
]}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"headfiles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user