Hugging Face · JSON Structure

Hugging Face Hub Space Summary Structure

Type: object Properties: 11

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

Properties

_id id author sha lastModified private tags likes sdk runtime createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SpaceSummary",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "sha": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    },
    "private": {
      "type": "boolean"
    },
    "tags": {
      "type": "array"
    },
    "likes": {
      "type": "integer"
    },
    "sdk": {
      "type": "string"
    },
    "runtime": {
      "type": "object"
    },
    "createdAt": {
      "type": "string"
    }
  }
}