University Of Illinois Urbana Champaign Organization Structure

Type: object Properties: 4 Required: 3
EducationHigher EducationUniversityOpen DataCoursesLibraryUnited States

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",
  "name": "Organization",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "type": { "type": "string" },
    "config": { "type": "object" }
  },
  "required": ["id", "name", "type"]
}