Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: update config schema file
  • Loading branch information
joergsteffens committed Aug 27, 2020
1 parent 75b2de8 commit 3351e3b
Showing 1 changed file with 24 additions and 8 deletions.
Expand Up @@ -746,7 +746,7 @@
"equals": true
},
"WriteBootstrap": {
"datatype": "DIRECTORY",
"datatype": "DIRECTORY_OR_COMMAND",
"code": 0,
"equals": true
},
Expand Down Expand Up @@ -779,23 +779,29 @@
"FullMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Full Max Runtime\"."
},
"IncrementalMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Incremental Max Runtime\"."
},
"DifferentialMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Differential Max Runtime\"."
},
"FullMaxRuntime": {
"datatype": "TIME",
Expand Down Expand Up @@ -1270,7 +1276,7 @@
"equals": true
},
"WriteBootstrap": {
"datatype": "DIRECTORY",
"datatype": "DIRECTORY_OR_COMMAND",
"code": 0,
"equals": true
},
Expand Down Expand Up @@ -1303,23 +1309,29 @@
"FullMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Full Max Runtime\"."
},
"IncrementalMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Incremental Max Runtime\"."
},
"DifferentialMaxWaitTime": {
"datatype": "TIME",
"code": 0,
"alias": true,
"deprecated": true,
"equals": true,
"versions": "-12.4.0"
"versions": "-12.4.0",
"description": "This directive has been deprecated in favor of \"Differential Max Runtime\"."
},
"FullMaxRuntime": {
"datatype": "TIME",
Expand Down Expand Up @@ -2827,6 +2839,10 @@
"number": 29,
"description": "Plugin Name(s)"
},
"DIRECTORY_OR_COMMAND": {
"number": 34,
"description": "Directory or command"
},
"ACL": {
"number": 50,
"description": "User Access Control List"
Expand Down

0 comments on commit 3351e3b

Please sign in to comment.