{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MarketCategoryResponse", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "id", "name" ] }