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-repourl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RepoUrl",
  "title": "RepoUrl",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Full URL of the created repository",
      "example": "https://www.example.com"
    }
  }
}