mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
18 lines
471 B
JSON
18 lines
471 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"
|
|
}
|
|
}
|
|
}
|