QUT ePrints OAI-PMH Identify Response

Schema for the Identify response of the QUT ePrints OAI-PMH 2.0 interface. Derived from the live XML response at https://eprints.qut.edu.au/cgi/oai2?verb=Identify (HTTP 200, 2026-09-01), archived at examples/qut-eprints-oai-identify.xml. The wire format is XML; this schema models the equivalent object for tooling. Const values are the values this repository actually returns.

UniversityHigher EducationEducationAustraliaResearchResearch RepositoryIdentity FederationOAI-PMHSAMLOpenID ConnectInstitutional RepositoryOpen Access

Properties

Name Type Description
repositoryName string
baseURL string
protocolVersion string
adminEmail array
earliestDatestamp string
deletedRecord string
granularity string
compression array
description array
View JSON Schema on GitHub

JSON Schema

qut-oai-pmh-identify-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/qut/refs/heads/main/json-schema/qut-oai-pmh-identify-schema.json",
  "title": "QUT ePrints OAI-PMH Identify Response",
  "description": "Schema for the Identify response of the QUT ePrints OAI-PMH 2.0 interface. Derived from the live XML response at https://eprints.qut.edu.au/cgi/oai2?verb=Identify (HTTP 200, 2026-09-01), archived at examples/qut-eprints-oai-identify.xml. The wire format is XML; this schema models the equivalent object for tooling. Const values are the values this repository actually returns.",
  "x-generated": "2026-09-01",
  "x-method": "derived",
  "x-source": "https://eprints.qut.edu.au/cgi/oai2?verb=Identify",
  "x-operator": "institution",
  "type": "object",
  "required": ["repositoryName", "baseURL", "protocolVersion", "adminEmail", "earliestDatestamp", "deletedRecord", "granularity"],
  "additionalProperties": false,
  "properties": {
    "repositoryName": { "type": "string", "const": "QUT ePrints" },
    "baseURL": { "type": "string", "format": "uri", "const": "https://eprints.qut.edu.au/cgi/oai2" },
    "protocolVersion": { "type": "string", "const": "2.0" },
    "adminEmail": { "type": "array", "items": { "type": "string", "format": "email" }, "examples": [["eprints@qut.edu.au"]] },
    "earliestDatestamp": { "type": "string", "format": "date-time", "const": "2025-01-25T14:48:30Z" },
    "deletedRecord": { "type": "string", "enum": ["no", "transient", "persistent"], "const": "persistent" },
    "granularity": { "type": "string", "enum": ["YYYY-MM-DD", "YYYY-MM-DDThh:mm:ssZ"], "const": "YYYY-MM-DDThh:mm:ssZ" },
    "compression": { "type": "array", "items": { "type": "string" } },
    "description": {
      "type": "array",
      "items": {
        "oneOf": [
          {
            "type": "object",
            "title": "oai-identifier",
            "required": ["scheme", "repositoryIdentifier", "delimiter", "sampleIdentifier"],
            "properties": {
              "scheme": { "type": "string", "const": "oai" },
              "repositoryIdentifier": { "type": "string", "const": "eprints.qut.edu.au" },
              "delimiter": { "type": "string", "const": ":" },
              "sampleIdentifier": { "type": "string", "const": "oai:eprints.qut.edu.au:249243" }
            }
          },
          {
            "type": "object",
            "title": "eprints description",
            "properties": {
              "content": { "type": "object", "properties": { "text": { "type": "string" } } },
              "metadataPolicy": { "type": "object", "properties": { "text": { "type": "string" } } },
              "dataPolicy": { "type": "object", "properties": { "text": { "type": "string" } } },
              "submissionPolicy": { "type": "object", "properties": { "text": { "type": "string" } } }
            }
          }
        ]
      }
    }
  }
}

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/qut-oai-pmh-identify"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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