Hugging Face · JSON Structure

Hugging Face Dataset Viewer Search Response Structure

Type: object Properties: 5

SearchResponse is a JSON Structure definition published by Hugging Face, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

features rows num_rows_total num_rows_per_page partial

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchResponse",
  "type": "object",
  "properties": {
    "features": {
      "type": "array"
    },
    "rows": {
      "type": "array"
    },
    "num_rows_total": {
      "type": "integer"
    },
    "num_rows_per_page": {
      "type": "integer"
    },
    "partial": {
      "type": "boolean"
    }
  }
}