Fix typo and better json schema validations

This commit is contained in:
prototypa
2023-08-11 12:49:04 -04:00
parent 03af96f664
commit d827a220de
2 changed files with 4 additions and 4 deletions

View File

@ -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",