Hugging Face · Schema

RepoUrl

Properties

Name Type Description
url string Full URL of the created repository
View JSON Schema on GitHub

JSON Schema

hugging-face-hub-repo-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RepoUrl",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Full URL of the created repository"
    }
  }
}