Overview
The Logo Section Schema provides a simple structure to attach a logo image to Feedback QR Code templates.It ensures consistent logo placement, validation, and styling across all QR experiences that include a brand identity section. This component primarily contains a
logo object, which includes a single url property for the logo image.The schema validates supported file types and ensures URLs conform to secure formats (HTTP/HTTPS).
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| logo | object | No | Contains logo image details for display in Feedback QR layouts. |
| logo.url | string | No | Publicly accessible logo image URL. Supports .png, .jpeg, .jpg, .svg, .gif. |
Used in Categories
This component is used in the following category:Example Schema
Notes
- The
urlmust be a valid HTTPS/HTTP link pointing to a supported image format. - If left empty (
""), the logo section will be omitted during rendering. - Recommended file size: ≤ 500 KB for optimal page load performance.
- Always use transparent PNG or SVG logos for best results on varying background colors.