Hugging Face · JSON Structure

Hugging Face Dataset Viewer Validity Response Structure

Type: object Properties: 5

ValidityResponse 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

preview viewer search filter statistics

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ValidityResponse",
  "type": "object",
  "properties": {
    "preview": {
      "type": "boolean"
    },
    "viewer": {
      "type": "boolean"
    },
    "search": {
      "type": "boolean"
    },
    "filter": {
      "type": "boolean"
    },
    "statistics": {
      "type": "boolean"
    }
  }
}