ルート・スキーマ: exportedNodes
型: array
ソースの表示
{
"type":"array",
"items":{
"type":"object",
"properties":{
"organization":{
"type":"string"
},
"nodes":{
"type":"object",
"properties":{
"peers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"peerId":{
"type":"string"
},
"displayName":{
"type":"string"
},
"url":{
"type":"string"
},
"eventUrl":{
"type":"string"
},
"mspId":{
"type":"string"
},
"joinedChannels":{
"type":"array",
"items":{
"type":"string"
}
},
"installedChaincodes":{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
}
}
}
}
},
"tlsCACert":{
"type":"string"
},
"signature":{
"type":"string"
}
}
}
}
ネストしたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"organization":{
"type":"string"
},
"nodes":{
"type":"object",
"properties":{
"peers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"peerId":{
"type":"string"
},
"displayName":{
"type":"string"
},
"url":{
"type":"string"
},
"eventUrl":{
"type":"string"
},
"mspId":{
"type":"string"
},
"joinedChannels":{
"type":"array",
"items":{
"type":"string"
}
},
"installedChaincodes":{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
}
}
}
}
},
"tlsCACert":{
"type":"string"
},
"signature":{
"type":"string"
}
}
}
ネストしたスキーマ: nodes
型: object
ソースの表示
{
"type":"object",
"properties":{
"peers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"peerId":{
"type":"string"
},
"displayName":{
"type":"string"
},
"url":{
"type":"string"
},
"eventUrl":{
"type":"string"
},
"mspId":{
"type":"string"
},
"joinedChannels":{
"type":"array",
"items":{
"type":"string"
}
},
"installedChaincodes":{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
}
}
}
}
}
ネストしたスキーマ: peers
型: array
ソースの表示
{
"type":"array",
"items":{
"type":"object",
"properties":{
"peerId":{
"type":"string"
},
"displayName":{
"type":"string"
},
"url":{
"type":"string"
},
"eventUrl":{
"type":"string"
},
"mspId":{
"type":"string"
},
"joinedChannels":{
"type":"array",
"items":{
"type":"string"
}
},
"installedChaincodes":{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
}
}
}
ネストしたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"peerId":{
"type":"string"
},
"displayName":{
"type":"string"
},
"url":{
"type":"string"
},
"eventUrl":{
"type":"string"
},
"mspId":{
"type":"string"
},
"joinedChannels":{
"type":"array",
"items":{
"type":"string"
}
},
"installedChaincodes":{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
}
}
ネストしたスキーマ: installedChaincodes
型: array
ソースの表示
{
"type":"array",
"items":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}
}
ネストしたスキーマ: joinedChannels
型: array
ソースの表示
{
"type":"array",
"items":{
"type":"string"
}
}
ネストしたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"version":{
"type":"string"
},
"path":{
"type":"string"
}
}
}