Gen3 Indexd Record

A data object record tracked by the Gen3 Indexd indexing service (uc-cdis), derived from the Indexd OpenAPI OutputInfo object.

UniversityHigher EducationEducationPrivate Research UniversityUnited StatesIllinoisResearch DataResearch RepositoryIdentity FederationOAI-PMHIIIFOpen-SourceData CommonsDigital CollectionsResearch Computing

Properties

Name Type Description
did string
baseid string
rev string
form string how the entry was submitted to storage
size integer size in bytes
file_name string
version string
uploader string
urls array
acl array
authz array
hashes object
updated_date string last updated time
created_date string time created
metadata object user defined optional metadata
urls_metadata object url level optional metadata
View JSON Schema on GitHub

JSON Schema

university-of-chicago-indexd-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/university-of-chicago/json-schema/indexd-record-schema.json",
  "title": "Gen3 Indexd Record",
  "description": "A data object record tracked by the Gen3 Indexd indexing service (uc-cdis), derived from the Indexd OpenAPI OutputInfo object.",
  "type": "object",
  "properties": {
    "did": {
      "type": "string",
      "pattern": "^.*[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
    },
    "baseid": {
      "type": "string",
      "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
    },
    "rev": {
      "type": "string",
      "pattern": "^[0-9a-f]{8}$"
    },
    "form": {
      "type": "string",
      "description": "how the entry was submitted to storage",
      "enum": [
        "object",
        "container",
        "multipart"
      ]
    },
    "size": {
      "type": "integer",
      "format": "int64",
      "description": "size in bytes"
    },
    "file_name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "uploader": {
      "type": "string"
    },
    "urls": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "acl": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "authz": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "hashes": {
      "type": "object",
      "properties": {
        "md5": {
          "type": "string",
          "pattern": "^[0-9a-f]{32}$"
        },
        "sha": {
          "type": "string",
          "pattern": "^[0-9a-f]{40}$"
        },
        "sha256": {
          "type": "string",
          "pattern": "^[0-9a-f]{64}$"
        },
        "sha512": {
          "type": "string",
          "pattern": "^[0-9a-f]{128}$"
        },
        "crc": {
          "type": "string",
          "pattern": "^[0-9a-f]{8}$"
        },
        "etag": {
          "type": "string",
          "pattern": "^[0-9a-f]{32}(-\\d+)?$"
        }
      }
    },
    "updated_date": {
      "type": "string",
      "format": "date-time",
      "description": "last updated time"
    },
    "created_date": {
      "type": "string",
      "format": "date-time",
      "description": "time created"
    },
    "metadata": {
      "type": "object",
      "description": "user defined optional metadata"
    },
    "urls_metadata": {
      "type": "object",
      "description": "url level optional metadata"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-chicago-indexd-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.