Slite · Schema

SearchNoteHitsPerPage

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch
View JSON Schema on GitHub

JSON Schema

SearchNoteHitsPerPage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/slite/main/json-schema/SearchNoteHitsPerPage.json",
  "title": "SearchNoteHitsPerPage",
  "type": "integer",
  "format": "int32",
  "minimum": 1,
  "maximum": 100
}