Ceramic · Schema

Information about the Ceramic network

Ceramic network information

DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

Properties

Name Type Description
name string Name of the Ceramic network
View JSON Schema on GitHub

JSON Schema

NetworkInfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/NetworkInfo.json",
  "title": "Information about the Ceramic network",
  "description": "Ceramic network information",
  "type": "object",
  "required": ["name"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the Ceramic network"
    }
  }
}