{ "type": "object", "name": "BannerPhoto", "properties": { "bannerPhotoUrl": { "type": "string" }, "bannerPhotoVersionId": { "type": "['string', 'null']" }, "url": { "type": "string" } }, "required": [ "bannerPhotoUrl", "bannerPhotoVersionId", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }