Hugging Face · JSON Structure

Hugging Face Hub Create Repo Request Structure

Type: object Properties: 5

CreateRepoRequest 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

name type organization private sdk

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateRepoRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "organization": {
      "type": "string"
    },
    "private": {
      "type": "boolean"
    },
    "sdk": {
      "type": "string"
    }
  }
}