Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions src/schemas/json/mtad.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,10 @@
"keep-existing-routes": {
"description": "[CF/XSA] Indicates if the existing routes of all applications within that MTA should be kept.",
"type": "boolean"
},
"bg-dependency-aware-stop-order": {
"description": "[CF] Enables dependency-aware stop ordering during the final phase of blue-green deployments.",
"type": "boolean"
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions src/schemas/json/rumdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@
"description": "Per-language tool configuration.",
"type": "object",
"properties": {
"enabled": {
"description": "Whether code block tools are enabled for this language (default: true).\nSet to false to acknowledge a language without configuring tools.\nThis satisfies strict mode (on-missing-language-definition) checks.",
"type": "boolean",
"default": true
},
"lint": {
"description": "Tools to run in lint mode (rumdl check)",
"type": "array",
Expand Down