{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Response of get data map entry request", "title": "MapEntryResponse", "type": "object", "required": ["data"], "properties": { "data": { "type": "string", "description": "Hex-encoded string of clarity value. It is always an optional tuple." }, "proof": { "type": "string", "description": "Hex-encoded string of the MARF proof for the data" } } }