Slite · Schema

PublicApiError

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Properties

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

JSON Schema

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