Fix typo and better json schema validations
This commit is contained in:
6
.vscode/astrowind/config-schema.json
vendored
6
.vscode/astrowind/config-schema.json
vendored
@ -57,7 +57,7 @@
|
||||
"openGraph": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"siteName": {
|
||||
"site_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"images": {
|
||||
@ -84,7 +84,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["siteName", "images", "type"]
|
||||
"required": ["site_name", "images", "type"]
|
||||
},
|
||||
"twitter": {
|
||||
"type": "object",
|
||||
@ -240,7 +240,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"partytown": {
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user