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