University of Queensland · Schema
UQ Status index document
Schema for the document returned by GET https://status.its.uq.edu.au/index.json.
UniversityHigher EducationEducationAustraliaGroup of EightResearchInstitutional RepositoryIdentity FederationStatusLibraryResearch ComputingOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| is | object | |
| cStateVersion | string | |
| apiVersion | string | |
| title | string | |
| languageCode | string | |
| languageCodeHTML | string | |
| baseURL | string | |
| description | string | |
| summaryStatus | object | |
| categories | array | |
| systems | array | |
| buildDate | string | |
| buildTime | string | |
| buildTimezone | string | |
| logo | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/uq/main/json-schema/uq-status-index-schema.json",
"title": "UQ Status index document",
"description": "Schema for the document returned by GET https://status.its.uq.edu.au/index.json.",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "https://status.its.uq.edu.au/index.json",
"note": "Derived from the live keyless response captured 2026-08-30 and from openapi/uq-status-openapi.yml. UQ does not publish a schema for this endpoint.",
"x-operator": "institution"
},
"type": "object",
"required": [
"is",
"apiVersion",
"title",
"baseURL",
"summaryStatus",
"categories",
"systems"
],
"properties": {
"is": {
"const": "index"
},
"cStateVersion": {
"type": "string",
"examples": [
"5.3"
]
},
"apiVersion": {
"type": "string",
"examples": [
"2.0"
]
},
"title": {
"type": "string"
},
"languageCode": {
"type": "string"
},
"languageCodeHTML": {
"type": "string"
},
"baseURL": {
"type": "string",
"format": "uri"
},
"description": {
"type": "string"
},
"summaryStatus": {
"$ref": "#/$defs/statusValue"
},
"categories": {
"type": "array",
"items": {
"$ref": "#/$defs/category"
}
},
"systems": {
"type": "array",
"items": {
"$ref": "#/$defs/system"
}
},
"buildDate": {
"type": "string",
"format": "date"
},
"buildTime": {
"type": "string"
},
"buildTimezone": {
"type": "string"
},
"logo": {
"type": "string",
"format": "uri"
}
},
"$defs": {
"statusValue": {
"type": "string",
"enum": [
"ok",
"disrupted",
"down",
"notice"
]
},
"category": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"hideTitle": {
"type": "boolean"
},
"closedByDefault": {
"type": "boolean"
}
}
},
"system": {
"type": "object",
"required": [
"name",
"category",
"status",
"unresolvedIssues"
],
"properties": {
"name": {
"type": "string"
},
"category": {
"type": "string"
},
"status": {
"$ref": "#/$defs/statusValue"
},
"unresolvedIssues": {
"type": "array",
"items": {
"$ref": "#/$defs/issue"
}
}
}
},
"issue": {
"type": "object",
"required": [
"is",
"title",
"createdAt",
"permalink",
"severity",
"resolved"
],
"properties": {
"is": {
"const": "issue"
},
"title": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"lastMod": {
"type": "string"
},
"permalink": {
"type": "string",
"format": "uri"
},
"severity": {
"$ref": "#/$defs/statusValue"
},
"resolved": {
"type": "boolean"
},
"informational": {
"type": "boolean"
},
"resolvedAt": {
"type": "string"
},
"affected": {
"type": "array",
"items": {
"type": "string"
}
},
"filename": {
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/uq-status-index"
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.