Mintlify · Schema

SearchResult

Documentation

Properties

Name Type Description
content string
path string
metadata object
View JSON Schema on GitHub

JSON Schema

mintlify-searchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchResult",
  "title": "SearchResult",
  "type": "object",
  "properties": {
    "content": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    }
  }
}