Slite · Schema

NoteContentFormat

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch
View JSON Schema on GitHub

JSON Schema

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