{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "assets": {
      "items": {
        "type": "object"
      },
      "type": "array"
    },
    "generated_at": {
      "type": "string"
    },
    "hosts": {
      "items": {
        "type": "object"
      },
      "type": "array"
    },
    "site": {
      "format": "uri",
      "type": "string"
    },
    "stats": {
      "type": "object"
    },
    "title": {
      "type": "string"
    }
  },
  "required": [
    "title",
    "site",
    "generated_at",
    "stats",
    "assets",
    "hosts"
  ],
  "title": "Packrift Public Resource Registry",
  "type": "object"
}
