Hyperledger · JSON Structure

Hyperledger Structure

Structural overview of the Hyperledger API surface; extracted from openapi/.

Type: Properties: 0
BlockchainDistributed LedgerEnterpriseLinux FoundationSmart Contracts

Hyperledger Structure is a JSON Structure definition published by Hyperledger.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Hyperledger",
  "providerId": "hyperledger",
  "kind": "json-structure",
  "description": "Structural overview of the Hyperledger API surface; extracted from openapi/.",
  "schemaCount": 2,
  "operationCount": 1,
  "schemas": [
    {
      "name": "JsonRpcRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "jsonrpc",
        "method",
        "id"
      ]
    },
    {
      "name": "JsonRpcResponse",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "jsonrpc",
        "id"
      ]
    }
  ],
  "operations": [
    {
      "method": "POST",
      "path": "/",
      "operationId": "jsonRpcCall",
      "summary": "JSON-RPC endpoint",
      "tags": [
        "Eth"
      ]
    }
  ]
}