Files
stacks-blockchain-api/api/core-node/get-contract-data-map-entry.schema.json
2020-10-09 13:25:22 -07:00

1 line
388 B
JSON

{"$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"}}}