{ "type": "object", "properties": { "fullSizeUrl": { "type": "string", "example": "https://www.example.com" } }, "required": [ "fullSizeUrl" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DefaultUserBanner" }