Slite · Schema

AskDisabledError

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Properties

Name Type Description
name string
message string
stack string
id string
status number
View JSON Schema on GitHub

JSON Schema

AskDisabledError.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/slite/main/json-schema/AskDisabledError.json",
  "title": "AskDisabledError",
  "properties": {
    "name": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "stack": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "status": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "name",
    "message",
    "id",
    "status"
  ],
  "type": "object",
  "additionalProperties": false
}