Neynar · Schema

ConflictErrorRes

Details for the conflict error response

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
code string
key string
message string
property string
View JSON Schema on GitHub

JSON Schema

conflicterrorres.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ConflictErrorRes",
  "title": "ConflictErrorRes",
  "description": "Details for the conflict error response",
  "properties": {
    "code": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "property": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ],
  "type": "object"
}