University Of Illinois Urbana Champaign Organization Structure

Type: object Properties: 4 Required: 3
UniversityHigher EducationEducationPublic Research UniversityUnited StatesIllinoisBig TenLand-Grant UniversityCourse CatalogResearch DataResearch RepositoryOpen DataIdentity FederationOAI-PMHLibraryResearch ComputingOpen-Source

Organization is a JSON Structure definition published by University of Illinois Urbana-Champaign, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type config

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.rokwire.illinois.edu/core/structures/organization.json",
  "x-provenance": {
    "generated": "2026-06-03",
    "method": "derived",
    "source": "json-schema/university-of-illinois-urbana-champaign-organization-schema.json",
    "note": "Authored by API Evangelist from json-schema/university-of-illinois-urbana-champaign-organization-schema.json; UIUC publishes no JSON Schema of its own."
  },
  "name": "Organization",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "config": {
      "type": "object"
    }
  },
  "required": [
    "id",
    "name",
    "type"
  ]
}