mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-08 13:49:31 +00:00
Replace null with "null" for types in the schema (#11350)
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
"description": "Sets the file location of the image to draw over the window background when unfocused.",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": ["string", null]
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
@@ -531,13 +531,13 @@
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Which tab to switch to, with the first being 0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"required": [ "index" ]
|
||||
},
|
||||
"MovePaneAction": {
|
||||
],
|
||||
"required": [ "index" ]
|
||||
},
|
||||
"MovePaneAction": {
|
||||
"description": "Arguments corresponding to a Move Pane Action",
|
||||
"allOf": [
|
||||
{ "$ref": "#/definitions/ShortcutAction" },
|
||||
@@ -1444,7 +1444,7 @@
|
||||
"description": "Sets the file location of the image to draw over the window background.",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": ["string", null]
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user