DepartmentModel

A department chartfield / accounting unit in the UCSB financial system.

EducationHigher EducationUniversityPublic Research UniversityUC SystemUnited StatesCaliforniaCampusStudent Information SystemCourse CatalogAcademicsIdentity FederationResearch RepositoryLibraryAPI GatewayDeveloper Portal

Properties

Name Type Description
deptCode string Department Code
deptName string Department Name
reportTo string DepartmentModel to which this department report to
enabled boolean Department Enabled flag
updateDate string Last time department was updated
costTypes array department Cost Types
costCenters array Department Cost Centers
projectCodes array Department Project Codes
View JSON Schema on GitHub

JSON Schema

ucsb-department-chartfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucsb/main/json-schema/ucsb-department-chartfield-schema.json",
  "title": "DepartmentModel",
  "description": "A department chartfield / accounting unit in the UCSB financial system.",
  "type": "object",
  "properties": {
    "deptCode": {
      "type": "string",
      "description": "Department Code",
      "nullable": true
    },
    "deptName": {
      "type": "string",
      "description": "Department Name",
      "nullable": true
    },
    "reportTo": {
      "type": "string",
      "description": "DepartmentModel to which this department report to",
      "nullable": true
    },
    "enabled": {
      "type": "boolean",
      "description": "Department Enabled flag"
    },
    "updateDate": {
      "type": "string",
      "description": "Last time department was updated",
      "format": "date-time"
    },
    "costTypes": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/CostTypeModel"
      },
      "description": "department Cost Types",
      "nullable": true
    },
    "costCenters": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/CostCenterModel"
      },
      "description": "Department Cost Centers",
      "nullable": true
    },
    "projectCodes": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ProjectCodeModel"
      },
      "description": "Department Project Codes",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "$defs": {
    "CostCenterModel": {
      "type": "object",
      "properties": {
        "costCenter": {
          "type": "string",
          "description": "",
          "nullable": true
        },
        "costCenterDesc": {
          "type": "string",
          "nullable": true
        },
        "enabled": {
          "type": "boolean",
          "nullable": true
        },
        "updateDate": {
          "type": "string",
          "format": "date-time"
        }
      },
      "additionalProperties": false
    },
    "ProjectCodeModel": {
      "type": "object",
      "properties": {
        "projectCode": {
          "type": "string",
          "nullable": true
        },
        "projectCodeDesc": {
          "type": "string",
          "nullable": true
        },
        "enabled": {
          "type": "boolean",
          "nullable": true
        },
        "updateDate": {
          "type": "string",
          "format": "date-time"
        }
      },
      "additionalProperties": false
    },
    "CostTypeModel": {
      "type": "object",
      "properties": {
        "costType": {
          "type": "string",
          "nullable": true
        },
        "costTypeDesc": {
          "type": "string",
          "nullable": true
        },
        "enabled": {
          "type": "boolean",
          "nullable": true
        },
        "updateDate": {
          "type": "string",
          "format": "date-time"
        }
      },
      "additionalProperties": false
    }
  },
  "x-source": "openapi/ucsb-department-chartfield-openapi.yml",
  "x-method": "derived",
  "x-generated": "2026-08-30"
}

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/ucsb-department-chartfield"
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.