{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BusinessUnitImages", "title": "BusinessUnitImages", "type": "object", "properties": { "logoUrl": { "type": "string" }, "headerUrl": { "type": "string" }, "promotionBoxUrl": { "type": "string" } } }