Schema for a sub-merchant logo status
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LogoResource", "type": "object", "description": "Schema for a sub-merchant logo status", "properties": { "status": { "type": "string", "description": "Status of the logo" }, "messages": { "type": "array", "description": "List of validation messages for a logo." } } }