Replace `null` with `"null"` for types in the schema (#11350)

This commit is contained in:
Mike Griese 2021-09-28 14:43:51 -05:00 committed by GitHub
parent 43297315ba
commit 3b3b72e9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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": [