Merchant Category Name and id
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Category", "type": "object", "description": "Merchant Category Name and id", "properties": { "categoryId": { "type": "string", "description": " The Merchant Category Id" }, "categoryName": { "type": "string", "description": "Name of the category" } } }