Ceramic · Schema

List of Peers

DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

Properties

Name Type Description
peers array
View JSON Schema on GitHub

JSON Schema

Peers.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/Peers.json",
  "title": "List of Peers",
  "type": "object",
  "required": ["peers"],
  "properties": {
    "peers": {
      "type": "array",
      "items": {
        "$ref": "Peer.json"
      }
    }
  }
}