Updated tags input schema for canary API

no-issue
This commit is contained in:
Fabien O'Carroll 2020-07-07 15:47:53 +02:00 committed by Fabien 'egg' O'Carroll
parent 6996922ed0
commit 7e5292eccc

View File

@ -40,6 +40,49 @@
"type": ["string", "null"],
"maxLength": 500
},
"og_image": {
"type": ["string", "null"],
"format": "uri-reference",
"maxLength": 2000
},
"og_title": {
"type": ["string", "null"],
"maxLength": 300
},
"og_description": {
"type": ["string", "null"],
"maxLength": 500
},
"twitter_image": {
"type": ["string", "null"],
"format": "uri-reference",
"maxLength": 2000
},
"twitter_title": {
"type": ["string", "null"],
"maxLength": 300
},
"twitter_description": {
"type": ["string", "null"],
"maxLength": 500
},
"codeinjection_head": {
"type": ["string", "null"],
"maxLength": 65535
},
"codeinjection_foot": {
"type": ["string", "null"],
"maxLength": 65535
},
"canonical_url": {
"type": ["string", "null"],
"format": "uri-reference",
"maxLength": 2000
},
"accent_color": {
"type": ["string", "null"],
"maxLength": 50
},
"id": {
"strip": true
},