Properties
- logo (
object)- url (
string) - Logo URL
- url (
Logo section schema of Feedback QR
object)
string) - Logo URL{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {},
"title": "Logo section schema",
"description": "Logo section schema of Feedback QR",
"type": "object",
"properties": {
"logo": {
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"url": {
"type": "string",
"description": "Logo URL",
"anyOf": [
{
"pattern": "^(https?://.*\\.(png|jpeg|jpg|svg|gif|PNG|JPEG|JPG|SVG|GIF))$"
},
{
"const": ""
}
]
}
}
}
}
}