mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-01 19:43:03 +08:00
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Response of get constant val request",
|
|
"title": "ConstantValResponse",
|
|
"type": "object",
|
|
"required": [
|
|
"data"
|
|
],
|
|
"properties": {
|
|
"data": {
|
|
"type": "string",
|
|
"description": "Hex-encoded string of clarity value."
|
|
}
|
|
}
|
|
} |