Slite · Schema

SearchNoteType

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch
View JSON Schema on GitHub

JSON Schema

SearchNoteType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/slite/main/json-schema/SearchNoteType.json",
  "title": "SearchNoteType",
  "enum": [
    "rich_text",
    "discussion",
    "collection"
  ],
  "type": "string"
}