List of merchant categories
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Categories", "type": "object", "description": "List of merchant categories", "properties": { "categories": { "type": "array", "description": "categories" } } }