Ceramic · Schema

Version

Version of the Ceramic node in semver format, e.g. 2.1.0

DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

Properties

Name Type Description
version string Version of the Ceramic node
View JSON Schema on GitHub

JSON Schema

Version.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/Version.json",
  "title": "Version",
  "description": "Version of the Ceramic node in semver format, e.g. 2.1.0",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Version of the Ceramic node"
    }
  }
}