Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/en/schema/latest/policy/manifest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11048,7 +11048,7 @@
"properties": {
"engine": {
"type": "string",
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2"
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3"
},
"file": {
"type": "string",
Expand Down Expand Up @@ -14022,7 +14022,7 @@
},
"createmissingkey": {
"type": "boolean",
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used"
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -20722,7 +20722,7 @@
"properties": {
"engine": {
"type": "string",
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2"
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3"
},
"file": {
"type": "string",
Expand Down Expand Up @@ -23813,7 +23813,7 @@
},
"createmissingkey": {
"type": "boolean",
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used"
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -30774,7 +30774,7 @@
"properties": {
"engine": {
"type": "string",
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2"
"description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3"
},
"file": {
"type": "string",
Expand Down Expand Up @@ -33982,7 +33982,7 @@
},
"createmissingkey": {
"type": "boolean",
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used"
"description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys."
}
},
"additionalProperties": false,
Expand Down
Loading