Ceramic · Schema

Error response

Error response

DecentralizedWeb3Data StreamsDIDIPFSBlockchainEvent StreamingComposeDB

Properties

Name Type Description
message string Error message
View JSON Schema on GitHub

JSON Schema

ErrorResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/ErrorResponse.json",
  "title": "Error response",
  "description": "Error response",
  "type": "object",
  "required": ["message"],
  "properties": {
    "message": {
      "type": "string",
      "description": "Error message"
    }
  }
}