Hugging Face · JSON Structure

Hugging Face Dataset Viewer Statistics Response Structure

Type: object Properties: 3

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

Properties

num_examples statistics partial

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatisticsResponse",
  "type": "object",
  "properties": {
    "num_examples": {
      "type": "integer"
    },
    "statistics": {
      "type": "array"
    },
    "partial": {
      "type": "boolean"
    }
  }
}