Slite · Schema

FieldErrors

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch
View JSON Schema on GitHub

JSON Schema

FieldErrors.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/slite/main/json-schema/FieldErrors.json",
  "title": "FieldErrors",
  "properties": {},
  "type": "object",
  "additionalProperties": {
    "properties": {
      "value": {},
      "message": {
        "type": "string"
      }
    },
    "required": [
      "message"
    ],
    "type": "object"
  }
}