@fairmint/canton-node-sdk
Version:
Canton Node SDK
24 lines (23 loc) • 407 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"genesis": {
"type": "object",
"required": [
"chainId"
],
"properties": {
"imagePullPolicy": {
"type": "string"
},
"chainId": {
"type": "string"
},
"chainIdSuffix": {
"type": "string"
}
}
}
}
}