diff --git a/.github/workflows/on-pullrequest.yml b/.github/workflows/on-pullrequest.yml index 7f19a448..f0e0717e 100644 --- a/.github/workflows/on-pullrequest.yml +++ b/.github/workflows/on-pullrequest.yml @@ -9,6 +9,7 @@ on: - main paths: - "Meadowlark-js/**" + - "Meadowlark.net/**" - ".github/**" workflow_dispatch: diff --git a/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json b/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json index edf27e77..45b75233 100644 --- a/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-elasticsearch-backend", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark backend plugin for elasticsearch", "license": "Apache-2.0", "publishConfig": { @@ -19,8 +19,8 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@elastic/elasticsearch": "^8.10.0", "@elastic/transport": "^8.3.4" }, diff --git a/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json b/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json index f70d0b43..4dabba8a 100644 --- a/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-mongodb-backend", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark backend plugin for MongoDB", "license": "Apache-2.0", "publishConfig": { @@ -19,9 +19,9 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "async-retry": "^1.3.3", "mongodb": "^5.9.2", "ramda": "0.29.1" diff --git a/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json b/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json index fb140d21..b9cae38d 100644 --- a/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-opensearch-backend", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark backend plugin for OpenSearch", "license": "Apache-2.0", "publishConfig": { @@ -19,8 +19,8 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@opensearch-project/opensearch": "^2.4.0" }, "devDependencies": { diff --git a/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json b/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json index 8de98003..287b3a27 100644 --- a/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-postgresql-backend", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark backend plugin for PostgreSQL", "license": "Apache-2.0", "publishConfig": { @@ -19,9 +19,9 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "pg": "^8.11.3", "pg-format": "^1.0.4", "ramda": "0.29.1" diff --git a/Meadowlark-js/lerna.json b/Meadowlark-js/lerna.json index aa8e377c..86c17789 100644 --- a/Meadowlark-js/lerna.json +++ b/Meadowlark-js/lerna.json @@ -1,5 +1,5 @@ { "lerna": "8.0.2", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "npmClient": "npm" } diff --git a/Meadowlark-js/package-lock.json b/Meadowlark-js/package-lock.json index 9fb442fb..1ce242d1 100644 --- a/Meadowlark-js/package-lock.json +++ b/Meadowlark-js/package-lock.json @@ -54,11 +54,11 @@ }, "backends/meadowlark-elasticsearch-backend": { "name": "@edfi/meadowlark-elasticsearch-backend", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@elastic/elasticsearch": "^8.10.0", "@elastic/transport": "^8.3.4" }, @@ -72,12 +72,12 @@ }, "backends/meadowlark-mongodb-backend": { "name": "@edfi/meadowlark-mongodb-backend", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "async-retry": "^1.3.3", "mongodb": "^5.9.2", "ramda": "0.29.1" @@ -90,11 +90,11 @@ }, "backends/meadowlark-opensearch-backend": { "name": "@edfi/meadowlark-opensearch-backend", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@opensearch-project/opensearch": "^2.4.0" }, "devDependencies": { @@ -107,12 +107,12 @@ }, "backends/meadowlark-postgresql-backend": { "name": "@edfi/meadowlark-postgresql-backend", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "pg": "^8.11.3", "pg-format": "^1.0.4", "ramda": "0.29.1" @@ -17509,11 +17509,11 @@ }, "packages/meadowlark-authz-server": { "name": "@edfi/meadowlark-authz-server", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "ajv": "^8.12.0", "didyoumean2": "^6.0.1", "dotenv": "^16.3.1", @@ -17563,11 +17563,11 @@ }, "packages/meadowlark-core": { "name": "@edfi/meadowlark-core", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@isaacs/ttlcache": "^1.4.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", @@ -17657,7 +17657,7 @@ }, "packages/meadowlark-utilities": { "name": "@edfi/meadowlark-utilities", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { "pino": "^8.15.7", @@ -17704,12 +17704,12 @@ }, "services/meadowlark-fastify": { "name": "@edfi/meadowlark-fastify", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@fastify/rate-limit": "^6.0.1", "dotenv": "^16.3.1", "fastify": "^3.29.5" @@ -17722,10 +17722,10 @@ }, "tests/e2e": { "name": "@edfi/meadowlark-e2e-tests", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "license": "Apache-2.0", "devDependencies": { - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@testcontainers/mongodb": "^10.3.1", "@testcontainers/postgresql": "^10.3.1", "@types/chance": "^1.1.6", diff --git a/Meadowlark-js/packages/meadowlark-authz-server/package.json b/Meadowlark-js/packages/meadowlark-authz-server/package.json index fea073d7..b81190bb 100644 --- a/Meadowlark-js/packages/meadowlark-authz-server/package.json +++ b/Meadowlark-js/packages/meadowlark-authz-server/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-authz-server", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark authorization server", "license": "Apache-2.0", "publishConfig": { @@ -14,7 +14,7 @@ ], "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "ajv": "^8.12.0", "didyoumean2": "^6.0.1", "dotenv": "^16.3.1", diff --git a/Meadowlark-js/packages/meadowlark-core/package.json b/Meadowlark-js/packages/meadowlark-core/package.json index 7d80bb2b..11b30147 100644 --- a/Meadowlark-js/packages/meadowlark-core/package.json +++ b/Meadowlark-js/packages/meadowlark-core/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-core", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark core functionality", "license": "Apache-2.0", "publishConfig": { @@ -14,7 +14,7 @@ ], "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@isaacs/ttlcache": "^1.4.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", diff --git a/Meadowlark-js/packages/meadowlark-utilities/package.json b/Meadowlark-js/packages/meadowlark-utilities/package.json index cdeaf3f6..98889530 100644 --- a/Meadowlark-js/packages/meadowlark-utilities/package.json +++ b/Meadowlark-js/packages/meadowlark-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-utilities", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark shared utilities", "license": "Apache-2.0", "publishConfig": { diff --git a/Meadowlark-js/services/meadowlark-fastify/package.json b/Meadowlark-js/services/meadowlark-fastify/package.json index 02ef31b0..eee4d4ed 100644 --- a/Meadowlark-js/services/meadowlark-fastify/package.json +++ b/Meadowlark-js/services/meadowlark-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@edfi/meadowlark-fastify", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark service using Fastify", "license": "Apache-2.0", "publishConfig": { @@ -12,9 +12,9 @@ "/package.json" ], "dependencies": { - "@edfi/meadowlark-authz-server": "0.4.1-pre.4", - "@edfi/meadowlark-core": "0.4.1-pre.4", - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-authz-server": "0.4.1-pre.5", + "@edfi/meadowlark-core": "0.4.1-pre.5", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@fastify/rate-limit": "^6.0.1", "dotenv": "^16.3.1", "fastify": "^3.29.5" diff --git a/Meadowlark-js/tests/e2e/package.json b/Meadowlark-js/tests/e2e/package.json index 233fec94..6b303beb 100644 --- a/Meadowlark-js/tests/e2e/package.json +++ b/Meadowlark-js/tests/e2e/package.json @@ -1,13 +1,13 @@ { "name": "@edfi/meadowlark-e2e-tests", "main": "dist/index.js", - "version": "0.4.1-pre.4", + "version": "0.4.1-pre.5", "description": "Meadowlark Ed-Fi API end to end tests", "license": "Apache-2.0", "private": true, "files": [], "devDependencies": { - "@edfi/meadowlark-utilities": "0.4.1-pre.4", + "@edfi/meadowlark-utilities": "0.4.1-pre.5", "@testcontainers/mongodb": "^10.3.1", "@testcontainers/postgresql": "^10.3.1", "@types/chance": "^1.1.6", diff --git a/Meadowlark.net/.gitignore b/Meadowlark.net/.gitignore new file mode 100644 index 00000000..8a30d258 --- /dev/null +++ b/Meadowlark.net/.gitignore @@ -0,0 +1,398 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml diff --git a/Meadowlark.net/.vscode/launch.json b/Meadowlark.net/.vscode/launch.json new file mode 100644 index 00000000..5c7247b4 --- /dev/null +++ b/Meadowlark.net/.vscode/launch.json @@ -0,0 +1,7 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [] +} \ No newline at end of file diff --git a/Meadowlark.net/.vscode/settings.json b/Meadowlark.net/.vscode/settings.json new file mode 100644 index 00000000..5cfa9a23 --- /dev/null +++ b/Meadowlark.net/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.defaultSolution": "MeadowlarkCore.sln" +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ApiSchemaLoader.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ApiSchemaLoader.cs new file mode 100644 index 00000000..94416ea2 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ApiSchemaLoader.cs @@ -0,0 +1,12 @@ +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core.ApiSchema; + +public static class ApiSchemaLoader +{ + public static JObject LoadApiSchemaFromFile() + { + // Hardcoded and synchronous way to read the API Schema file + return JObject.Parse(File.ReadAllText($"{AppContext.BaseDirectory}/DataStandard-5.0.0-pre.1.json")); + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/EndpointName.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/EndpointName.cs new file mode 100644 index 00000000..d7eaa8ba --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/EndpointName.cs @@ -0,0 +1,8 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as an EndpointName, which is the name of an API resource endpoint. Typically, this is the same + * as a decapitalized MetaEd entity name. However, there are exceptions, for example descriptors have a + * "Descriptor" suffix on their endpoint name. + */ +public record struct EndpointName(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdProjectName.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdProjectName.cs new file mode 100644 index 00000000..6ff3a817 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdProjectName.cs @@ -0,0 +1,7 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a MetaEdProjectName, which is the MetaEd project name for a collection of + * API resources, e.g. "EdFi" for an Ed-Fi data standard version. + */ +public record struct MetaEdProjectName(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyFullName.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyFullName.cs new file mode 100644 index 00000000..c23dc722 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyFullName.cs @@ -0,0 +1,7 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a MetaEdPropertyFullName, which is the full property name of a MetaEd + * property on a MetaEd entity. Role names on a property are expressed by prefix on the property name. + */ +public record struct MetaEdPropertyFullName(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyPath.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyPath.cs new file mode 100644 index 00000000..bc995a82 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdPropertyPath.cs @@ -0,0 +1,8 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a MetaEdPropertyPath, which is a dot-separated MetaEd property name list + * denoting a path from a starting entity through other entities. Role names on a property + * are expressed by prefix on the property name. Most commonly used as a merge directive path. + */ +public record struct MetaEdPropertyPath(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdResourceName.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdResourceName.cs new file mode 100644 index 00000000..1e5598ce --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/MetaEdResourceName.cs @@ -0,0 +1,8 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a MetaEdResourceName, which is the name of an API resource. Typically, this is the same + * as the corresponding MetaEd entity name. However, there are exceptions, for example descriptors have a + * "Descriptor" suffix on their resource name. + */ +public record struct MetaEdResourceName(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/ProjectNamespace.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/ProjectNamespace.cs new file mode 100644 index 00000000..5b67f5f5 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/ProjectNamespace.cs @@ -0,0 +1,7 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a ProjectNamespace, which is the URI path component referring to a ProjectSchema + * e.g. "ed-fi" for an Ed-Fi data standard version. + */ +public record struct ProjectNamespace(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/SemVer.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/SemVer.cs new file mode 100644 index 00000000..fd5a3f97 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/Model/SemVer.cs @@ -0,0 +1,7 @@ +namespace Meadowlark.Net.Core.ApiSchema.Model; + +/** + * A string type branded as a SemVer, which is a semantic version string. + * See https://semver.org/spec/v2.0.0.html + */ +public record struct SemVer(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ProjectSchemaFinder.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ProjectSchemaFinder.cs new file mode 100644 index 00000000..ee2f2a60 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ProjectSchemaFinder.cs @@ -0,0 +1,16 @@ +using Newtonsoft.Json.Linq; +using Meadowlark.Net.Core.ApiSchema.Model; + +namespace Meadowlark.Net.Core.ApiSchema; + +public static class ProjectSchemaFinder +{ + /** + * Finds the ProjectSchema that represents the given ProjectNamespace. + */ + public static JObject? FindProjectSchema(JObject apiSchema, ProjectNamespace projectNamespace) + { + JToken? projectSchema = apiSchema.SelectToken($"$.projectSchemas.{projectNamespace.Value}"); + return (JObject?)projectSchema; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ResourceSchemaFinder.cs b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ResourceSchemaFinder.cs new file mode 100644 index 00000000..233904a3 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/ApiSchema/ResourceSchemaFinder.cs @@ -0,0 +1,21 @@ +using Newtonsoft.Json.Linq; +using static Meadowlark.Net.Core.ApiSchema.ProjectSchemaFinder; +using Meadowlark.Net.Core.Model; + +namespace Meadowlark.Net.Core.ApiSchema; + +public static class ResourceSchemaFinder +{ + + /** + * Finds the ResourceSchema that represents the given REST resource path. + */ + public static JObject? FindResourceSchema(JObject apiSchema, PathComponents pathComponents) + { + JObject? projectSchema = FindProjectSchema(apiSchema, pathComponents.ProjectNamespace); + if (projectSchema == null) return null; + + JToken? resourceSchema = projectSchema.SelectToken($"resourceSchemas.{pathComponents.EndpointName.Value}"); + return (JObject?)resourceSchema; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/DataStandard-5.0.0-pre.1.json b/Meadowlark.net/Meadowlark.Net.Core/DataStandard-5.0.0-pre.1.json new file mode 100644 index 00000000..e18ec1fc --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/DataStandard-5.0.0-pre.1.json @@ -0,0 +1,103662 @@ +{ + "projectSchemas": { + "ed-fi": { + "projectName": "Ed-Fi", + "projectVersion": "5.0.0-pre.1", + "isExtensionProject": false, + "description": "The Ed-Fi Data Standard v5.0-pre.1", + "resourceSchemas": { + "academicWeeks": { + "resourceName": "AcademicWeek", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AcademicWeek", + "description": "This entity represents the academic weeks for a school year, optionally captured to support analyses.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the academic week." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the academic week." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total instructional days during the academic week.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "schoolReference", + "weekIdentifier", + "beginDate", + "endDate", + "totalInstructionalDays" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AcademicWeek", + "description": "This entity represents the academic weeks for a school year, optionally captured to support analyses.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the academic week." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the academic week." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total instructional days during the academic week.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "schoolReference", + "weekIdentifier", + "beginDate", + "endDate", + "totalInstructionalDays" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AcademicWeek", + "description": "This entity represents the academic weeks for a school year, optionally captured to support analyses.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the academic week." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the academic week." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total instructional days during the academic week.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "School", + "WeekIdentifier" + ], + "documentPathsMapping": { + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "WeekIdentifier": { + "paths": { + "weekIdentifier": "$.weekIdentifier" + }, + "pathOrder": [ + "weekIdentifier" + ], + "isReference": false + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "TotalInstructionalDays": { + "paths": { + "totalInstructionalDays": "$.totalInstructionalDays" + }, + "pathOrder": [ + "totalInstructionalDays" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "schoolId", + "weekIdentifier" + ], + "isSubclass": false + }, + "accountabilityRatings": { + "resourceName": "AccountabilityRating", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AccountabilityRating", + "description": "An accountability rating for a school or district.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "ratingTitle": { + "type": "string", + "description": "The title of the rating.", + "minLength": 1, + "maxLength": 60 + }, + "rating": { + "type": "string", + "description": "An accountability rating level, designation, or assessment.", + "minLength": 1, + "maxLength": 35 + }, + "ratingDate": { + "type": "string", + "format": "date", + "description": "The date the rating was awarded." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "ratingOrganization": { + "type": "string", + "description": "The organization that assessed the rating.", + "minLength": 1, + "maxLength": 35 + }, + "ratingProgram": { + "type": "string", + "description": "The program associated with the accountability rating (e.g., NCLB, AEIS).", + "minLength": 1, + "maxLength": 30 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationReference", + "ratingTitle", + "rating", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AccountabilityRating", + "description": "An accountability rating for a school or district.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "ratingTitle": { + "type": "string", + "description": "The title of the rating.", + "minLength": 1, + "maxLength": 60 + }, + "rating": { + "type": "string", + "description": "An accountability rating level, designation, or assessment.", + "minLength": 1, + "maxLength": 35 + }, + "ratingDate": { + "type": "string", + "format": "date", + "description": "The date the rating was awarded." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "ratingOrganization": { + "type": "string", + "description": "The organization that assessed the rating.", + "minLength": 1, + "maxLength": 35 + }, + "ratingProgram": { + "type": "string", + "description": "The program associated with the accountability rating (e.g., NCLB, AEIS).", + "minLength": 1, + "maxLength": 30 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationReference", + "ratingTitle", + "rating", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AccountabilityRating", + "description": "An accountability rating for a school or district.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "ratingTitle": { + "type": "string", + "description": "The title of the rating.", + "minLength": 1, + "maxLength": 60 + }, + "rating": { + "type": "string", + "description": "An accountability rating level, designation, or assessment.", + "minLength": 1, + "maxLength": 35 + }, + "ratingDate": { + "type": "string", + "format": "date", + "description": "The date the rating was awarded." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "ratingOrganization": { + "type": "string", + "description": "The organization that assessed the rating.", + "minLength": 1, + "maxLength": 35 + }, + "ratingProgram": { + "type": "string", + "description": "The program associated with the accountability rating (e.g., NCLB, AEIS).", + "minLength": 1, + "maxLength": 30 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "RatingTitle", + "SchoolYear" + ], + "documentPathsMapping": { + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "RatingTitle": { + "paths": { + "ratingTitle": "$.ratingTitle" + }, + "pathOrder": [ + "ratingTitle" + ], + "isReference": false + }, + "Rating": { + "paths": { + "rating": "$.rating" + }, + "pathOrder": [ + "rating" + ], + "isReference": false + }, + "RatingDate": { + "paths": { + "ratingDate": "$.ratingDate" + }, + "pathOrder": [ + "ratingDate" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "RatingOrganization": { + "paths": { + "ratingOrganization": "$.ratingOrganization" + }, + "pathOrder": [ + "ratingOrganization" + ], + "isReference": false + }, + "RatingProgram": { + "paths": { + "ratingProgram": "$.ratingProgram" + }, + "pathOrder": [ + "ratingProgram" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "ratingTitle", + "schoolYear" + ], + "isSubclass": false + }, + "assessments": { + "resourceName": "Assessment", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Assessment", + "description": "This entity represents a tool, instrument, process, or exhibition composed of a systematic sampling of behavior for measuring a student's competence, knowledge, skills, or behavior. An assessment can be used to measure differences in individuals or groups and changes in performance from one occasion to the next.", + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentTitle": { + "type": "string", + "description": "The title or name of the assessment.", + "minLength": 1, + "maxLength": 255 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the assessment identification code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "assessmentIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentCategoryDescriptor": { + "type": "string", + "description": "The category of an assessment based on format and content." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "assessedGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "assessmentForm": { + "type": "string", + "description": "Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentVersion": { + "type": "integer", + "description": "The version identifier for the assessment." + }, + "revisionDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year that the conceptual design for the assessment was most recently revised substantially." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment.", + "minLength": 1, + "maxLength": 100 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentFamily": { + "type": "string", + "description": "The assessment family this assessment is a member of.", + "minLength": 1, + "maxLength": 60 + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "adaptiveAssessment": { + "type": "boolean", + "description": "Indicates that the assessment is adaptive." + }, + "platformTypes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "platformTypeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "platformTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "assessmentTitle", + "academicSubjects", + "namespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Assessment", + "description": "This entity represents a tool, instrument, process, or exhibition composed of a systematic sampling of behavior for measuring a student's competence, knowledge, skills, or behavior. An assessment can be used to measure differences in individuals or groups and changes in performance from one occasion to the next.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentTitle": { + "type": "string", + "description": "The title or name of the assessment.", + "minLength": 1, + "maxLength": 255 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the assessment identification code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "assessmentIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentCategoryDescriptor": { + "type": "string", + "description": "The category of an assessment based on format and content." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "assessedGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "assessmentForm": { + "type": "string", + "description": "Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentVersion": { + "type": "integer", + "description": "The version identifier for the assessment." + }, + "revisionDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year that the conceptual design for the assessment was most recently revised substantially." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment.", + "minLength": 1, + "maxLength": 100 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentFamily": { + "type": "string", + "description": "The assessment family this assessment is a member of.", + "minLength": 1, + "maxLength": 60 + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "adaptiveAssessment": { + "type": "boolean", + "description": "Indicates that the assessment is adaptive." + }, + "platformTypes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "platformTypeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "platformTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "assessmentIdentifier", + "assessmentTitle", + "academicSubjects", + "namespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Assessment", + "description": "This entity represents a tool, instrument, process, or exhibition composed of a systematic sampling of behavior for measuring a student's competence, knowledge, skills, or behavior. An assessment can be used to measure differences in individuals or groups and changes in performance from one occasion to the next.", + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentTitle": { + "type": "string", + "description": "The title or name of the assessment.", + "minLength": 1, + "maxLength": 255 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the assessment identification code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "assessmentIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentCategoryDescriptor": { + "type": "string", + "description": "The category of an assessment based on format and content." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "assessedGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "assessmentForm": { + "type": "string", + "description": "Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentVersion": { + "type": "integer", + "description": "The version identifier for the assessment." + }, + "revisionDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year that the conceptual design for the assessment was most recently revised substantially." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment.", + "minLength": 1, + "maxLength": 100 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentFamily": { + "type": "string", + "description": "The assessment family this assessment is a member of.", + "minLength": 1, + "maxLength": 60 + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "adaptiveAssessment": { + "type": "boolean", + "description": "Indicates that the assessment is adaptive." + }, + "platformTypes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "platformTypeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "platformTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "AssessmentIdentifier", + "Namespace" + ], + "documentPathsMapping": { + "AssessmentIdentifier": { + "paths": { + "assessmentIdentifier": "$.assessmentIdentifier" + }, + "pathOrder": [ + "assessmentIdentifier" + ], + "isReference": false + }, + "AssessmentTitle": { + "paths": { + "assessmentTitle": "$.assessmentTitle" + }, + "pathOrder": [ + "assessmentTitle" + ], + "isReference": false + }, + "AssessmentIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "AssessmentIdentificationCode.AssessmentIdentificationSystem": { + "paths": { + "assessmentIdentificationSystemDescriptor": "$.identificationCodes[*].assessmentIdentificationSystemDescriptor" + }, + "pathOrder": [ + "assessmentIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentIdentificationSystemDescriptor" + }, + "AssessmentIdentificationCode.AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.identificationCodes[*].assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "AssessmentCategory": { + "paths": { + "assessmentCategoryDescriptor": "$.assessmentCategoryDescriptor" + }, + "pathOrder": [ + "assessmentCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentCategoryDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "AssessedGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.assessedGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "AssessmentScore.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.scores[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "AssessmentScore.MinimumScore": { + "paths": { + "minimumScore": "$.scores[*].minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "AssessmentScore.MaximumScore": { + "paths": { + "maximumScore": "$.scores[*].maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "AssessmentScore.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.scores[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "AssessmentPerformanceLevel.PerformanceLevel": { + "paths": { + "performanceLevelDescriptor": "$.performanceLevels[*].performanceLevelDescriptor" + }, + "pathOrder": [ + "performanceLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceLevelDescriptor" + }, + "AssessmentPerformanceLevel.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.performanceLevels[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "AssessmentPerformanceLevel.MinimumScore": { + "paths": { + "minimumScore": "$.performanceLevels[*].minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "AssessmentPerformanceLevel.MaximumScore": { + "paths": { + "maximumScore": "$.performanceLevels[*].maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "AssessmentPerformanceLevel.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.performanceLevels[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "AssessmentPerformanceLevel.PerformanceLevelIndicatorName": { + "paths": { + "performanceLevelIndicatorName": "$.performanceLevels[*].performanceLevelIndicatorName" + }, + "pathOrder": [ + "performanceLevelIndicatorName" + ], + "isReference": false + }, + "ContentStandard.Title": { + "paths": { + "title": "$.contentStandard.title" + }, + "pathOrder": [ + "title" + ], + "isReference": false + }, + "ContentStandard.Author": { + "paths": { + "author": "$.contentStandard.authors[*].author" + }, + "pathOrder": [ + "author" + ], + "isReference": false + }, + "ContentStandard.Version": { + "paths": { + "version": "$.contentStandard.version" + }, + "pathOrder": [ + "version" + ], + "isReference": false + }, + "ContentStandard.URI": { + "paths": { + "uri": "$.contentStandard.uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "ContentStandard.PublicationDateChoice.PublicationDate": { + "paths": { + "publicationDate": "$.contentStandard.publicationDate" + }, + "pathOrder": [ + "publicationDate" + ], + "isReference": false + }, + "ContentStandard.PublicationDateChoice.PublicationYear": { + "paths": { + "publicationYear": "$.contentStandard.publicationYear" + }, + "pathOrder": [ + "publicationYear" + ], + "isReference": false + }, + "ContentStandard.PublicationStatus": { + "paths": { + "publicationStatusDescriptor": "$.contentStandard.publicationStatusDescriptor" + }, + "pathOrder": [ + "publicationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PublicationStatusDescriptor" + }, + "ContentStandard.MandatingEducationOrganization": { + "paths": { + "educationOrganizationId": "$.contentStandard.mandatingEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ContentStandard.BeginDate": { + "paths": { + "beginDate": "$.contentStandard.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "ContentStandard.EndDate": { + "paths": { + "endDate": "$.contentStandard.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "AssessmentForm": { + "paths": { + "assessmentForm": "$.assessmentForm" + }, + "pathOrder": [ + "assessmentForm" + ], + "isReference": false + }, + "Language": { + "paths": { + "languageDescriptor": "$.languages[*].languageDescriptor" + }, + "pathOrder": [ + "languageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "AssessmentVersion": { + "paths": { + "assessmentVersion": "$.assessmentVersion" + }, + "pathOrder": [ + "assessmentVersion" + ], + "isReference": false + }, + "RevisionDate": { + "paths": { + "revisionDate": "$.revisionDate" + }, + "pathOrder": [ + "revisionDate" + ], + "isReference": false + }, + "MaxRawScore": { + "paths": { + "maxRawScore": "$.maxRawScore" + }, + "pathOrder": [ + "maxRawScore" + ], + "isReference": false + }, + "Nomenclature": { + "paths": { + "nomenclature": "$.nomenclature" + }, + "pathOrder": [ + "nomenclature" + ], + "isReference": false + }, + "AssessmentPeriod.AssessmentPeriod": { + "paths": { + "assessmentPeriodDescriptor": "$.periods[*].assessmentPeriodDescriptor" + }, + "pathOrder": [ + "assessmentPeriodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentPeriodDescriptor" + }, + "AssessmentPeriod.BeginDate": { + "paths": { + "beginDate": "$.periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "AssessmentPeriod.EndDate": { + "paths": { + "endDate": "$.periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "AssessmentFamily": { + "paths": { + "assessmentFamily": "$.assessmentFamily" + }, + "pathOrder": [ + "assessmentFamily" + ], + "isReference": false + }, + "SectionOrProgramChoice.Section": { + "paths": { + "localCourseCode": "$.sections[*].sectionReference.localCourseCode", + "schoolId": "$.sections[*].sectionReference.schoolId", + "schoolYear": "$.sections[*].sectionReference.schoolYear", + "sectionIdentifier": "$.sections[*].sectionReference.sectionIdentifier", + "sessionName": "$.sections[*].sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "SectionOrProgramChoice.Program": { + "paths": { + "educationOrganizationId": "$.programs[*].programReference.educationOrganizationId", + "programName": "$.programs[*].programReference.programName", + "programTypeDescriptor": "$.programs[*].programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "AdaptiveAssessment": { + "paths": { + "adaptiveAssessment": "$.adaptiveAssessment" + }, + "pathOrder": [ + "adaptiveAssessment" + ], + "isReference": false + }, + "PlatformType": { + "paths": { + "platformTypeDescriptor": "$.platformTypes[*].platformTypeDescriptor" + }, + "pathOrder": [ + "platformTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PlatformTypeDescriptor" + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isSubclass": false + }, + "assessmentItems": { + "resourceName": "AssessmentItem", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentItem", + "description": "This entity represents one of many single measures that make up an assessment.", + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentItemCategoryDescriptor": { + "type": "string", + "description": "Category or type of the assessment item." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "itemText": { + "type": "string", + "description": "The text of the item.", + "minLength": 1, + "maxLength": 1024 + }, + "possibleResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "responseValue": { + "type": "string", + "description": "The response value, often an option number or code value (e.g., 1, 2, A, B, true, false).", + "minLength": 1, + "maxLength": 60 + }, + "responseDescription": { + "type": "string", + "description": "Additional text provided to define the response value.", + "minLength": 1, + "maxLength": 1024 + }, + "correctResponse": { + "type": "boolean", + "description": "Indicates the response is correct." + } + }, + "additionalProperties": false, + "required": [ + "responseValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expectedTimeAssessed": { + "type": "number", + "description": "The duration of time allotted for the assessment item." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment item.", + "minLength": 1, + "maxLength": 100 + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "assessmentItemURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "assessmentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentItem", + "description": "This entity represents one of many single measures that make up an assessment.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentItemCategoryDescriptor": { + "type": "string", + "description": "Category or type of the assessment item." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "itemText": { + "type": "string", + "description": "The text of the item.", + "minLength": 1, + "maxLength": 1024 + }, + "possibleResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "responseValue": { + "type": "string", + "description": "The response value, often an option number or code value (e.g., 1, 2, A, B, true, false).", + "minLength": 1, + "maxLength": 60 + }, + "responseDescription": { + "type": "string", + "description": "Additional text provided to define the response value.", + "minLength": 1, + "maxLength": 1024 + }, + "correctResponse": { + "type": "boolean", + "description": "Indicates the response is correct." + } + }, + "additionalProperties": false, + "required": [ + "responseValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expectedTimeAssessed": { + "type": "number", + "description": "The duration of time allotted for the assessment item." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment item.", + "minLength": 1, + "maxLength": 100 + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "assessmentItemURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "identificationCode", + "assessmentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentItem", + "description": "This entity represents one of many single measures that make up an assessment.", + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentItemCategoryDescriptor": { + "type": "string", + "description": "Category or type of the assessment item." + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "itemText": { + "type": "string", + "description": "The text of the item.", + "minLength": 1, + "maxLength": 1024 + }, + "possibleResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "responseValue": { + "type": "string", + "description": "The response value, often an option number or code value (e.g., 1, 2, A, B, true, false).", + "minLength": 1, + "maxLength": 60 + }, + "responseDescription": { + "type": "string", + "description": "Additional text provided to define the response value.", + "minLength": 1, + "maxLength": 1024 + }, + "correctResponse": { + "type": "boolean", + "description": "Indicates the response is correct." + } + }, + "additionalProperties": false, + "required": [ + "responseValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expectedTimeAssessed": { + "type": "number", + "description": "The duration of time allotted for the assessment item." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for assessment item.", + "minLength": 1, + "maxLength": 100 + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "assessmentItemURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "IdentificationCode", + "Assessment" + ], + "documentPathsMapping": { + "IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "AssessmentItemCategory": { + "paths": { + "assessmentItemCategoryDescriptor": "$.assessmentItemCategoryDescriptor" + }, + "pathOrder": [ + "assessmentItemCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentItemCategoryDescriptor" + }, + "MaxRawScore": { + "paths": { + "maxRawScore": "$.maxRawScore" + }, + "pathOrder": [ + "maxRawScore" + ], + "isReference": false + }, + "ItemText": { + "paths": { + "itemText": "$.itemText" + }, + "pathOrder": [ + "itemText" + ], + "isReference": false + }, + "PossibleResponse.ResponseValue": { + "paths": { + "responseValue": "$.possibleResponses[*].responseValue" + }, + "pathOrder": [ + "responseValue" + ], + "isReference": false + }, + "PossibleResponse.ResponseDescription": { + "paths": { + "responseDescription": "$.possibleResponses[*].responseDescription" + }, + "pathOrder": [ + "responseDescription" + ], + "isReference": false + }, + "PossibleResponse.CorrectResponse": { + "paths": { + "correctResponse": "$.possibleResponses[*].correctResponse" + }, + "pathOrder": [ + "correctResponse" + ], + "isReference": false + }, + "ExpectedTimeAssessed": { + "paths": { + "expectedTimeAssessed": "$.expectedTimeAssessed" + }, + "pathOrder": [ + "expectedTimeAssessed" + ], + "isReference": false + }, + "Nomenclature": { + "paths": { + "nomenclature": "$.nomenclature" + }, + "pathOrder": [ + "nomenclature" + ], + "isReference": false + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "Assessment": { + "paths": { + "assessmentIdentifier": "$.assessmentReference.assessmentIdentifier", + "namespace": "$.assessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Assessment" + }, + "AssessmentItemURI": { + "paths": { + "assessmentItemURI": "$.assessmentItemURI" + }, + "pathOrder": [ + "assessmentItemURI" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isSubclass": false + }, + "assessmentScoreRangeLearningStandards": { + "resourceName": "AssessmentScoreRangeLearningStandard", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentScoreRangeLearningStandard", + "description": "Score ranges of an assessment associated with one or more learning standards.", + "type": "object", + "properties": { + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "scoreRangeId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to the score range associated with one or more learning standards.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The assessment reporting method defined (e.g., scale score, RIT scale score) associated with the referenced learning standard(s)." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "assessmentReference", + "learningStandards", + "scoreRangeId", + "minimumScore", + "maximumScore" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentScoreRangeLearningStandard", + "description": "Score ranges of an assessment associated with one or more learning standards.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "scoreRangeId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to the score range associated with one or more learning standards.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The assessment reporting method defined (e.g., scale score, RIT scale score) associated with the referenced learning standard(s)." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "assessmentReference", + "learningStandards", + "scoreRangeId", + "minimumScore", + "maximumScore" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.AssessmentScoreRangeLearningStandard", + "description": "Score ranges of an assessment associated with one or more learning standards.", + "type": "object", + "properties": { + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "scoreRangeId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to the score range associated with one or more learning standards.", + "minLength": 1, + "maxLength": 60 + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The assessment reporting method defined (e.g., scale score, RIT scale score) associated with the referenced learning standard(s)." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score in the score range.", + "minLength": 1, + "maxLength": 35 + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.objectiveAssessmentReference.assessmentIdentifier", + "targetJsonPath": "$.assessmentReference.assessmentIdentifier" + }, + { + "sourceJsonPath": "$.objectiveAssessmentReference.namespace", + "targetJsonPath": "$.assessmentReference.namespace" + } + ], + "identityFullnames": [ + "Assessment", + "ScoreRangeId" + ], + "documentPathsMapping": { + "Assessment": { + "paths": { + "assessmentIdentifier": "$.assessmentReference.assessmentIdentifier", + "namespace": "$.assessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Assessment" + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "ScoreRangeId": { + "paths": { + "scoreRangeId": "$.scoreRangeId" + }, + "pathOrder": [ + "scoreRangeId" + ], + "isReference": false + }, + "AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "MinimumScore": { + "paths": { + "minimumScore": "$.minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "MaximumScore": { + "paths": { + "maximumScore": "$.maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "ObjectiveAssessment": { + "paths": { + "assessmentIdentifier": "$.objectiveAssessmentReference.assessmentIdentifier", + "identificationCode": "$.objectiveAssessmentReference.identificationCode", + "namespace": "$.objectiveAssessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ObjectiveAssessment" + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "namespace", + "scoreRangeId" + ], + "isSubclass": false + }, + "balanceSheetDimensions": { + "resourceName": "BalanceSheetDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BalanceSheetDimension", + "description": "The NCES balance sheet accounting dimension, used to track financial transactions for each fund. These financial statements only report assets, deferred outflows of resources, liabilities, deferred inflows of resources, and equity accounts. The statements are considered snapshots of how these accounts stand as of a certain point in time.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BalanceSheetDimension", + "description": "The NCES balance sheet accounting dimension, used to track financial transactions for each fund. These financial statements only report assets, deferred outflows of resources, liabilities, deferred inflows of resources, and equity accounts. The statements are considered snapshots of how these accounts stand as of a certain point in time.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BalanceSheetDimension", + "description": "The NCES balance sheet accounting dimension, used to track financial transactions for each fund. These financial statements only report assets, deferred outflows of resources, liabilities, deferred inflows of resources, and equity accounts. The statements are considered snapshots of how these accounts stand as of a certain point in time.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "bellSchedules": { + "resourceName": "BellSchedule", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BellSchedule", + "description": "This entity represents the schedule of class period meeting times.", + "type": "object", + "properties": { + "bellScheduleName": { + "type": "string", + "description": "Name or title of the bell schedule.", + "minLength": 1, + "maxLength": 60 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "dates": { + "type": "array", + "items": { + "type": "object", + "properties": { + "date": { + "type": "string", + "format": "date", + "description": "The dates for which the bell schedule applies." + } + }, + "additionalProperties": false, + "required": [ + "date" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "alternateDayName": { + "type": "string", + "description": "An alternate name for the day (e.g., Red, Blue).", + "minLength": 1, + "maxLength": 20 + }, + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule ends." + }, + "totalInstructionalTime": { + "type": "integer", + "description": "The total instructional time in minutes per day for the bell schedule." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "bellScheduleName", + "schoolReference", + "classPeriods" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BellSchedule", + "description": "This entity represents the schedule of class period meeting times.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "bellScheduleName": { + "type": "string", + "description": "Name or title of the bell schedule.", + "minLength": 1, + "maxLength": 60 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "dates": { + "type": "array", + "items": { + "type": "object", + "properties": { + "date": { + "type": "string", + "format": "date", + "description": "The dates for which the bell schedule applies." + } + }, + "additionalProperties": false, + "required": [ + "date" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "alternateDayName": { + "type": "string", + "description": "An alternate name for the day (e.g., Red, Blue).", + "minLength": 1, + "maxLength": 20 + }, + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule ends." + }, + "totalInstructionalTime": { + "type": "integer", + "description": "The total instructional time in minutes per day for the bell schedule." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "bellScheduleName", + "schoolReference", + "classPeriods" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.BellSchedule", + "description": "This entity represents the schedule of class period meeting times.", + "type": "object", + "properties": { + "bellScheduleName": { + "type": "string", + "description": "Name or title of the bell schedule.", + "minLength": 1, + "maxLength": 60 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "dates": { + "type": "array", + "items": { + "type": "object", + "properties": { + "date": { + "type": "string", + "format": "date", + "description": "The dates for which the bell schedule applies." + } + }, + "additionalProperties": false, + "required": [ + "date" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "alternateDayName": { + "type": "string", + "description": "An alternate name for the day (e.g., Red, Blue).", + "minLength": 1, + "maxLength": 20 + }, + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the bell schedule ends." + }, + "totalInstructionalTime": { + "type": "integer", + "description": "The total instructional time in minutes per day for the bell schedule." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.classPeriods[*].classPeriodReference.schoolId", + "targetJsonPath": "$.schoolReference.schoolId" + } + ], + "identityFullnames": [ + "BellScheduleName", + "School" + ], + "documentPathsMapping": { + "BellScheduleName": { + "paths": { + "bellScheduleName": "$.bellScheduleName" + }, + "pathOrder": [ + "bellScheduleName" + ], + "isReference": false + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "ClassPeriod": { + "paths": { + "classPeriodName": "$.classPeriods[*].classPeriodReference.classPeriodName", + "schoolId": "$.classPeriods[*].classPeriodReference.schoolId" + }, + "pathOrder": [ + "classPeriodName", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ClassPeriod" + }, + "Date": { + "paths": { + "date": "$.dates[*].date" + }, + "pathOrder": [ + "date" + ], + "isReference": false + }, + "AlternateDayName": { + "paths": { + "alternateDayName": "$.alternateDayName" + }, + "pathOrder": [ + "alternateDayName" + ], + "isReference": false + }, + "StartTime": { + "paths": { + "startTime": "$.startTime" + }, + "pathOrder": [ + "startTime" + ], + "isReference": false + }, + "EndTime": { + "paths": { + "endTime": "$.endTime" + }, + "pathOrder": [ + "endTime" + ], + "isReference": false + }, + "TotalInstructionalTime": { + "paths": { + "totalInstructionalTime": "$.totalInstructionalTime" + }, + "pathOrder": [ + "totalInstructionalTime" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "bellScheduleName", + "schoolId" + ], + "isSubclass": false + }, + "calendars": { + "resourceName": "Calendar", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Calendar", + "description": "A set of dates associated with an organization.", + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "calendarTypeDescriptor": { + "type": "string", + "description": "Indicates the type of calendar." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "calendarTypeDescriptor", + "schoolReference", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Calendar", + "description": "A set of dates associated with an organization.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "calendarTypeDescriptor": { + "type": "string", + "description": "Indicates the type of calendar." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "calendarCode", + "calendarTypeDescriptor", + "schoolReference", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Calendar", + "description": "A set of dates associated with an organization.", + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "calendarTypeDescriptor": { + "type": "string", + "description": "Indicates the type of calendar." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CalendarCode", + "School", + "SchoolYear" + ], + "documentPathsMapping": { + "CalendarCode": { + "paths": { + "calendarCode": "$.calendarCode" + }, + "pathOrder": [ + "calendarCode" + ], + "isReference": false + }, + "CalendarType": { + "paths": { + "calendarTypeDescriptor": "$.calendarTypeDescriptor" + }, + "pathOrder": [ + "calendarTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CalendarTypeDescriptor" + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "calendarCode", + "schoolId", + "schoolYear" + ], + "isSubclass": false + }, + "calendarDates": { + "resourceName": "CalendarDate", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CalendarDate", + "description": "The type of scheduled or unscheduled event for the day.", + "type": "object", + "properties": { + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + }, + "calendarEvents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "calendarEventDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "calendarEventDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "date", + "calendarEvents", + "calendarReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CalendarDate", + "description": "The type of scheduled or unscheduled event for the day.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + }, + "calendarEvents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "calendarEventDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "calendarEventDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "date", + "calendarEvents", + "calendarReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CalendarDate", + "description": "The type of scheduled or unscheduled event for the day.", + "type": "object", + "properties": { + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + }, + "calendarEvents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "calendarEventDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "calendarEventDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Date", + "Calendar" + ], + "documentPathsMapping": { + "Date": { + "paths": { + "date": "$.date" + }, + "pathOrder": [ + "date" + ], + "isReference": false + }, + "CalendarEvent": { + "paths": { + "calendarEventDescriptor": "$.calendarEvents[*].calendarEventDescriptor" + }, + "pathOrder": [ + "calendarEventDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CalendarEventDescriptor" + }, + "Calendar": { + "paths": { + "calendarCode": "$.calendarReference.calendarCode", + "schoolId": "$.calendarReference.schoolId", + "schoolYear": "$.calendarReference.schoolYear" + }, + "pathOrder": [ + "calendarCode", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Calendar" + } + }, + "identityPathOrder": [ + "calendarCode", + "date", + "schoolId", + "schoolYear" + ], + "isSubclass": false + }, + "chartOfAccounts": { + "resourceName": "ChartOfAccount", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ChartOfAccount", + "description": "A valid combination of account dimensions under which financials are reported. This financial entity represents a funding source combined with its purpose and type of transaction. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "accountTypeDescriptor": { + "type": "string", + "description": "The type of account used in accounting such as revenue, expenditure, or balance sheet." + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "balanceSheetBalanceSheetDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "functionFunctionDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "fundFundDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "objectObjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "operationalUnitOperationalUnitDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "programProgramDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "projectProjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "sourceSourceDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "fiscalYear", + "educationOrganizationReference", + "accountTypeDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ChartOfAccount", + "description": "A valid combination of account dimensions under which financials are reported. This financial entity represents a funding source combined with its purpose and type of transaction. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "accountTypeDescriptor": { + "type": "string", + "description": "The type of account used in accounting such as revenue, expenditure, or balance sheet." + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "balanceSheetBalanceSheetDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "functionFunctionDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "fundFundDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "objectObjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "operationalUnitOperationalUnitDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "programProgramDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "projectProjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "sourceSourceDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "accountIdentifier", + "fiscalYear", + "educationOrganizationReference", + "accountTypeDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ChartOfAccount", + "description": "A valid combination of account dimensions under which financials are reported. This financial entity represents a funding source combined with its purpose and type of transaction. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "accountTypeDescriptor": { + "type": "string", + "description": "The type of account used in accounting such as revenue, expenditure, or balance sheet." + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "balanceSheetBalanceSheetDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account balance sheet dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account balance sheet dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "functionFunctionDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "fundFundDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "objectObjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "operationalUnitOperationalUnitDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "programProgramDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "projectProjectDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "sourceSourceDimensionReference": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.balanceSheetBalanceSheetDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.functionFunctionDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.fundFundDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.objectObjectDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.operationalUnitOperationalUnitDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.programProgramDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.projectProjectDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + }, + { + "sourceJsonPath": "$.sourceSourceDimensionReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + } + ], + "identityFullnames": [ + "AccountIdentifier", + "FiscalYear", + "EducationOrganization" + ], + "documentPathsMapping": { + "AccountIdentifier": { + "paths": { + "accountIdentifier": "$.accountIdentifier" + }, + "pathOrder": [ + "accountIdentifier" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "AccountType": { + "paths": { + "accountTypeDescriptor": "$.accountTypeDescriptor" + }, + "pathOrder": [ + "accountTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AccountTypeDescriptor" + }, + "AccountName": { + "paths": { + "accountName": "$.accountName" + }, + "pathOrder": [ + "accountName" + ], + "isReference": false + }, + "BalanceSheetBalanceSheetDimension": { + "paths": { + "code": "$.balanceSheetBalanceSheetDimensionReference.code", + "fiscalYear": "$.balanceSheetBalanceSheetDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "BalanceSheetDimension" + }, + "FunctionFunctionDimension": { + "paths": { + "code": "$.functionFunctionDimensionReference.code", + "fiscalYear": "$.functionFunctionDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "FunctionDimension" + }, + "FundFundDimension": { + "paths": { + "code": "$.fundFundDimensionReference.code", + "fiscalYear": "$.fundFundDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "FundDimension" + }, + "ObjectObjectDimension": { + "paths": { + "code": "$.objectObjectDimensionReference.code", + "fiscalYear": "$.objectObjectDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ObjectDimension" + }, + "OperationalUnitOperationalUnitDimension": { + "paths": { + "code": "$.operationalUnitOperationalUnitDimensionReference.code", + "fiscalYear": "$.operationalUnitOperationalUnitDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "OperationalUnitDimension" + }, + "ProgramProgramDimension": { + "paths": { + "code": "$.programProgramDimensionReference.code", + "fiscalYear": "$.programProgramDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ProgramDimension" + }, + "ProjectProjectDimension": { + "paths": { + "code": "$.projectProjectDimensionReference.code", + "fiscalYear": "$.projectProjectDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ProjectDimension" + }, + "SourceSourceDimension": { + "paths": { + "code": "$.sourceSourceDimensionReference.code", + "fiscalYear": "$.sourceSourceDimensionReference.fiscalYear" + }, + "pathOrder": [ + "code", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SourceDimension" + }, + "ReportingTag.TagValue": { + "paths": { + "tagValue": "$.reportingTags[*].tagValue" + }, + "pathOrder": [ + "tagValue" + ], + "isReference": false + }, + "ReportingTag.ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isSubclass": false + }, + "classPeriods": { + "resourceName": "ClassPeriod", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ClassPeriod", + "description": "This entity represents the designation of a regularly scheduled series of class meetings at designated times and days of the week.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this class period is used for official daily attendance. Alternatively, official daily attendance may be tied to a section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "schoolReference", + "classPeriodName" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ClassPeriod", + "description": "This entity represents the designation of a regularly scheduled series of class meetings at designated times and days of the week.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this class period is used for official daily attendance. Alternatively, official daily attendance may be tied to a section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "schoolReference", + "classPeriodName" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ClassPeriod", + "description": "This entity represents the designation of a regularly scheduled series of class meetings at designated times and days of the week.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this class period is used for official daily attendance. Alternatively, official daily attendance may be tied to a section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "School", + "ClassPeriodName" + ], + "documentPathsMapping": { + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "ClassPeriodName": { + "paths": { + "classPeriodName": "$.classPeriodName" + }, + "pathOrder": [ + "classPeriodName" + ], + "isReference": false + }, + "MeetingTime.StartTime": { + "paths": { + "startTime": "$.meetingTimes[*].startTime" + }, + "pathOrder": [ + "startTime" + ], + "isReference": false + }, + "MeetingTime.EndTime": { + "paths": { + "endTime": "$.meetingTimes[*].endTime" + }, + "pathOrder": [ + "endTime" + ], + "isReference": false + }, + "OfficialAttendancePeriod": { + "paths": { + "officialAttendancePeriod": "$.officialAttendancePeriod" + }, + "pathOrder": [ + "officialAttendancePeriod" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "classPeriodName", + "schoolId" + ], + "isSubclass": false + }, + "cohorts": { + "resourceName": "Cohort", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Cohort", + "description": "This entity represents any type of list of designated students for tracking, analysis, or intervention.", + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "cohortDescription": { + "type": "string", + "description": "The description of the cohort and its purpose.", + "minLength": 1, + "maxLength": 1024 + }, + "cohortTypeDescriptor": { + "type": "string", + "description": "The type of cohort (e.g., academic intervention, classroom breakout)." + }, + "cohortScopeDescriptor": { + "type": "string", + "description": "The scope of cohort (e.g., school, district, classroom)." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The academic subject associated with an academic intervention." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "cohortTypeDescriptor", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Cohort", + "description": "This entity represents any type of list of designated students for tracking, analysis, or intervention.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "cohortDescription": { + "type": "string", + "description": "The description of the cohort and its purpose.", + "minLength": 1, + "maxLength": 1024 + }, + "cohortTypeDescriptor": { + "type": "string", + "description": "The type of cohort (e.g., academic intervention, classroom breakout)." + }, + "cohortScopeDescriptor": { + "type": "string", + "description": "The scope of cohort (e.g., school, district, classroom)." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The academic subject associated with an academic intervention." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "cohortIdentifier", + "cohortTypeDescriptor", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Cohort", + "description": "This entity represents any type of list of designated students for tracking, analysis, or intervention.", + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "cohortDescription": { + "type": "string", + "description": "The description of the cohort and its purpose.", + "minLength": 1, + "maxLength": 1024 + }, + "cohortTypeDescriptor": { + "type": "string", + "description": "The type of cohort (e.g., academic intervention, classroom breakout)." + }, + "cohortScopeDescriptor": { + "type": "string", + "description": "The scope of cohort (e.g., school, district, classroom)." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The academic subject associated with an academic intervention." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CohortIdentifier", + "EducationOrganization" + ], + "documentPathsMapping": { + "CohortIdentifier": { + "paths": { + "cohortIdentifier": "$.cohortIdentifier" + }, + "pathOrder": [ + "cohortIdentifier" + ], + "isReference": false + }, + "CohortDescription": { + "paths": { + "cohortDescription": "$.cohortDescription" + }, + "pathOrder": [ + "cohortDescription" + ], + "isReference": false + }, + "CohortType": { + "paths": { + "cohortTypeDescriptor": "$.cohortTypeDescriptor" + }, + "pathOrder": [ + "cohortTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CohortTypeDescriptor" + }, + "CohortScope": { + "paths": { + "cohortScopeDescriptor": "$.cohortScopeDescriptor" + }, + "pathOrder": [ + "cohortScopeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CohortScopeDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programs[*].programReference.educationOrganizationId", + "programName": "$.programs[*].programReference.programName", + "programTypeDescriptor": "$.programs[*].programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + } + }, + "identityPathOrder": [ + "cohortIdentifier", + "educationOrganizationId" + ], + "isSubclass": false + }, + "communityProviderLicenses": { + "resourceName": "CommunityProviderLicense", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProviderLicense", + "description": "The legal document held by the community provider that authorizes the holder to perform certain functions and or services.", + "type": "object", + "properties": { + "communityProviderReference": { + "type": "object", + "properties": { + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + } + }, + "additionalProperties": false, + "required": [ + "communityProviderId" + ] + }, + "licenseIdentifier": { + "type": "string", + "description": "The unique identifier issued by the licensing organization.", + "maxLength": 36 + }, + "licensingOrganization": { + "type": "string", + "description": "The organization issuing the license.", + "minLength": 1, + "maxLength": 75 + }, + "licenseEffectiveDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license is active or becomes effective." + }, + "licenseExpirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license will expire." + }, + "licenseIssueDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active license was issued." + }, + "licenseStatusDescriptor": { + "type": "string", + "description": "An indication of the status of the license." + }, + "licenseTypeDescriptor": { + "type": "string", + "description": "An indication of the category of the license." + }, + "authorizedFacilityCapacity": { + "type": "integer", + "description": "The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve." + }, + "oldestAgeAuthorizedToServe": { + "type": "integer", + "description": "The oldest age of children a provider is authorized or licensed to serve." + }, + "youngestAgeAuthorizedToServe": { + "type": "integer", + "description": "The youngest age of children a provider is authorized or licensed to serve." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "communityProviderReference", + "licenseIdentifier", + "licensingOrganization", + "licenseEffectiveDate", + "licenseTypeDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProviderLicense", + "description": "The legal document held by the community provider that authorizes the holder to perform certain functions and or services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "communityProviderReference": { + "type": "object", + "properties": { + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + } + }, + "additionalProperties": false, + "required": [ + "communityProviderId" + ] + }, + "licenseIdentifier": { + "type": "string", + "description": "The unique identifier issued by the licensing organization.", + "maxLength": 36 + }, + "licensingOrganization": { + "type": "string", + "description": "The organization issuing the license.", + "minLength": 1, + "maxLength": 75 + }, + "licenseEffectiveDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license is active or becomes effective." + }, + "licenseExpirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license will expire." + }, + "licenseIssueDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active license was issued." + }, + "licenseStatusDescriptor": { + "type": "string", + "description": "An indication of the status of the license." + }, + "licenseTypeDescriptor": { + "type": "string", + "description": "An indication of the category of the license." + }, + "authorizedFacilityCapacity": { + "type": "integer", + "description": "The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve." + }, + "oldestAgeAuthorizedToServe": { + "type": "integer", + "description": "The oldest age of children a provider is authorized or licensed to serve." + }, + "youngestAgeAuthorizedToServe": { + "type": "integer", + "description": "The youngest age of children a provider is authorized or licensed to serve." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "communityProviderReference", + "licenseIdentifier", + "licensingOrganization", + "licenseEffectiveDate", + "licenseTypeDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProviderLicense", + "description": "The legal document held by the community provider that authorizes the holder to perform certain functions and or services.", + "type": "object", + "properties": { + "communityProviderReference": { + "type": "object", + "properties": { + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + } + }, + "additionalProperties": false, + "required": [ + "communityProviderId" + ] + }, + "licenseIdentifier": { + "type": "string", + "description": "The unique identifier issued by the licensing organization.", + "maxLength": 36 + }, + "licensingOrganization": { + "type": "string", + "description": "The organization issuing the license.", + "minLength": 1, + "maxLength": 75 + }, + "licenseEffectiveDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license is active or becomes effective." + }, + "licenseExpirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a license will expire." + }, + "licenseIssueDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active license was issued." + }, + "licenseStatusDescriptor": { + "type": "string", + "description": "An indication of the status of the license." + }, + "licenseTypeDescriptor": { + "type": "string", + "description": "An indication of the category of the license." + }, + "authorizedFacilityCapacity": { + "type": "integer", + "description": "The maximum number that can be contained or accommodated which a provider is authorized or licensed to serve." + }, + "oldestAgeAuthorizedToServe": { + "type": "integer", + "description": "The oldest age of children a provider is authorized or licensed to serve." + }, + "youngestAgeAuthorizedToServe": { + "type": "integer", + "description": "The youngest age of children a provider is authorized or licensed to serve." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CommunityProvider" + ], + "documentPathsMapping": { + "CommunityProvider": { + "paths": { + "communityProviderId": "$.communityProviderReference.communityProviderId" + }, + "pathOrder": [ + "communityProviderId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "CommunityProvider" + }, + "License.LicenseIdentifier": { + "paths": { + "licenseIdentifier": "$.licenseIdentifier" + }, + "pathOrder": [ + "licenseIdentifier" + ], + "isReference": false + }, + "License.LicensingOrganization": { + "paths": { + "licensingOrganization": "$.licensingOrganization" + }, + "pathOrder": [ + "licensingOrganization" + ], + "isReference": false + }, + "License.LicenseEffectiveDate": { + "paths": { + "licenseEffectiveDate": "$.licenseEffectiveDate" + }, + "pathOrder": [ + "licenseEffectiveDate" + ], + "isReference": false + }, + "License.LicenseExpirationDate": { + "paths": { + "licenseExpirationDate": "$.licenseExpirationDate" + }, + "pathOrder": [ + "licenseExpirationDate" + ], + "isReference": false + }, + "License.LicenseIssueDate": { + "paths": { + "licenseIssueDate": "$.licenseIssueDate" + }, + "pathOrder": [ + "licenseIssueDate" + ], + "isReference": false + }, + "License.LicenseStatus": { + "paths": { + "licenseStatusDescriptor": "$.licenseStatusDescriptor" + }, + "pathOrder": [ + "licenseStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LicenseStatusDescriptor" + }, + "License.LicenseType": { + "paths": { + "licenseTypeDescriptor": "$.licenseTypeDescriptor" + }, + "pathOrder": [ + "licenseTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LicenseTypeDescriptor" + }, + "License.AuthorizedFacilityCapacity": { + "paths": { + "authorizedFacilityCapacity": "$.authorizedFacilityCapacity" + }, + "pathOrder": [ + "authorizedFacilityCapacity" + ], + "isReference": false + }, + "License.OldestAgeAuthorizedToServe": { + "paths": { + "oldestAgeAuthorizedToServe": "$.oldestAgeAuthorizedToServe" + }, + "pathOrder": [ + "oldestAgeAuthorizedToServe" + ], + "isReference": false + }, + "License.YoungestAgeAuthorizedToServe": { + "paths": { + "youngestAgeAuthorizedToServe": "$.youngestAgeAuthorizedToServe" + }, + "pathOrder": [ + "youngestAgeAuthorizedToServe" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "communityProviderId" + ], + "isSubclass": false + }, + "competencyObjectives": { + "resourceName": "CompetencyObjective", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CompetencyObjective", + "description": "This entity holds additional competencies for student achievement that are not associated with specific learning objectives (e.g., paying attention in class).", + "type": "object", + "properties": { + "competencyObjectiveId": { + "type": "string", + "description": "The Identifier for the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "description": { + "type": "string", + "description": "The description of the student competency objective.", + "minLength": 1, + "maxLength": 1024 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the competency objective.", + "minLength": 1, + "maxLength": 150 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "objective", + "objectiveGradeLevelDescriptor", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CompetencyObjective", + "description": "This entity holds additional competencies for student achievement that are not associated with specific learning objectives (e.g., paying attention in class).", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "competencyObjectiveId": { + "type": "string", + "description": "The Identifier for the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "description": { + "type": "string", + "description": "The description of the student competency objective.", + "minLength": 1, + "maxLength": 1024 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the competency objective.", + "minLength": 1, + "maxLength": 150 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "objective", + "objectiveGradeLevelDescriptor", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CompetencyObjective", + "description": "This entity holds additional competencies for student achievement that are not associated with specific learning objectives (e.g., paying attention in class).", + "type": "object", + "properties": { + "competencyObjectiveId": { + "type": "string", + "description": "The Identifier for the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "description": { + "type": "string", + "description": "The description of the student competency objective.", + "minLength": 1, + "maxLength": 1024 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the competency objective.", + "minLength": 1, + "maxLength": 150 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Objective", + "ObjectiveGradeLevel", + "EducationOrganization" + ], + "documentPathsMapping": { + "CompetencyObjectiveId": { + "paths": { + "competencyObjectiveId": "$.competencyObjectiveId" + }, + "pathOrder": [ + "competencyObjectiveId" + ], + "isReference": false + }, + "Objective": { + "paths": { + "objective": "$.objective" + }, + "pathOrder": [ + "objective" + ], + "isReference": false + }, + "Description": { + "paths": { + "description": "$.description" + }, + "pathOrder": [ + "description" + ], + "isReference": false + }, + "ObjectiveGradeLevel": { + "paths": { + "objectiveGradeLevelDescriptor": "$.objectiveGradeLevelDescriptor" + }, + "pathOrder": [ + "objectiveGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "SuccessCriteria": { + "paths": { + "successCriteria": "$.successCriteria" + }, + "pathOrder": [ + "successCriteria" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor" + ], + "isSubclass": false + }, + "contacts": { + "resourceName": "Contact", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Contact", + "description": "This entity represents a contact of a student, such as a parent, guardian or caretaker.", + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "contactUniqueId", + "firstName", + "lastSurname" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Contact", + "description": "This entity represents a contact of a student, such as a parent, guardian or caretaker.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "contactUniqueId", + "firstName", + "lastSurname" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Contact", + "description": "This entity represents a contact of a student, such as a parent, guardian or caretaker.", + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "ContactUniqueId" + ], + "documentPathsMapping": { + "ContactUniqueId": { + "paths": { + "contactUniqueId": "$.contactUniqueId" + }, + "pathOrder": [ + "contactUniqueId" + ], + "isReference": false + }, + "Name.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "Name.FirstName": { + "paths": { + "firstName": "$.firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "Name.MiddleName": { + "paths": { + "middleName": "$.middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "Name.LastSurname": { + "paths": { + "lastSurname": "$.lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "Name.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "Name.MaidenName": { + "paths": { + "maidenName": "$.maidenName" + }, + "pathOrder": [ + "maidenName" + ], + "isReference": false + }, + "Name.PreferredFirstName": { + "paths": { + "preferredFirstName": "$.preferredFirstName" + }, + "pathOrder": [ + "preferredFirstName" + ], + "isReference": false + }, + "Name.PreferredLastSurname": { + "paths": { + "preferredLastSurname": "$.preferredLastSurname" + }, + "pathOrder": [ + "preferredLastSurname" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.DocumentTitle": { + "paths": { + "documentTitle": "$.personalIdentificationDocuments[*].documentTitle" + }, + "pathOrder": [ + "documentTitle" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.PersonalInformationVerification": { + "paths": { + "personalInformationVerificationDescriptor": "$.personalIdentificationDocuments[*].personalInformationVerificationDescriptor" + }, + "pathOrder": [ + "personalInformationVerificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PersonalInformationVerificationDescriptor" + }, + "Name.PersonalIdentificationDocument.DocumentExpirationDate": { + "paths": { + "documentExpirationDate": "$.personalIdentificationDocuments[*].documentExpirationDate" + }, + "pathOrder": [ + "documentExpirationDate" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerDocumentIdentificationCode": { + "paths": { + "issuerDocumentIdentificationCode": "$.personalIdentificationDocuments[*].issuerDocumentIdentificationCode" + }, + "pathOrder": [ + "issuerDocumentIdentificationCode" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerName": { + "paths": { + "issuerName": "$.personalIdentificationDocuments[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerCountry": { + "paths": { + "issuerCountryDescriptor": "$.personalIdentificationDocuments[*].issuerCountryDescriptor" + }, + "pathOrder": [ + "issuerCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "Name.PersonalIdentificationDocument.IdentificationDocumentUse": { + "paths": { + "identificationDocumentUseDescriptor": "$.personalIdentificationDocuments[*].identificationDocumentUseDescriptor" + }, + "pathOrder": [ + "identificationDocumentUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IdentificationDocumentUseDescriptor" + }, + "OtherName.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.otherNames[*].personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "OtherName.FirstName": { + "paths": { + "firstName": "$.otherNames[*].firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "OtherName.MiddleName": { + "paths": { + "middleName": "$.otherNames[*].middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "OtherName.LastSurname": { + "paths": { + "lastSurname": "$.otherNames[*].lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "OtherName.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.otherNames[*].generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "OtherName.OtherNameType": { + "paths": { + "otherNameTypeDescriptor": "$.otherNames[*].otherNameTypeDescriptor" + }, + "pathOrder": [ + "otherNameTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OtherNameTypeDescriptor" + }, + "Sex": { + "paths": { + "sexDescriptor": "$.sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Telephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.telephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "Telephone.TelephoneNumberType": { + "paths": { + "telephoneNumberTypeDescriptor": "$.telephones[*].telephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "telephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TelephoneNumberTypeDescriptor" + }, + "Telephone.OrderOfPriority": { + "paths": { + "orderOfPriority": "$.telephones[*].orderOfPriority" + }, + "pathOrder": [ + "orderOfPriority" + ], + "isReference": false + }, + "Telephone.TextMessageCapabilityIndicator": { + "paths": { + "textMessageCapabilityIndicator": "$.telephones[*].textMessageCapabilityIndicator" + }, + "pathOrder": [ + "textMessageCapabilityIndicator" + ], + "isReference": false + }, + "Telephone.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.telephones[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailAddress": { + "paths": { + "electronicMailAddress": "$.electronicMails[*].electronicMailAddress" + }, + "pathOrder": [ + "electronicMailAddress" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailType": { + "paths": { + "electronicMailTypeDescriptor": "$.electronicMails[*].electronicMailTypeDescriptor" + }, + "pathOrder": [ + "electronicMailTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ElectronicMailTypeDescriptor" + }, + "ElectronicMail.PrimaryEmailAddressIndicator": { + "paths": { + "primaryEmailAddressIndicator": "$.electronicMails[*].primaryEmailAddressIndicator" + }, + "pathOrder": [ + "primaryEmailAddressIndicator" + ], + "isReference": false + }, + "ElectronicMail.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.electronicMails[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "LoginId": { + "paths": { + "loginId": "$.loginId" + }, + "pathOrder": [ + "loginId" + ], + "isReference": false + }, + "Language.Language": { + "paths": { + "languageDescriptor": "$.languages[*].languageDescriptor" + }, + "pathOrder": [ + "languageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "Language.LanguageUse": { + "paths": { + "languageUseDescriptor": "$.languages[*].uses[*].languageUseDescriptor" + }, + "pathOrder": [ + "languageUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageUseDescriptor" + }, + "Person": { + "paths": { + "personId": "$.personReference.personId", + "sourceSystemDescriptor": "$.personReference.sourceSystemDescriptor" + }, + "pathOrder": [ + "personId", + "sourceSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Person" + }, + "HighestCompletedLevelOfEducation": { + "paths": { + "highestCompletedLevelOfEducationDescriptor": "$.highestCompletedLevelOfEducationDescriptor" + }, + "pathOrder": [ + "highestCompletedLevelOfEducationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LevelOfEducationDescriptor" + } + }, + "identityPathOrder": [ + "contactUniqueId" + ], + "isSubclass": false + }, + "courses": { + "resourceName": "Course", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Course", + "description": "This educational entity represents the organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis.", + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", + "minLength": 1, + "maxLength": 60 + }, + "numberOfParts": { + "type": "integer", + "description": "The number of parts identified for a course.", + "minimum": 1, + "maximum": 8 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "levelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the course." + }, + "courseDescription": { + "type": "string", + "description": "A description of the content standards and goals covered in the course. Reference may be made to state or national content standards.", + "minLength": 1, + "maxLength": 1024 + }, + "timeRequiredForCompletion": { + "type": "integer", + "description": "The actual or estimated number of clock minutes required for class completion. This number is especially important for career and technical education classes and may represent (in minutes) the clock hour requirement of the class.", + "minimum": 1 + }, + "dateCourseAdopted": { + "type": "string", + "format": "date", + "description": "Date the course was adopted by the education agency." + }, + "highSchoolCourseRequirement": { + "type": "boolean", + "description": "An indication that this course may satisfy high school graduation requirements in the course's subject area." + }, + "courseGPAApplicabilityDescriptor": { + "type": "string", + "description": "An indicator of whether or not the course being described is included in the computation of the student's grade point average, and if so, if it is weighted differently from regular courses." + }, + "courseDefinedByDescriptor": { + "type": "string", + "description": "Specifies whether the course was defined by the SEA, LEA, School, or national organization." + }, + "minimumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "maximumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "careerPathwayDescriptor": { + "type": "string", + "description": "Indicates the career cluster or pathway the course is associated with as part of a CTE curriculum." + }, + "competencyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "competencyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "competencyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "maxCompletionsForCredit": { + "type": "integer", + "description": "Designates how many times the course may be taken with credit received by the student.", + "minimum": 1 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "courseTitle", + "numberOfParts", + "identificationCodes", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Course", + "description": "This educational entity represents the organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", + "minLength": 1, + "maxLength": 60 + }, + "numberOfParts": { + "type": "integer", + "description": "The number of parts identified for a course.", + "minimum": 1, + "maximum": 8 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "levelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the course." + }, + "courseDescription": { + "type": "string", + "description": "A description of the content standards and goals covered in the course. Reference may be made to state or national content standards.", + "minLength": 1, + "maxLength": 1024 + }, + "timeRequiredForCompletion": { + "type": "integer", + "description": "The actual or estimated number of clock minutes required for class completion. This number is especially important for career and technical education classes and may represent (in minutes) the clock hour requirement of the class.", + "minimum": 1 + }, + "dateCourseAdopted": { + "type": "string", + "format": "date", + "description": "Date the course was adopted by the education agency." + }, + "highSchoolCourseRequirement": { + "type": "boolean", + "description": "An indication that this course may satisfy high school graduation requirements in the course's subject area." + }, + "courseGPAApplicabilityDescriptor": { + "type": "string", + "description": "An indicator of whether or not the course being described is included in the computation of the student's grade point average, and if so, if it is weighted differently from regular courses." + }, + "courseDefinedByDescriptor": { + "type": "string", + "description": "Specifies whether the course was defined by the SEA, LEA, School, or national organization." + }, + "minimumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "maximumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "careerPathwayDescriptor": { + "type": "string", + "description": "Indicates the career cluster or pathway the course is associated with as part of a CTE curriculum." + }, + "competencyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "competencyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "competencyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "maxCompletionsForCredit": { + "type": "integer", + "description": "Designates how many times the course may be taken with credit received by the student.", + "minimum": 1 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "courseCode", + "courseTitle", + "numberOfParts", + "identificationCodes", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Course", + "description": "This educational entity represents the organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis.", + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", + "minLength": 1, + "maxLength": 60 + }, + "numberOfParts": { + "type": "integer", + "description": "The number of parts identified for a course.", + "minimum": 1, + "maximum": 8 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "levelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the course." + }, + "courseDescription": { + "type": "string", + "description": "A description of the content standards and goals covered in the course. Reference may be made to state or national content standards.", + "minLength": 1, + "maxLength": 1024 + }, + "timeRequiredForCompletion": { + "type": "integer", + "description": "The actual or estimated number of clock minutes required for class completion. This number is especially important for career and technical education classes and may represent (in minutes) the clock hour requirement of the class.", + "minimum": 1 + }, + "dateCourseAdopted": { + "type": "string", + "format": "date", + "description": "Date the course was adopted by the education agency." + }, + "highSchoolCourseRequirement": { + "type": "boolean", + "description": "An indication that this course may satisfy high school graduation requirements in the course's subject area." + }, + "courseGPAApplicabilityDescriptor": { + "type": "string", + "description": "An indicator of whether or not the course being described is included in the computation of the student's grade point average, and if so, if it is weighted differently from regular courses." + }, + "courseDefinedByDescriptor": { + "type": "string", + "description": "Specifies whether the course was defined by the SEA, LEA, School, or national organization." + }, + "minimumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "minimumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "maximumAvailableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "maximumAvailableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "careerPathwayDescriptor": { + "type": "string", + "description": "Indicates the career cluster or pathway the course is associated with as part of a CTE curriculum." + }, + "competencyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "competencyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "competencyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "maxCompletionsForCredit": { + "type": "integer", + "description": "Designates how many times the course may be taken with credit received by the student.", + "minimum": 1 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CourseCode", + "EducationOrganization" + ], + "documentPathsMapping": { + "CourseCode": { + "paths": { + "courseCode": "$.courseCode" + }, + "pathOrder": [ + "courseCode" + ], + "isReference": false + }, + "CourseTitle": { + "paths": { + "courseTitle": "$.courseTitle" + }, + "pathOrder": [ + "courseTitle" + ], + "isReference": false + }, + "NumberOfParts": { + "paths": { + "numberOfParts": "$.numberOfParts" + }, + "pathOrder": [ + "numberOfParts" + ], + "isReference": false + }, + "CourseIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "CourseIdentificationCode.CourseIdentificationSystem": { + "paths": { + "courseIdentificationSystemDescriptor": "$.identificationCodes[*].courseIdentificationSystemDescriptor" + }, + "pathOrder": [ + "courseIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseIdentificationSystemDescriptor" + }, + "CourseIdentificationCode.AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.identificationCodes[*].assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "CourseIdentificationCode.CourseCatalogURL": { + "paths": { + "courseCatalogURL": "$.identificationCodes[*].courseCatalogURL" + }, + "pathOrder": [ + "courseCatalogURL" + ], + "isReference": false + }, + "CourseLevelCharacteristic": { + "paths": { + "courseLevelCharacteristicDescriptor": "$.levelCharacteristics[*].courseLevelCharacteristicDescriptor" + }, + "pathOrder": [ + "courseLevelCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseLevelCharacteristicDescriptor" + }, + "OfferedGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.offeredGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "CourseDescription": { + "paths": { + "courseDescription": "$.courseDescription" + }, + "pathOrder": [ + "courseDescription" + ], + "isReference": false + }, + "TimeRequiredForCompletion": { + "paths": { + "timeRequiredForCompletion": "$.timeRequiredForCompletion" + }, + "pathOrder": [ + "timeRequiredForCompletion" + ], + "isReference": false + }, + "DateCourseAdopted": { + "paths": { + "dateCourseAdopted": "$.dateCourseAdopted" + }, + "pathOrder": [ + "dateCourseAdopted" + ], + "isReference": false + }, + "HighSchoolCourseRequirement": { + "paths": { + "highSchoolCourseRequirement": "$.highSchoolCourseRequirement" + }, + "pathOrder": [ + "highSchoolCourseRequirement" + ], + "isReference": false + }, + "CourseGPAApplicability": { + "paths": { + "courseGPAApplicabilityDescriptor": "$.courseGPAApplicabilityDescriptor" + }, + "pathOrder": [ + "courseGPAApplicabilityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseGPAApplicabilityDescriptor" + }, + "CourseDefinedBy": { + "paths": { + "courseDefinedByDescriptor": "$.courseDefinedByDescriptor" + }, + "pathOrder": [ + "courseDefinedByDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseDefinedByDescriptor" + }, + "MinimumAvailableCredits.Credits": { + "paths": { + "minimumAvailableCredits": "$.minimumAvailableCredits" + }, + "pathOrder": [ + "minimumAvailableCredits" + ], + "isReference": false + }, + "MinimumAvailableCredits.CreditType": { + "paths": { + "minimumAvailableCreditTypeDescriptor": "$.minimumAvailableCreditTypeDescriptor" + }, + "pathOrder": [ + "minimumAvailableCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "MinimumAvailableCredits.CreditConversion": { + "paths": { + "minimumAvailableCreditConversions": "$.minimumAvailableCreditConversions" + }, + "pathOrder": [ + "minimumAvailableCreditConversions" + ], + "isReference": false + }, + "MaximumAvailableCredits.Credits": { + "paths": { + "maximumAvailableCredits": "$.maximumAvailableCredits" + }, + "pathOrder": [ + "maximumAvailableCredits" + ], + "isReference": false + }, + "MaximumAvailableCredits.CreditType": { + "paths": { + "maximumAvailableCreditTypeDescriptor": "$.maximumAvailableCreditTypeDescriptor" + }, + "pathOrder": [ + "maximumAvailableCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "MaximumAvailableCredits.CreditConversion": { + "paths": { + "maximumAvailableCreditConversions": "$.maximumAvailableCreditConversions" + }, + "pathOrder": [ + "maximumAvailableCreditConversions" + ], + "isReference": false + }, + "CareerPathway": { + "paths": { + "careerPathwayDescriptor": "$.careerPathwayDescriptor" + }, + "pathOrder": [ + "careerPathwayDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CareerPathwayDescriptor" + }, + "CompetencyLevel": { + "paths": { + "competencyLevelDescriptor": "$.competencyLevels[*].competencyLevelDescriptor" + }, + "pathOrder": [ + "competencyLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CompetencyLevelDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "MaxCompletionsForCredit": { + "paths": { + "maxCompletionsForCredit": "$.maxCompletionsForCredit" + }, + "pathOrder": [ + "maxCompletionsForCredit" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "courseCode", + "educationOrganizationId" + ], + "isSubclass": false + }, + "courseOfferings": { + "resourceName": "CourseOffering", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseOffering", + "description": "This entity represents an entry in the course catalog of available courses offered by the school during a session.", + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "localCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the course title.", + "minLength": 1, + "maxLength": 60 + }, + "instructionalTimePlanned": { + "type": "integer", + "description": "The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.", + "minimum": 1 + }, + "curriculumUseds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "curriculumUsedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "curriculumUsedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolReference", + "sessionReference", + "courseReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseOffering", + "description": "This entity represents an entry in the course catalog of available courses offered by the school during a session.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "localCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the course title.", + "minLength": 1, + "maxLength": 60 + }, + "instructionalTimePlanned": { + "type": "integer", + "description": "The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.", + "minimum": 1 + }, + "curriculumUseds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "curriculumUsedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "curriculumUsedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "localCourseCode", + "schoolReference", + "sessionReference", + "courseReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseOffering", + "description": "This entity represents an entry in the course catalog of available courses offered by the school during a session.", + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "localCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the course title.", + "minLength": 1, + "maxLength": 60 + }, + "instructionalTimePlanned": { + "type": "integer", + "description": "The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.", + "minimum": 1 + }, + "curriculumUseds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "curriculumUsedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "curriculumUsedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.schoolReference.schoolId", + "targetJsonPath": "$.sessionReference.schoolId" + } + ], + "identityFullnames": [ + "LocalCourseCode", + "School", + "Session" + ], + "documentPathsMapping": { + "LocalCourseCode": { + "paths": { + "localCourseCode": "$.localCourseCode" + }, + "pathOrder": [ + "localCourseCode" + ], + "isReference": false + }, + "LocalCourseTitle": { + "paths": { + "localCourseTitle": "$.localCourseTitle" + }, + "pathOrder": [ + "localCourseTitle" + ], + "isReference": false + }, + "InstructionalTimePlanned": { + "paths": { + "instructionalTimePlanned": "$.instructionalTimePlanned" + }, + "pathOrder": [ + "instructionalTimePlanned" + ], + "isReference": false + }, + "CurriculumUsed": { + "paths": { + "curriculumUsedDescriptor": "$.curriculumUseds[*].curriculumUsedDescriptor" + }, + "pathOrder": [ + "curriculumUsedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CurriculumUsedDescriptor" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "Session": { + "paths": { + "schoolId": "$.sessionReference.schoolId", + "schoolYear": "$.sessionReference.schoolYear", + "sessionName": "$.sessionReference.sessionName" + }, + "pathOrder": [ + "schoolId", + "schoolYear", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Session" + }, + "Course": { + "paths": { + "courseCode": "$.courseReference.courseCode", + "educationOrganizationId": "$.courseReference.educationOrganizationId" + }, + "pathOrder": [ + "courseCode", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Course" + }, + "CourseLevelCharacteristic": { + "paths": { + "courseLevelCharacteristicDescriptor": "$.courseLevelCharacteristics[*].courseLevelCharacteristicDescriptor" + }, + "pathOrder": [ + "courseLevelCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseLevelCharacteristicDescriptor" + }, + "OfferedGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.offeredGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + } + }, + "identityPathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName" + ], + "isSubclass": false + }, + "courseTranscripts": { + "resourceName": "CourseTranscript", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseTranscript", + "description": "This entity is the final record of a student's performance in their courses at the end of a semester or school year.", + "type": "object", + "properties": { + "courseAttemptResultDescriptor": { + "type": "string", + "description": "The result from the student's attempt to take the course." + }, + "attemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "earnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "earnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedAdditionalCredits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course" + }, + "additionalCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + } + }, + "additionalProperties": false, + "required": [ + "credits", + "additionalCreditTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "Student's grade level at time of course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "finalLetterGradeEarned": { + "type": "string", + "description": "The final indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "finalNumericGradeEarned": { + "type": "number", + "description": "The final indicator of student performance in a class as submitted by the instructor." + }, + "courseRepeatCodeDescriptor": { + "type": "string", + "description": "Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average." + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "studentAcademicRecordReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ] + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, language arts).", + "minLength": 1, + "maxLength": 60 + }, + "alternativeCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the CourseTitle.", + "minLength": 1, + "maxLength": 60 + }, + "externalEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "externalEducationOrganizationNameOfInstitution": { + "type": "string", + "description": "Name of the external institution where the student completed the course; to be used only when the reference external education organization is not available.", + "minLength": 1, + "maxLength": 75 + }, + "alternativeCourseIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the course identification code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + }, + "creditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "partialCourseTranscriptAwards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "awardDate": { + "type": "string", + "format": "date", + "description": "The date the partial credits and/or grades were awarded or earned." + }, + "earnedCredits": { + "type": "number", + "description": "The number of credits a student earned for completing a given course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "letterGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + } + }, + "additionalProperties": false, + "required": [ + "awardDate", + "earnedCredits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "courseAttemptResultDescriptor", + "courseReference", + "studentAcademicRecordReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseTranscript", + "description": "This entity is the final record of a student's performance in their courses at the end of a semester or school year.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "courseAttemptResultDescriptor": { + "type": "string", + "description": "The result from the student's attempt to take the course." + }, + "attemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "earnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "earnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedAdditionalCredits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course" + }, + "additionalCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + } + }, + "additionalProperties": false, + "required": [ + "credits", + "additionalCreditTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "Student's grade level at time of course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "finalLetterGradeEarned": { + "type": "string", + "description": "The final indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "finalNumericGradeEarned": { + "type": "number", + "description": "The final indicator of student performance in a class as submitted by the instructor." + }, + "courseRepeatCodeDescriptor": { + "type": "string", + "description": "Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average." + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "studentAcademicRecordReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ] + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, language arts).", + "minLength": 1, + "maxLength": 60 + }, + "alternativeCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the CourseTitle.", + "minLength": 1, + "maxLength": 60 + }, + "externalEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "externalEducationOrganizationNameOfInstitution": { + "type": "string", + "description": "Name of the external institution where the student completed the course; to be used only when the reference external education organization is not available.", + "minLength": 1, + "maxLength": 75 + }, + "alternativeCourseIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the course identification code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + }, + "creditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "partialCourseTranscriptAwards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "awardDate": { + "type": "string", + "format": "date", + "description": "The date the partial credits and/or grades were awarded or earned." + }, + "earnedCredits": { + "type": "number", + "description": "The number of credits a student earned for completing a given course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "letterGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + } + }, + "additionalProperties": false, + "required": [ + "awardDate", + "earnedCredits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "courseAttemptResultDescriptor", + "courseReference", + "studentAcademicRecordReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CourseTranscript", + "description": "This entity is the final record of a student's performance in their courses at the end of a semester or school year.", + "type": "object", + "properties": { + "courseAttemptResultDescriptor": { + "type": "string", + "description": "The result from the student's attempt to take the course." + }, + "attemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "attemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "earnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "earnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "earnedAdditionalCredits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course" + }, + "additionalCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + } + }, + "additionalProperties": false, + "required": [ + "credits", + "additionalCreditTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "Student's grade level at time of course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "finalLetterGradeEarned": { + "type": "string", + "description": "The final indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "finalNumericGradeEarned": { + "type": "number", + "description": "The final indicator of student performance in a class as submitted by the instructor." + }, + "courseRepeatCodeDescriptor": { + "type": "string", + "description": "Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average." + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "studentAcademicRecordReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ] + }, + "courseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, language arts).", + "minLength": 1, + "maxLength": 60 + }, + "alternativeCourseTitle": { + "type": "string", + "description": "The descriptive name given to a course of study offered in the school, if different from the CourseTitle.", + "minLength": 1, + "maxLength": 60 + }, + "externalEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "externalEducationOrganizationNameOfInstitution": { + "type": "string", + "description": "Name of the external institution where the student completed the course; to be used only when the reference external education organization is not available.", + "minLength": 1, + "maxLength": 75 + }, + "alternativeCourseIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a \"/\". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.", + "minLength": 1, + "maxLength": 60 + }, + "courseIdentificationSystemDescriptor": { + "type": "string", + "description": "A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the Identification Code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "courseIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the course identification code.", + "minLength": 1, + "maxLength": 60 + }, + "courseCatalogURL": { + "type": "string", + "description": "The URL for the course catalog that defines the course identification code.", + "minLength": 5, + "maxLength": 255 + }, + "creditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "partialCourseTranscriptAwards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "awardDate": { + "type": "string", + "format": "date", + "description": "The date the partial credits and/or grades were awarded or earned." + }, + "earnedCredits": { + "type": "number", + "description": "The number of credits a student earned for completing a given course." + }, + "methodCreditEarnedDescriptor": { + "type": "string", + "description": "The method the credits were earned." + }, + "letterGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "string", + "description": "The indicator of student performance as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + } + }, + "additionalProperties": false, + "required": [ + "awardDate", + "earnedCredits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CourseAttemptResult", + "Course", + "StudentAcademicRecord" + ], + "documentPathsMapping": { + "CourseAttemptResult": { + "paths": { + "courseAttemptResultDescriptor": "$.courseAttemptResultDescriptor" + }, + "pathOrder": [ + "courseAttemptResultDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseAttemptResultDescriptor" + }, + "AttemptedCredits.Credits": { + "paths": { + "attemptedCredits": "$.attemptedCredits" + }, + "pathOrder": [ + "attemptedCredits" + ], + "isReference": false + }, + "AttemptedCredits.CreditType": { + "paths": { + "attemptedCreditTypeDescriptor": "$.attemptedCreditTypeDescriptor" + }, + "pathOrder": [ + "attemptedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "AttemptedCredits.CreditConversion": { + "paths": { + "attemptedCreditConversions": "$.attemptedCreditConversions" + }, + "pathOrder": [ + "attemptedCreditConversions" + ], + "isReference": false + }, + "EarnedCredits.Credits": { + "paths": { + "earnedCredits": "$.earnedCredits" + }, + "pathOrder": [ + "earnedCredits" + ], + "isReference": false + }, + "EarnedCredits.CreditType": { + "paths": { + "earnedCreditTypeDescriptor": "$.earnedCreditTypeDescriptor" + }, + "pathOrder": [ + "earnedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "EarnedCredits.CreditConversion": { + "paths": { + "earnedCreditConversions": "$.earnedCreditConversions" + }, + "pathOrder": [ + "earnedCreditConversions" + ], + "isReference": false + }, + "EarnedAdditionalCredits.Credits": { + "paths": { + "credits": "$.earnedAdditionalCredits[*].credits" + }, + "pathOrder": [ + "credits" + ], + "isReference": false + }, + "EarnedAdditionalCredits.AdditionalCreditType": { + "paths": { + "additionalCreditTypeDescriptor": "$.earnedAdditionalCredits[*].additionalCreditTypeDescriptor" + }, + "pathOrder": [ + "additionalCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AdditionalCreditTypeDescriptor" + }, + "WhenTakenGradeLevel": { + "paths": { + "whenTakenGradeLevelDescriptor": "$.whenTakenGradeLevelDescriptor" + }, + "pathOrder": [ + "whenTakenGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "MethodCreditEarned": { + "paths": { + "methodCreditEarnedDescriptor": "$.methodCreditEarnedDescriptor" + }, + "pathOrder": [ + "methodCreditEarnedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MethodCreditEarnedDescriptor" + }, + "FinalLetterGradeEarned": { + "paths": { + "finalLetterGradeEarned": "$.finalLetterGradeEarned" + }, + "pathOrder": [ + "finalLetterGradeEarned" + ], + "isReference": false + }, + "FinalNumericGradeEarned": { + "paths": { + "finalNumericGradeEarned": "$.finalNumericGradeEarned" + }, + "pathOrder": [ + "finalNumericGradeEarned" + ], + "isReference": false + }, + "CourseRepeatCode": { + "paths": { + "courseRepeatCodeDescriptor": "$.courseRepeatCodeDescriptor" + }, + "pathOrder": [ + "courseRepeatCodeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseRepeatCodeDescriptor" + }, + "Course": { + "paths": { + "courseCode": "$.courseReference.courseCode", + "educationOrganizationId": "$.courseReference.educationOrganizationId" + }, + "pathOrder": [ + "courseCode", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Course" + }, + "StudentAcademicRecord": { + "paths": { + "educationOrganizationId": "$.studentAcademicRecordReference.educationOrganizationId", + "schoolYear": "$.studentAcademicRecordReference.schoolYear", + "studentUniqueId": "$.studentAcademicRecordReference.studentUniqueId", + "termDescriptor": "$.studentAcademicRecordReference.termDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentAcademicRecord" + }, + "CourseTitle": { + "paths": { + "courseTitle": "$.courseTitle" + }, + "pathOrder": [ + "courseTitle" + ], + "isReference": false + }, + "AlternativeCourseTitle": { + "paths": { + "alternativeCourseTitle": "$.alternativeCourseTitle" + }, + "pathOrder": [ + "alternativeCourseTitle" + ], + "isReference": false + }, + "ExternalEducationOrganization": { + "paths": { + "educationOrganizationId": "$.externalEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ExternalEducationOrganizationNameOfInstitution": { + "paths": { + "externalEducationOrganizationNameOfInstitution": "$.externalEducationOrganizationNameOfInstitution" + }, + "pathOrder": [ + "externalEducationOrganizationNameOfInstitution" + ], + "isReference": false + }, + "AlternativeCourseIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.alternativeCourseIdentificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "AlternativeCourseIdentificationCode.CourseIdentificationSystem": { + "paths": { + "courseIdentificationSystemDescriptor": "$.alternativeCourseIdentificationCodes[*].courseIdentificationSystemDescriptor" + }, + "pathOrder": [ + "courseIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseIdentificationSystemDescriptor" + }, + "AlternativeCourseIdentificationCode.AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.alternativeCourseIdentificationCodes[*].assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "AlternativeCourseIdentificationCode.CourseCatalogURL": { + "paths": { + "courseCatalogURL": "$.alternativeCourseIdentificationCodes[*].courseCatalogURL" + }, + "pathOrder": [ + "courseCatalogURL" + ], + "isReference": false + }, + "AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "CourseCatalogURL": { + "paths": { + "courseCatalogURL": "$.courseCatalogURL" + }, + "pathOrder": [ + "courseCatalogURL" + ], + "isReference": false + }, + "CreditCategory": { + "paths": { + "creditCategoryDescriptor": "$.creditCategories[*].creditCategoryDescriptor" + }, + "pathOrder": [ + "creditCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditCategoryDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "PartialCourseTranscriptAwards.AwardDate": { + "paths": { + "awardDate": "$.partialCourseTranscriptAwards[*].awardDate" + }, + "pathOrder": [ + "awardDate" + ], + "isReference": false + }, + "PartialCourseTranscriptAwards.EarnedCredits": { + "paths": { + "earnedCredits": "$.partialCourseTranscriptAwards[*].earnedCredits" + }, + "pathOrder": [ + "earnedCredits" + ], + "isReference": false + }, + "PartialCourseTranscriptAwards.MethodCreditEarned": { + "paths": { + "methodCreditEarnedDescriptor": "$.partialCourseTranscriptAwards[*].methodCreditEarnedDescriptor" + }, + "pathOrder": [ + "methodCreditEarnedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MethodCreditEarnedDescriptor" + }, + "PartialCourseTranscriptAwards.LetterGradeEarned": { + "paths": { + "letterGradeEarned": "$.partialCourseTranscriptAwards[*].letterGradeEarned" + }, + "pathOrder": [ + "letterGradeEarned" + ], + "isReference": false + }, + "PartialCourseTranscriptAwards.NumericGradeEarned": { + "paths": { + "numericGradeEarned": "$.partialCourseTranscriptAwards[*].numericGradeEarned" + }, + "pathOrder": [ + "numericGradeEarned" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "courseAttemptResultDescriptor", + "courseCode", + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ], + "isSubclass": false + }, + "credentials": { + "resourceName": "Credential", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Credential", + "description": "The legal document giving authorization to perform teaching assignment services.", + "type": "object", + "properties": { + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The year, month and day on which an active credential held by an individual was issued." + }, + "endorsements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "endorsement": { + "type": "string", + "description": "Endorsements are attachments to teaching certificates and indicate areas of specialization.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "endorsement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential held by an individual will expire." + }, + "credentialFieldDescriptor": { + "type": "string", + "description": "The field of certification for the certificate (e.g., Mathematics, Music)." + }, + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "issuanceDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential was issued to an individual." + }, + "credentialTypeDescriptor": { + "type": "string", + "description": "An indication of the category of credential an individual holds." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + }, + "teachingCredentialDescriptor": { + "type": "string", + "description": "An indication of the category of a legal document giving authorization to perform teaching assignment services." + }, + "teachingCredentialBasisDescriptor": { + "type": "string", + "description": "An indication of the pre-determined criteria for granting the teaching credential that an individual holds." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the credential.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "issuanceDate", + "credentialTypeDescriptor", + "stateOfIssueStateAbbreviationDescriptor", + "namespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Credential", + "description": "The legal document giving authorization to perform teaching assignment services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The year, month and day on which an active credential held by an individual was issued." + }, + "endorsements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "endorsement": { + "type": "string", + "description": "Endorsements are attachments to teaching certificates and indicate areas of specialization.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "endorsement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential held by an individual will expire." + }, + "credentialFieldDescriptor": { + "type": "string", + "description": "The field of certification for the certificate (e.g., Mathematics, Music)." + }, + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "issuanceDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential was issued to an individual." + }, + "credentialTypeDescriptor": { + "type": "string", + "description": "An indication of the category of credential an individual holds." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + }, + "teachingCredentialDescriptor": { + "type": "string", + "description": "An indication of the category of a legal document giving authorization to perform teaching assignment services." + }, + "teachingCredentialBasisDescriptor": { + "type": "string", + "description": "An indication of the pre-determined criteria for granting the teaching credential that an individual holds." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the credential.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "credentialIdentifier", + "issuanceDate", + "credentialTypeDescriptor", + "stateOfIssueStateAbbreviationDescriptor", + "namespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Credential", + "description": "The legal document giving authorization to perform teaching assignment services.", + "type": "object", + "properties": { + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The year, month and day on which an active credential held by an individual was issued." + }, + "endorsements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "endorsement": { + "type": "string", + "description": "Endorsements are attachments to teaching certificates and indicate areas of specialization.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "endorsement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "expirationDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential held by an individual will expire." + }, + "credentialFieldDescriptor": { + "type": "string", + "description": "The field of certification for the certificate (e.g., Mathematics, Music)." + }, + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "issuanceDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an active credential was issued to an individual." + }, + "credentialTypeDescriptor": { + "type": "string", + "description": "An indication of the category of credential an individual holds." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + }, + "teachingCredentialDescriptor": { + "type": "string", + "description": "An indication of the category of a legal document giving authorization to perform teaching assignment services." + }, + "teachingCredentialBasisDescriptor": { + "type": "string", + "description": "An indication of the pre-determined criteria for granting the teaching credential that an individual holds." + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "namespace": { + "type": "string", + "description": "Namespace for the credential.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CredentialIdentifier", + "StateOfIssueStateAbbreviation" + ], + "documentPathsMapping": { + "EffectiveDate": { + "paths": { + "effectiveDate": "$.effectiveDate" + }, + "pathOrder": [ + "effectiveDate" + ], + "isReference": false + }, + "CredentialEndorsement": { + "paths": { + "endorsement": "$.endorsements[*].endorsement" + }, + "pathOrder": [ + "endorsement" + ], + "isReference": false + }, + "ExpirationDate": { + "paths": { + "expirationDate": "$.expirationDate" + }, + "pathOrder": [ + "expirationDate" + ], + "isReference": false + }, + "CredentialField": { + "paths": { + "credentialFieldDescriptor": "$.credentialFieldDescriptor" + }, + "pathOrder": [ + "credentialFieldDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CredentialFieldDescriptor" + }, + "CredentialIdentifier": { + "paths": { + "credentialIdentifier": "$.credentialIdentifier" + }, + "pathOrder": [ + "credentialIdentifier" + ], + "isReference": false + }, + "IssuanceDate": { + "paths": { + "issuanceDate": "$.issuanceDate" + }, + "pathOrder": [ + "issuanceDate" + ], + "isReference": false + }, + "CredentialType": { + "paths": { + "credentialTypeDescriptor": "$.credentialTypeDescriptor" + }, + "pathOrder": [ + "credentialTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CredentialTypeDescriptor" + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "StateOfIssueStateAbbreviation": { + "paths": { + "stateOfIssueStateAbbreviationDescriptor": "$.stateOfIssueStateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateOfIssueStateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "TeachingCredential": { + "paths": { + "teachingCredentialDescriptor": "$.teachingCredentialDescriptor" + }, + "pathOrder": [ + "teachingCredentialDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TeachingCredentialDescriptor" + }, + "TeachingCredentialBasis": { + "paths": { + "teachingCredentialBasisDescriptor": "$.teachingCredentialBasisDescriptor" + }, + "pathOrder": [ + "teachingCredentialBasisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TeachingCredentialBasisDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ], + "isSubclass": false + }, + "descriptorMappings": { + "resourceName": "DescriptorMapping", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DescriptorMapping", + "description": "A mapping of a descriptor value in one namespace to a descriptor value in another namespace. This can be used to exchange known contextual mappings of enumeration values.", + "type": "object", + "properties": { + "value": { + "type": "string", + "description": "The descriptor value that is being mapped to another value.", + "minLength": 1, + "maxLength": 50 + }, + "namespace": { + "type": "string", + "description": "The namespace of the descriptor value that is being mapped to another value.", + "minLength": 5, + "maxLength": 255 + }, + "mappedValue": { + "type": "string", + "description": "The descriptor value to which the from descriptor value is being mapped to.", + "minLength": 1, + "maxLength": 50 + }, + "mappedNamespace": { + "type": "string", + "description": "The namespace of the descriptor value to which the from descriptor value is mapped to.", + "minLength": 5, + "maxLength": 255 + }, + "modelEntities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "modelEntityDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "modelEntityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "value", + "namespace", + "mappedValue", + "mappedNamespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DescriptorMapping", + "description": "A mapping of a descriptor value in one namespace to a descriptor value in another namespace. This can be used to exchange known contextual mappings of enumeration values.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "value": { + "type": "string", + "description": "The descriptor value that is being mapped to another value.", + "minLength": 1, + "maxLength": 50 + }, + "namespace": { + "type": "string", + "description": "The namespace of the descriptor value that is being mapped to another value.", + "minLength": 5, + "maxLength": 255 + }, + "mappedValue": { + "type": "string", + "description": "The descriptor value to which the from descriptor value is being mapped to.", + "minLength": 1, + "maxLength": 50 + }, + "mappedNamespace": { + "type": "string", + "description": "The namespace of the descriptor value to which the from descriptor value is mapped to.", + "minLength": 5, + "maxLength": 255 + }, + "modelEntities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "modelEntityDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "modelEntityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "value", + "namespace", + "mappedValue", + "mappedNamespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DescriptorMapping", + "description": "A mapping of a descriptor value in one namespace to a descriptor value in another namespace. This can be used to exchange known contextual mappings of enumeration values.", + "type": "object", + "properties": { + "value": { + "type": "string", + "description": "The descriptor value that is being mapped to another value.", + "minLength": 1, + "maxLength": 50 + }, + "namespace": { + "type": "string", + "description": "The namespace of the descriptor value that is being mapped to another value.", + "minLength": 5, + "maxLength": 255 + }, + "mappedValue": { + "type": "string", + "description": "The descriptor value to which the from descriptor value is being mapped to.", + "minLength": 1, + "maxLength": 50 + }, + "mappedNamespace": { + "type": "string", + "description": "The namespace of the descriptor value to which the from descriptor value is mapped to.", + "minLength": 5, + "maxLength": 255 + }, + "modelEntities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "modelEntityDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "modelEntityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Value", + "Namespace", + "MappedValue", + "MappedNamespace" + ], + "documentPathsMapping": { + "Value": { + "paths": { + "value": "$.value" + }, + "pathOrder": [ + "value" + ], + "isReference": false + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "MappedValue": { + "paths": { + "mappedValue": "$.mappedValue" + }, + "pathOrder": [ + "mappedValue" + ], + "isReference": false + }, + "MappedNamespace": { + "paths": { + "mappedNamespace": "$.mappedNamespace" + }, + "pathOrder": [ + "mappedNamespace" + ], + "isReference": false + }, + "ModelEntity": { + "paths": { + "modelEntityDescriptor": "$.modelEntities[*].modelEntityDescriptor" + }, + "pathOrder": [ + "modelEntityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ModelEntityDescriptor" + } + }, + "identityPathOrder": [ + "mappedNamespace", + "mappedValue", + "namespace", + "value" + ], + "isSubclass": false + }, + "disciplineActions": { + "resourceName": "DisciplineAction", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineAction", + "description": "This event entity represents actions taken by an education organization after a disruptive event that is recorded as a discipline incident.", + "type": "object", + "properties": { + "disciplineActionIdentifier": { + "type": "string", + "description": "Identifier assigned by the education organization to the discipline action.", + "minLength": 1, + "maxLength": 36 + }, + "disciplines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "disciplineDate": { + "type": "string", + "format": "date", + "description": "The date of the discipline action." + }, + "disciplineActionLength": { + "type": "number", + "description": "The length of time in school days for the discipline action (e.g. removal, detention), if applicable." + }, + "actualDisciplineActionLength": { + "type": "number", + "description": "Indicates the actual length in school days of a student's disciplinary assignment." + }, + "disciplineActionLengthDifferenceReasonDescriptor": { + "type": "string", + "description": "Indicates the reason for the difference, if any, between the official and actual lengths of a student's disciplinary assignment." + }, + "relatedToZeroTolerancePolicy": { + "type": "boolean", + "description": "An indication of whether or not this disciplinary action taken against a student was imposed as a consequence of state or local zero tolerance policies." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "responsibilitySchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "assignmentSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "iepPlacementMeetingIndicator": { + "type": "boolean", + "description": "An indication as to whether an offense and/or disciplinary action resulted in a meeting of a student's Individualized Education Program (IEP) team to determine appropriate placement." + }, + "studentDisciplineIncidentBehaviorAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentDisciplineIncidentBehaviorAssociationReference": { + "type": "object", + "properties": { + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor", + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentDisciplineIncidentBehaviorAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "disciplineActionIdentifier", + "disciplines", + "disciplineDate", + "studentReference", + "responsibilitySchoolReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineAction", + "description": "This event entity represents actions taken by an education organization after a disruptive event that is recorded as a discipline incident.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "disciplineActionIdentifier": { + "type": "string", + "description": "Identifier assigned by the education organization to the discipline action.", + "minLength": 1, + "maxLength": 36 + }, + "disciplines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "disciplineDate": { + "type": "string", + "format": "date", + "description": "The date of the discipline action." + }, + "disciplineActionLength": { + "type": "number", + "description": "The length of time in school days for the discipline action (e.g. removal, detention), if applicable." + }, + "actualDisciplineActionLength": { + "type": "number", + "description": "Indicates the actual length in school days of a student's disciplinary assignment." + }, + "disciplineActionLengthDifferenceReasonDescriptor": { + "type": "string", + "description": "Indicates the reason for the difference, if any, between the official and actual lengths of a student's disciplinary assignment." + }, + "relatedToZeroTolerancePolicy": { + "type": "boolean", + "description": "An indication of whether or not this disciplinary action taken against a student was imposed as a consequence of state or local zero tolerance policies." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "responsibilitySchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "assignmentSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "iepPlacementMeetingIndicator": { + "type": "boolean", + "description": "An indication as to whether an offense and/or disciplinary action resulted in a meeting of a student's Individualized Education Program (IEP) team to determine appropriate placement." + }, + "studentDisciplineIncidentBehaviorAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentDisciplineIncidentBehaviorAssociationReference": { + "type": "object", + "properties": { + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor", + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentDisciplineIncidentBehaviorAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "disciplineActionIdentifier", + "disciplines", + "disciplineDate", + "studentReference", + "responsibilitySchoolReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineAction", + "description": "This event entity represents actions taken by an education organization after a disruptive event that is recorded as a discipline incident.", + "type": "object", + "properties": { + "disciplineActionIdentifier": { + "type": "string", + "description": "Identifier assigned by the education organization to the discipline action.", + "minLength": 1, + "maxLength": 36 + }, + "disciplines": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "disciplineDate": { + "type": "string", + "format": "date", + "description": "The date of the discipline action." + }, + "disciplineActionLength": { + "type": "number", + "description": "The length of time in school days for the discipline action (e.g. removal, detention), if applicable." + }, + "actualDisciplineActionLength": { + "type": "number", + "description": "Indicates the actual length in school days of a student's disciplinary assignment." + }, + "disciplineActionLengthDifferenceReasonDescriptor": { + "type": "string", + "description": "Indicates the reason for the difference, if any, between the official and actual lengths of a student's disciplinary assignment." + }, + "relatedToZeroTolerancePolicy": { + "type": "boolean", + "description": "An indication of whether or not this disciplinary action taken against a student was imposed as a consequence of state or local zero tolerance policies." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "responsibilitySchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "assignmentSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "iepPlacementMeetingIndicator": { + "type": "boolean", + "description": "An indication as to whether an offense and/or disciplinary action resulted in a meeting of a student's Individualized Education Program (IEP) team to determine appropriate placement." + }, + "studentDisciplineIncidentBehaviorAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentDisciplineIncidentBehaviorAssociationReference": { + "type": "object", + "properties": { + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor", + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentDisciplineIncidentBehaviorAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.studentDisciplineIncidentBehaviorAssociations[*].studentDisciplineIncidentBehaviorAssociationReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + } + ], + "identityFullnames": [ + "DisciplineActionIdentifier", + "DisciplineDate", + "Student" + ], + "documentPathsMapping": { + "DisciplineActionIdentifier": { + "paths": { + "disciplineActionIdentifier": "$.disciplineActionIdentifier" + }, + "pathOrder": [ + "disciplineActionIdentifier" + ], + "isReference": false + }, + "Discipline": { + "paths": { + "disciplineDescriptor": "$.disciplines[*].disciplineDescriptor" + }, + "pathOrder": [ + "disciplineDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineDescriptor" + }, + "DisciplineDate": { + "paths": { + "disciplineDate": "$.disciplineDate" + }, + "pathOrder": [ + "disciplineDate" + ], + "isReference": false + }, + "DisciplineActionLength": { + "paths": { + "disciplineActionLength": "$.disciplineActionLength" + }, + "pathOrder": [ + "disciplineActionLength" + ], + "isReference": false + }, + "ActualDisciplineActionLength": { + "paths": { + "actualDisciplineActionLength": "$.actualDisciplineActionLength" + }, + "pathOrder": [ + "actualDisciplineActionLength" + ], + "isReference": false + }, + "DisciplineActionLengthDifferenceReason": { + "paths": { + "disciplineActionLengthDifferenceReasonDescriptor": "$.disciplineActionLengthDifferenceReasonDescriptor" + }, + "pathOrder": [ + "disciplineActionLengthDifferenceReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineActionLengthDifferenceReasonDescriptor" + }, + "RelatedToZeroTolerancePolicy": { + "paths": { + "relatedToZeroTolerancePolicy": "$.relatedToZeroTolerancePolicy" + }, + "pathOrder": [ + "relatedToZeroTolerancePolicy" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffs[*].staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "ResponsibilitySchool": { + "paths": { + "schoolId": "$.responsibilitySchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "AssignmentSchool": { + "paths": { + "schoolId": "$.assignmentSchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "IEPPlacementMeetingIndicator": { + "paths": { + "iepPlacementMeetingIndicator": "$.iepPlacementMeetingIndicator" + }, + "pathOrder": [ + "iepPlacementMeetingIndicator" + ], + "isReference": false + }, + "StudentDisciplineIncidentBehaviorAssociation": { + "paths": { + "behaviorDescriptor": "$.studentDisciplineIncidentBehaviorAssociations[*].studentDisciplineIncidentBehaviorAssociationReference.behaviorDescriptor", + "incidentIdentifier": "$.studentDisciplineIncidentBehaviorAssociations[*].studentDisciplineIncidentBehaviorAssociationReference.incidentIdentifier", + "schoolId": "$.studentDisciplineIncidentBehaviorAssociations[*].studentDisciplineIncidentBehaviorAssociationReference.schoolId", + "studentUniqueId": "$.studentDisciplineIncidentBehaviorAssociations[*].studentDisciplineIncidentBehaviorAssociationReference.studentUniqueId" + }, + "pathOrder": [ + "behaviorDescriptor", + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentDisciplineIncidentBehaviorAssociation" + } + }, + "identityPathOrder": [ + "disciplineActionIdentifier", + "disciplineDate", + "studentUniqueId" + ], + "isSubclass": false + }, + "disciplineIncidents": { + "resourceName": "DisciplineIncident", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineIncident", + "description": "This event entity represents an occurrence of an infraction ranging from a minor behavioral problem that disrupts the orderly functioning of a school or classroom (such as tardiness) to a criminal act that results in the involvement of a law enforcement official (such as robbery). A single event (e.g., a fight) is one incident regardless of how many perpetrators or victims are involved. Discipline incidents are events classified as warranting discipline action.", + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "incidentDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the discipline incident occurred." + }, + "incidentTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the incident took place." + }, + "incidentLocationDescriptor": { + "type": "string", + "description": "Identifies where the discipline incident occurred and whether or not it occurred on school." + }, + "incidentDescription": { + "type": "string", + "description": "The description for an incident.", + "minLength": 1, + "maxLength": 1024 + }, + "reporterDescriptionDescriptor": { + "type": "string", + "description": "Information on the type of individual who reported the discipline incident. When known and/or if useful, use a more specific option code (e.g., \"Counselor\" rather than \"Professional Staff\")." + }, + "reporterName": { + "type": "string", + "description": "Identifies the reporter of the discipline incident by name.", + "minLength": 1, + "maxLength": 75 + }, + "behaviors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category and provides a detailed description." + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "weapons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "weaponDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "weaponDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "reportedToLawEnforcement": { + "type": "boolean", + "description": "Indicator of whether the incident was reported to law enforcement." + }, + "caseNumber": { + "type": "string", + "description": "The case number assigned to the DisciplineIncident by law enforcement or other organization.", + "minLength": 1, + "maxLength": 20 + }, + "incidentCost": { + "type": "number", + "description": "The value of any quantifiable monetary loss directly resulting from the discipline incident. Examples include the value of repairs necessitated by vandalism of a school facility, or the value of personnel resources used for repairs or consumed by the incident." + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "externalParticipants": { + "type": "array", + "items": { + "type": "object", + "properties": { + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "The role or type of participation of an individual in the discipline incident." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "incidentDate", + "schoolReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineIncident", + "description": "This event entity represents an occurrence of an infraction ranging from a minor behavioral problem that disrupts the orderly functioning of a school or classroom (such as tardiness) to a criminal act that results in the involvement of a law enforcement official (such as robbery). A single event (e.g., a fight) is one incident regardless of how many perpetrators or victims are involved. Discipline incidents are events classified as warranting discipline action.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "incidentDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the discipline incident occurred." + }, + "incidentTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the incident took place." + }, + "incidentLocationDescriptor": { + "type": "string", + "description": "Identifies where the discipline incident occurred and whether or not it occurred on school." + }, + "incidentDescription": { + "type": "string", + "description": "The description for an incident.", + "minLength": 1, + "maxLength": 1024 + }, + "reporterDescriptionDescriptor": { + "type": "string", + "description": "Information on the type of individual who reported the discipline incident. When known and/or if useful, use a more specific option code (e.g., \"Counselor\" rather than \"Professional Staff\")." + }, + "reporterName": { + "type": "string", + "description": "Identifies the reporter of the discipline incident by name.", + "minLength": 1, + "maxLength": 75 + }, + "behaviors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category and provides a detailed description." + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "weapons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "weaponDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "weaponDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "reportedToLawEnforcement": { + "type": "boolean", + "description": "Indicator of whether the incident was reported to law enforcement." + }, + "caseNumber": { + "type": "string", + "description": "The case number assigned to the DisciplineIncident by law enforcement or other organization.", + "minLength": 1, + "maxLength": 20 + }, + "incidentCost": { + "type": "number", + "description": "The value of any quantifiable monetary loss directly resulting from the discipline incident. Examples include the value of repairs necessitated by vandalism of a school facility, or the value of personnel resources used for repairs or consumed by the incident." + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "externalParticipants": { + "type": "array", + "items": { + "type": "object", + "properties": { + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "The role or type of participation of an individual in the discipline incident." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "incidentIdentifier", + "incidentDate", + "schoolReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.DisciplineIncident", + "description": "This event entity represents an occurrence of an infraction ranging from a minor behavioral problem that disrupts the orderly functioning of a school or classroom (such as tardiness) to a criminal act that results in the involvement of a law enforcement official (such as robbery). A single event (e.g., a fight) is one incident regardless of how many perpetrators or victims are involved. Discipline incidents are events classified as warranting discipline action.", + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "incidentDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the discipline incident occurred." + }, + "incidentTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the incident took place." + }, + "incidentLocationDescriptor": { + "type": "string", + "description": "Identifies where the discipline incident occurred and whether or not it occurred on school." + }, + "incidentDescription": { + "type": "string", + "description": "The description for an incident.", + "minLength": 1, + "maxLength": 1024 + }, + "reporterDescriptionDescriptor": { + "type": "string", + "description": "Information on the type of individual who reported the discipline incident. When known and/or if useful, use a more specific option code (e.g., \"Counselor\" rather than \"Professional Staff\")." + }, + "reporterName": { + "type": "string", + "description": "Identifies the reporter of the discipline incident by name.", + "minLength": 1, + "maxLength": 75 + }, + "behaviors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category and provides a detailed description." + } + }, + "additionalProperties": false, + "required": [ + "behaviorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "weapons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "weaponDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "weaponDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "reportedToLawEnforcement": { + "type": "boolean", + "description": "Indicator of whether the incident was reported to law enforcement." + }, + "caseNumber": { + "type": "string", + "description": "The case number assigned to the DisciplineIncident by law enforcement or other organization.", + "minLength": 1, + "maxLength": 20 + }, + "incidentCost": { + "type": "number", + "description": "The value of any quantifiable monetary loss directly resulting from the discipline incident. Examples include the value of repairs necessitated by vandalism of a school facility, or the value of personnel resources used for repairs or consumed by the incident." + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "externalParticipants": { + "type": "array", + "items": { + "type": "object", + "properties": { + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "The role or type of participation of an individual in the discipline incident." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "IncidentIdentifier", + "School" + ], + "documentPathsMapping": { + "IncidentIdentifier": { + "paths": { + "incidentIdentifier": "$.incidentIdentifier" + }, + "pathOrder": [ + "incidentIdentifier" + ], + "isReference": false + }, + "IncidentDate": { + "paths": { + "incidentDate": "$.incidentDate" + }, + "pathOrder": [ + "incidentDate" + ], + "isReference": false + }, + "IncidentTime": { + "paths": { + "incidentTime": "$.incidentTime" + }, + "pathOrder": [ + "incidentTime" + ], + "isReference": false + }, + "IncidentLocation": { + "paths": { + "incidentLocationDescriptor": "$.incidentLocationDescriptor" + }, + "pathOrder": [ + "incidentLocationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IncidentLocationDescriptor" + }, + "IncidentDescription": { + "paths": { + "incidentDescription": "$.incidentDescription" + }, + "pathOrder": [ + "incidentDescription" + ], + "isReference": false + }, + "ReporterDescription": { + "paths": { + "reporterDescriptionDescriptor": "$.reporterDescriptionDescriptor" + }, + "pathOrder": [ + "reporterDescriptionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReporterDescriptionDescriptor" + }, + "ReporterName": { + "paths": { + "reporterName": "$.reporterName" + }, + "pathOrder": [ + "reporterName" + ], + "isReference": false + }, + "Behavior.BehaviorDetailedDescription": { + "paths": { + "behaviorDetailedDescription": "$.behaviors[*].behaviorDetailedDescription" + }, + "pathOrder": [ + "behaviorDetailedDescription" + ], + "isReference": false + }, + "Behavior.Behavior": { + "paths": { + "behaviorDescriptor": "$.behaviors[*].behaviorDescriptor" + }, + "pathOrder": [ + "behaviorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "BehaviorDescriptor" + }, + "Weapon": { + "paths": { + "weaponDescriptor": "$.weapons[*].weaponDescriptor" + }, + "pathOrder": [ + "weaponDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "WeaponDescriptor" + }, + "ReportedToLawEnforcement": { + "paths": { + "reportedToLawEnforcement": "$.reportedToLawEnforcement" + }, + "pathOrder": [ + "reportedToLawEnforcement" + ], + "isReference": false + }, + "CaseNumber": { + "paths": { + "caseNumber": "$.caseNumber" + }, + "pathOrder": [ + "caseNumber" + ], + "isReference": false + }, + "IncidentCost": { + "paths": { + "incidentCost": "$.incidentCost" + }, + "pathOrder": [ + "incidentCost" + ], + "isReference": false + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "DisciplineIncidentExternalParticipant.FirstName": { + "paths": { + "firstName": "$.externalParticipants[*].firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "DisciplineIncidentExternalParticipant.LastSurname": { + "paths": { + "lastSurname": "$.externalParticipants[*].lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "DisciplineIncidentExternalParticipant.DisciplineIncidentParticipationCode": { + "paths": { + "disciplineIncidentParticipationCodeDescriptor": "$.externalParticipants[*].disciplineIncidentParticipationCodeDescriptor" + }, + "pathOrder": [ + "disciplineIncidentParticipationCodeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineIncidentParticipationCodeDescriptor" + } + }, + "identityPathOrder": [ + "incidentIdentifier", + "schoolId" + ], + "isSubclass": false + }, + "educationContents": { + "resourceName": "EducationContent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationContent", + "description": "This entity represents materials for students or teachers that can be used for teaching, learning, research, and more. Education content includes full courses, course materials, modules, intervention descriptions, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.", + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + }, + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "shortDescription": { + "type": "string", + "description": "A short description or name of the entity.", + "minLength": 1, + "maxLength": 75 + }, + "description": { + "type": "string", + "description": "An extended written representation of the education content.", + "minLength": 1, + "maxLength": 1024 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The individual credited with the creation of the resource.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "additionalAuthorsIndicator": { + "type": "boolean", + "description": "Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation \"et al\"." + }, + "publisher": { + "type": "string", + "description": "The organization credited with publishing the resource.", + "minLength": 1, + "maxLength": 50 + }, + "timeRequired": { + "type": "number", + "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience." + }, + "interactivityStyleDescriptor": { + "type": "string", + "description": "The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed." + }, + "contentClassDescriptor": { + "type": "string", + "description": "The predominate type or kind characterizing the learning resource." + }, + "useRightsURL": { + "type": "string", + "description": "The URL where the owner specifies permissions for using the resource.", + "minLength": 5, + "maxLength": 255 + }, + "derivativeSourceEducationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceEducationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceEducationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceLearningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceLearningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceLearningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 10 + }, + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false + }, + "cost": { + "type": "number", + "description": "An amount that has to be paid or spent to buy or obtain the education content." + }, + "costRateDescriptor": { + "type": "string", + "description": "The rate by which the cost applies." + }, + "namespace": { + "type": "string", + "description": "Namespace for the education content.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier", + "namespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationContent", + "description": "This entity represents materials for students or teachers that can be used for teaching, learning, research, and more. Education content includes full courses, course materials, modules, intervention descriptions, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + }, + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "shortDescription": { + "type": "string", + "description": "A short description or name of the entity.", + "minLength": 1, + "maxLength": 75 + }, + "description": { + "type": "string", + "description": "An extended written representation of the education content.", + "minLength": 1, + "maxLength": 1024 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The individual credited with the creation of the resource.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "additionalAuthorsIndicator": { + "type": "boolean", + "description": "Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation \"et al\"." + }, + "publisher": { + "type": "string", + "description": "The organization credited with publishing the resource.", + "minLength": 1, + "maxLength": 50 + }, + "timeRequired": { + "type": "number", + "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience." + }, + "interactivityStyleDescriptor": { + "type": "string", + "description": "The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed." + }, + "contentClassDescriptor": { + "type": "string", + "description": "The predominate type or kind characterizing the learning resource." + }, + "useRightsURL": { + "type": "string", + "description": "The URL where the owner specifies permissions for using the resource.", + "minLength": 5, + "maxLength": 255 + }, + "derivativeSourceEducationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceEducationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceEducationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceLearningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceLearningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceLearningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 10 + }, + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false + }, + "cost": { + "type": "number", + "description": "An amount that has to be paid or spent to buy or obtain the education content." + }, + "costRateDescriptor": { + "type": "string", + "description": "The rate by which the cost applies." + }, + "namespace": { + "type": "string", + "description": "Namespace for the education content.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "contentIdentifier", + "namespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationContent", + "description": "This entity represents materials for students or teachers that can be used for teaching, learning, research, and more. Education content includes full courses, course materials, modules, intervention descriptions, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.", + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + }, + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + }, + "shortDescription": { + "type": "string", + "description": "A short description or name of the entity.", + "minLength": 1, + "maxLength": 75 + }, + "description": { + "type": "string", + "description": "An extended written representation of the education content.", + "minLength": 1, + "maxLength": 1024 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The individual credited with the creation of the resource.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "additionalAuthorsIndicator": { + "type": "boolean", + "description": "Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation \"et al\"." + }, + "publisher": { + "type": "string", + "description": "The organization credited with publishing the resource.", + "minLength": 1, + "maxLength": 50 + }, + "timeRequired": { + "type": "number", + "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience." + }, + "interactivityStyleDescriptor": { + "type": "string", + "description": "The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed." + }, + "contentClassDescriptor": { + "type": "string", + "description": "The predominate type or kind characterizing the learning resource." + }, + "useRightsURL": { + "type": "string", + "description": "The URL where the owner specifies permissions for using the resource.", + "minLength": 5, + "maxLength": 255 + }, + "derivativeSourceEducationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceEducationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceEducationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceLearningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceLearningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceLearningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "derivativeSourceURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "derivativeSourceURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "derivativeSourceURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 10 + }, + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false + }, + "cost": { + "type": "number", + "description": "An amount that has to be paid or spent to buy or obtain the education content." + }, + "costRateDescriptor": { + "type": "string", + "description": "The rate by which the cost applies." + }, + "namespace": { + "type": "string", + "description": "Namespace for the education content.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "ContentIdentifier" + ], + "documentPathsMapping": { + "ContentIdentifier": { + "paths": { + "contentIdentifier": "$.contentIdentifier" + }, + "pathOrder": [ + "contentIdentifier" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResourceMetadataURI": { + "paths": { + "learningResourceMetadataURI": "$.learningResourceMetadataURI" + }, + "pathOrder": [ + "learningResourceMetadataURI" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.ShortDescription": { + "paths": { + "shortDescription": "$.shortDescription" + }, + "pathOrder": [ + "shortDescription" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.Description": { + "paths": { + "description": "$.description" + }, + "pathOrder": [ + "description" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.Author": { + "paths": { + "author": "$.authors[*].author" + }, + "pathOrder": [ + "author" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.AdditionalAuthorsIndicator": { + "paths": { + "additionalAuthorsIndicator": "$.additionalAuthorsIndicator" + }, + "pathOrder": [ + "additionalAuthorsIndicator" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.Publisher": { + "paths": { + "publisher": "$.publisher" + }, + "pathOrder": [ + "publisher" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.TimeRequired": { + "paths": { + "timeRequired": "$.timeRequired" + }, + "pathOrder": [ + "timeRequired" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.InteractivityStyle": { + "paths": { + "interactivityStyleDescriptor": "$.interactivityStyleDescriptor" + }, + "pathOrder": [ + "interactivityStyleDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InteractivityStyleDescriptor" + }, + "LearningResourceChoice.LearningResource.ContentClass": { + "paths": { + "contentClassDescriptor": "$.contentClassDescriptor" + }, + "pathOrder": [ + "contentClassDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ContentClassDescriptor" + }, + "LearningResourceChoice.LearningResource.UseRightsURL": { + "paths": { + "useRightsURL": "$.useRightsURL" + }, + "pathOrder": [ + "useRightsURL" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.DerivativeSourceEducationContentSource.EducationContent": { + "paths": { + "contentIdentifier": "$.derivativeSourceEducationContents[*].derivativeSourceEducationContentReference.contentIdentifier" + }, + "pathOrder": [ + "contentIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationContent" + }, + "LearningResourceChoice.LearningResource.DerivativeSourceEducationContentSource.LearningResourceMetadataURI": { + "paths": { + "derivativeSourceLearningResourceMetadataURI": "$.derivativeSourceLearningResourceMetadataURIs[*].derivativeSourceLearningResourceMetadataURI" + }, + "pathOrder": [ + "derivativeSourceLearningResourceMetadataURI" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.DerivativeSourceEducationContentSource.URI": { + "paths": { + "derivativeSourceURI": "$.derivativeSourceURIs[*].derivativeSourceURI" + }, + "pathOrder": [ + "derivativeSourceURI" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.PublicationDateChoice.PublicationDate": { + "paths": { + "publicationDate": "$.publicationDate" + }, + "pathOrder": [ + "publicationDate" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.PublicationDateChoice.PublicationYear": { + "paths": { + "publicationYear": "$.publicationYear" + }, + "pathOrder": [ + "publicationYear" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.AppropriateSex": { + "paths": { + "sexDescriptor": "$.appropriateSexes[*].sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "LearningResourceChoice.LearningResource.AppropriateGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.appropriateGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "LearningResourceChoice.LearningResource.Language": { + "paths": { + "languageDescriptor": "$.languages[*].languageDescriptor" + }, + "pathOrder": [ + "languageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "LearningResourceChoice.LearningResource.Version": { + "paths": { + "version": "$.version" + }, + "pathOrder": [ + "version" + ], + "isReference": false + }, + "LearningResourceChoice.LearningResource.LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "Cost": { + "paths": { + "cost": "$.cost" + }, + "pathOrder": [ + "cost" + ], + "isReference": false + }, + "CostRate": { + "paths": { + "costRateDescriptor": "$.costRateDescriptor" + }, + "pathOrder": [ + "costRateDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CostRateDescriptor" + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "contentIdentifier" + ], + "isSubclass": false + }, + "functionDimensions": { + "resourceName": "FunctionDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FunctionDimension", + "description": "The NCES function accounting dimension representing an expenditure. The function describes the activity for which a service or material object is acquired. The functions of a school district are generally classified into five broad areas, including instruction, support services, operation of non-instructional services, facilities acquisition and construction, and debt service.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account function dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FunctionDimension", + "description": "The NCES function accounting dimension representing an expenditure. The function describes the activity for which a service or material object is acquired. The functions of a school district are generally classified into five broad areas, including instruction, support services, operation of non-instructional services, facilities acquisition and construction, and debt service.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account function dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FunctionDimension", + "description": "The NCES function accounting dimension representing an expenditure. The function describes the activity for which a service or material object is acquired. The functions of a school district are generally classified into five broad areas, including instruction, support services, operation of non-instructional services, facilities acquisition and construction, and debt service.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account function dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account function dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account function dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "fundDimensions": { + "resourceName": "FundDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FundDimension", + "description": "The NCES fund accounting dimension. A fund is a fiscal and accounting entity with a self-balancing set of accounts recording cash and other financial resources, together with all related liabilities and residual equities or balances, and changes therein, which are segregated for the purpose of carrying on specific activities or attaining certain objectives in accordance with special regulations, restrictions, or limitations.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account fund dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FundDimension", + "description": "The NCES fund accounting dimension. A fund is a fiscal and accounting entity with a self-balancing set of accounts recording cash and other financial resources, together with all related liabilities and residual equities or balances, and changes therein, which are segregated for the purpose of carrying on specific activities or attaining certain objectives in accordance with special regulations, restrictions, or limitations.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account fund dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FundDimension", + "description": "The NCES fund accounting dimension. A fund is a fiscal and accounting entity with a self-balancing set of accounts recording cash and other financial resources, together with all related liabilities and residual equities or balances, and changes therein, which are segregated for the purpose of carrying on specific activities or attaining certain objectives in accordance with special regulations, restrictions, or limitations.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account fund dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account fund dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account fund dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "grades": { + "resourceName": "Grade", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Grade", + "description": "This educational entity represents an overall score or assessment tied to a course over a period of time (i.e., the grading period). Student grades are usually a compilation of marks and other scores.", + "type": "object", + "properties": { + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A conversion of the level to a standard set of performance levels." + }, + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandardGrades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A performance level that describes the student proficiency." + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "currentGradeIndicator": { + "type": "boolean", + "description": "An indicator that the posted grade is an interim grade for the grading period and not the final grade." + }, + "currentGradeAsOfDate": { + "type": "string", + "format": "date", + "description": "As-Of date for a grade posted as the current grade." + }, + "gradeEarnedDescription": { + "type": "string", + "description": "A description of the grade earned by the learner.", + "minLength": 0, + "maxLength": 64 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "gradeTypeDescriptor", + "studentSectionAssociationReference", + "gradingPeriodReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Grade", + "description": "This educational entity represents an overall score or assessment tied to a course over a period of time (i.e., the grading period). Student grades are usually a compilation of marks and other scores.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A conversion of the level to a standard set of performance levels." + }, + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandardGrades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A performance level that describes the student proficiency." + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "currentGradeIndicator": { + "type": "boolean", + "description": "An indicator that the posted grade is an interim grade for the grading period and not the final grade." + }, + "currentGradeAsOfDate": { + "type": "string", + "format": "date", + "description": "As-Of date for a grade posted as the current grade." + }, + "gradeEarnedDescription": { + "type": "string", + "description": "A description of the grade earned by the learner.", + "minLength": 0, + "maxLength": 64 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "gradeTypeDescriptor", + "studentSectionAssociationReference", + "gradingPeriodReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Grade", + "description": "This educational entity represents an overall score or assessment tied to a course over a period of time (i.e., the grading period). Student grades are usually a compilation of marks and other scores.", + "type": "object", + "properties": { + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A conversion of the level to a standard set of performance levels." + }, + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandardGrades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance for a learning standard as submitted by the instructor." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "performanceBaseConversionDescriptor": { + "type": "string", + "description": "A performance level that describes the student proficiency." + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "currentGradeIndicator": { + "type": "boolean", + "description": "An indicator that the posted grade is an interim grade for the grading period and not the final grade." + }, + "currentGradeAsOfDate": { + "type": "string", + "format": "date", + "description": "As-Of date for a grade posted as the current grade." + }, + "gradeEarnedDescription": { + "type": "string", + "description": "A description of the grade earned by the learner.", + "minLength": 0, + "maxLength": 64 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.gradingPeriodReference.schoolId", + "targetJsonPath": "$.studentSectionAssociationReference.schoolId" + }, + { + "sourceJsonPath": "$.gradingPeriodReference.schoolYear", + "targetJsonPath": "$.studentSectionAssociationReference.schoolYear" + } + ], + "identityFullnames": [ + "GradeType", + "StudentSectionAssociation", + "GradingPeriod" + ], + "documentPathsMapping": { + "LetterGradeEarned": { + "paths": { + "letterGradeEarned": "$.letterGradeEarned" + }, + "pathOrder": [ + "letterGradeEarned" + ], + "isReference": false + }, + "NumericGradeEarned": { + "paths": { + "numericGradeEarned": "$.numericGradeEarned" + }, + "pathOrder": [ + "numericGradeEarned" + ], + "isReference": false + }, + "DiagnosticStatement": { + "paths": { + "diagnosticStatement": "$.diagnosticStatement" + }, + "pathOrder": [ + "diagnosticStatement" + ], + "isReference": false + }, + "GradeType": { + "paths": { + "gradeTypeDescriptor": "$.gradeTypeDescriptor" + }, + "pathOrder": [ + "gradeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeTypeDescriptor" + }, + "PerformanceBaseConversion": { + "paths": { + "performanceBaseConversionDescriptor": "$.performanceBaseConversionDescriptor" + }, + "pathOrder": [ + "performanceBaseConversionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceBaseConversionDescriptor" + }, + "StudentSectionAssociation": { + "paths": { + "beginDate": "$.studentSectionAssociationReference.beginDate", + "localCourseCode": "$.studentSectionAssociationReference.localCourseCode", + "schoolId": "$.studentSectionAssociationReference.schoolId", + "schoolYear": "$.studentSectionAssociationReference.schoolYear", + "sectionIdentifier": "$.studentSectionAssociationReference.sectionIdentifier", + "sessionName": "$.studentSectionAssociationReference.sessionName", + "studentUniqueId": "$.studentSectionAssociationReference.studentUniqueId" + }, + "pathOrder": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentSectionAssociation" + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriodReference.gradingPeriodDescriptor", + "periodSequence": "$.gradingPeriodReference.periodSequence", + "schoolId": "$.gradingPeriodReference.schoolId", + "schoolYear": "$.gradingPeriodReference.schoolYear" + }, + "pathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradingPeriod" + }, + "LearningStandardGrade.LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandardGrades[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "LearningStandardGrade.LetterGradeEarned": { + "paths": { + "letterGradeEarned": "$.learningStandardGrades[*].letterGradeEarned" + }, + "pathOrder": [ + "letterGradeEarned" + ], + "isReference": false + }, + "LearningStandardGrade.NumericGradeEarned": { + "paths": { + "numericGradeEarned": "$.learningStandardGrades[*].numericGradeEarned" + }, + "pathOrder": [ + "numericGradeEarned" + ], + "isReference": false + }, + "LearningStandardGrade.DiagnosticStatement": { + "paths": { + "diagnosticStatement": "$.learningStandardGrades[*].diagnosticStatement" + }, + "pathOrder": [ + "diagnosticStatement" + ], + "isReference": false + }, + "LearningStandardGrade.PerformanceBaseConversion": { + "paths": { + "performanceBaseConversionDescriptor": "$.learningStandardGrades[*].performanceBaseConversionDescriptor" + }, + "pathOrder": [ + "performanceBaseConversionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceBaseConversionDescriptor" + }, + "CurrentGradeIndicator": { + "paths": { + "currentGradeIndicator": "$.currentGradeIndicator" + }, + "pathOrder": [ + "currentGradeIndicator" + ], + "isReference": false + }, + "CurrentGradeAsOfDate": { + "paths": { + "currentGradeAsOfDate": "$.currentGradeAsOfDate" + }, + "pathOrder": [ + "currentGradeAsOfDate" + ], + "isReference": false + }, + "GradeEarnedDescription": { + "paths": { + "gradeEarnedDescription": "$.gradeEarnedDescription" + }, + "pathOrder": [ + "gradeEarnedDescription" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "gradeTypeDescriptor", + "gradingPeriodDescriptor", + "localCourseCode", + "periodSequence", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isSubclass": false + }, + "gradebookEntries": { + "resourceName": "GradebookEntry", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradebookEntry", + "description": "This entity represents an assignment, homework, or classroom assessment to be recorded in a gradebook.", + "type": "object", + "properties": { + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + }, + "sourceSectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "dateAssigned": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment was assigned or executed." + }, + "title": { + "type": "string", + "description": "The name or title of the activity to be recorded in the gradebook entry.", + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "A description of the assignment, homework, or classroom assessment.", + "minLength": 1, + "maxLength": 1024 + }, + "dueDate": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment is due." + }, + "dueTime": { + "type": "string", + "format": "time", + "description": "The time the assignment, homework, or assessment is due." + }, + "gradebookEntryTypeDescriptor": { + "type": "string", + "description": "The type of the gradebook entry." + }, + "maxPoints": { + "type": "number", + "description": "The maximum number of points that can be earned for the submission." + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "gradebookEntryIdentifier", + "namespace", + "sourceSectionIdentifier", + "dateAssigned", + "title" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradebookEntry", + "description": "This entity represents an assignment, homework, or classroom assessment to be recorded in a gradebook.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + }, + "sourceSectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "dateAssigned": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment was assigned or executed." + }, + "title": { + "type": "string", + "description": "The name or title of the activity to be recorded in the gradebook entry.", + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "A description of the assignment, homework, or classroom assessment.", + "minLength": 1, + "maxLength": 1024 + }, + "dueDate": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment is due." + }, + "dueTime": { + "type": "string", + "format": "time", + "description": "The time the assignment, homework, or assessment is due." + }, + "gradebookEntryTypeDescriptor": { + "type": "string", + "description": "The type of the gradebook entry." + }, + "maxPoints": { + "type": "number", + "description": "The maximum number of points that can be earned for the submission." + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "gradebookEntryIdentifier", + "namespace", + "sourceSectionIdentifier", + "dateAssigned", + "title" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradebookEntry", + "description": "This entity represents an assignment, homework, or classroom assessment to be recorded in a gradebook.", + "type": "object", + "properties": { + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + }, + "sourceSectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "dateAssigned": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment was assigned or executed." + }, + "title": { + "type": "string", + "description": "The name or title of the activity to be recorded in the gradebook entry.", + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "A description of the assignment, homework, or classroom assessment.", + "minLength": 1, + "maxLength": 1024 + }, + "dueDate": { + "type": "string", + "format": "date", + "description": "The date the assignment, homework, or assessment is due." + }, + "dueTime": { + "type": "string", + "format": "time", + "description": "The time the assignment, homework, or assessment is due." + }, + "gradebookEntryTypeDescriptor": { + "type": "string", + "description": "The type of the gradebook entry." + }, + "maxPoints": { + "type": "number", + "description": "The maximum number of points that can be earned for the submission." + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.gradingPeriodReference.schoolId", + "targetJsonPath": "$.sectionReference.schoolId" + }, + { + "sourceJsonPath": "$.gradingPeriodReference.schoolYear", + "targetJsonPath": "$.sectionReference.schoolYear" + } + ], + "identityFullnames": [ + "GradebookEntryIdentifier", + "Namespace" + ], + "documentPathsMapping": { + "GradebookEntryIdentifier": { + "paths": { + "gradebookEntryIdentifier": "$.gradebookEntryIdentifier" + }, + "pathOrder": [ + "gradebookEntryIdentifier" + ], + "isReference": false + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "SourceSectionIdentifier": { + "paths": { + "sourceSectionIdentifier": "$.sourceSectionIdentifier" + }, + "pathOrder": [ + "sourceSectionIdentifier" + ], + "isReference": false + }, + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "DateAssigned": { + "paths": { + "dateAssigned": "$.dateAssigned" + }, + "pathOrder": [ + "dateAssigned" + ], + "isReference": false + }, + "Title": { + "paths": { + "title": "$.title" + }, + "pathOrder": [ + "title" + ], + "isReference": false + }, + "Description": { + "paths": { + "description": "$.description" + }, + "pathOrder": [ + "description" + ], + "isReference": false + }, + "DueDate": { + "paths": { + "dueDate": "$.dueDate" + }, + "pathOrder": [ + "dueDate" + ], + "isReference": false + }, + "DueTime": { + "paths": { + "dueTime": "$.dueTime" + }, + "pathOrder": [ + "dueTime" + ], + "isReference": false + }, + "GradebookEntryType": { + "paths": { + "gradebookEntryTypeDescriptor": "$.gradebookEntryTypeDescriptor" + }, + "pathOrder": [ + "gradebookEntryTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradebookEntryTypeDescriptor" + }, + "MaxPoints": { + "paths": { + "maxPoints": "$.maxPoints" + }, + "pathOrder": [ + "maxPoints" + ], + "isReference": false + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriodReference.gradingPeriodDescriptor", + "periodSequence": "$.gradingPeriodReference.periodSequence", + "schoolId": "$.gradingPeriodReference.schoolId", + "schoolYear": "$.gradingPeriodReference.schoolYear" + }, + "pathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradingPeriod" + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + } + }, + "identityPathOrder": [ + "gradebookEntryIdentifier", + "namespace" + ], + "isSubclass": false + }, + "gradingPeriods": { + "resourceName": "GradingPeriod", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradingPeriod", + "description": "This entity represents the time span for which grades are reported.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the grading period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of the grading period." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "Total days available for educational instruction during the grading period.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "schoolReference", + "gradingPeriodDescriptor", + "periodSequence", + "schoolYearTypeReference", + "beginDate", + "endDate", + "totalInstructionalDays" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradingPeriod", + "description": "This entity represents the time span for which grades are reported.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the grading period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of the grading period." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "Total days available for educational instruction during the grading period.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "schoolReference", + "gradingPeriodDescriptor", + "periodSequence", + "schoolYearTypeReference", + "beginDate", + "endDate", + "totalInstructionalDays" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GradingPeriod", + "description": "This entity represents the time span for which grades are reported.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the grading period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of the grading period." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "Total days available for educational instruction during the grading period.", + "minimum": 0 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "School", + "GradingPeriod", + "PeriodSequence", + "SchoolYear" + ], + "documentPathsMapping": { + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriodDescriptor" + }, + "pathOrder": [ + "gradingPeriodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradingPeriodDescriptor" + }, + "PeriodSequence": { + "paths": { + "periodSequence": "$.periodSequence" + }, + "pathOrder": [ + "periodSequence" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "TotalInstructionalDays": { + "paths": { + "totalInstructionalDays": "$.totalInstructionalDays" + }, + "pathOrder": [ + "totalInstructionalDays" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isSubclass": false + }, + "graduationPlans": { + "resourceName": "GraduationPlan", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GraduationPlan", + "description": "This entity is a plan outlining the required credits, credits by subject, credits by course, and other criteria required for graduation. A graduation plan may be one or more standard plans defined by an education organization and/or individual plans for some or all students.", + "type": "object", + "properties": { + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "individualPlan": { + "type": "boolean", + "description": "An indicator of whether the graduation plan is tailored for an individual." + }, + "totalRequiredCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "creditsBySubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the graduation requirement." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCourses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseSetName": { + "type": "string", + "description": "Identifying name given to a collection of courses.", + "minLength": 1, + "maxLength": 120 + }, + "courses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + } + }, + "additionalProperties": false, + "required": [ + "courseReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "The grade level when the student is planned to take the course." + } + }, + "additionalProperties": false, + "required": [ + "courseSetName", + "courses", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCreditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "A categorization for the course transcript credits awarded in the course transcript." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "graduationSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "requiredAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevel": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "graduationPlanTypeDescriptor", + "totalRequiredCredits", + "educationOrganizationReference", + "graduationSchoolYearTypeReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GraduationPlan", + "description": "This entity is a plan outlining the required credits, credits by subject, credits by course, and other criteria required for graduation. A graduation plan may be one or more standard plans defined by an education organization and/or individual plans for some or all students.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "individualPlan": { + "type": "boolean", + "description": "An indicator of whether the graduation plan is tailored for an individual." + }, + "totalRequiredCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "creditsBySubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the graduation requirement." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCourses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseSetName": { + "type": "string", + "description": "Identifying name given to a collection of courses.", + "minLength": 1, + "maxLength": 120 + }, + "courses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + } + }, + "additionalProperties": false, + "required": [ + "courseReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "The grade level when the student is planned to take the course." + } + }, + "additionalProperties": false, + "required": [ + "courseSetName", + "courses", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCreditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "A categorization for the course transcript credits awarded in the course transcript." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "graduationSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "requiredAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevel": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "graduationPlanTypeDescriptor", + "totalRequiredCredits", + "educationOrganizationReference", + "graduationSchoolYearTypeReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.GraduationPlan", + "description": "This entity is a plan outlining the required credits, credits by subject, credits by course, and other criteria required for graduation. A graduation plan may be one or more standard plans defined by an education organization and/or individual plans for some or all students.", + "type": "object", + "properties": { + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "individualPlan": { + "type": "boolean", + "description": "An indicator of whether the graduation plan is tailored for an individual." + }, + "totalRequiredCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "totalRequiredCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "creditsBySubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the graduation requirement." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCourses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseSetName": { + "type": "string", + "description": "Identifying name given to a collection of courses.", + "minLength": 1, + "maxLength": 120 + }, + "courses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + } + }, + "additionalProperties": false, + "required": [ + "courseReference" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "whenTakenGradeLevelDescriptor": { + "type": "string", + "description": "The grade level when the student is planned to take the course." + } + }, + "additionalProperties": false, + "required": [ + "courseSetName", + "courses", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "creditsByCreditCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "creditCategoryDescriptor": { + "type": "string", + "description": "A categorization for the course transcript credits awarded in the course transcript." + }, + "credits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "creditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "creditConversion": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + } + }, + "additionalProperties": false, + "required": [ + "creditCategoryDescriptor", + "credits" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "graduationSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "requiredAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevel": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "GraduationPlanType", + "EducationOrganization", + "GraduationSchoolYear" + ], + "documentPathsMapping": { + "GraduationPlanType": { + "paths": { + "graduationPlanTypeDescriptor": "$.graduationPlanTypeDescriptor" + }, + "pathOrder": [ + "graduationPlanTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GraduationPlanTypeDescriptor" + }, + "IndividualPlan": { + "paths": { + "individualPlan": "$.individualPlan" + }, + "pathOrder": [ + "individualPlan" + ], + "isReference": false + }, + "TotalRequiredCredits.Credits": { + "paths": { + "totalRequiredCredits": "$.totalRequiredCredits" + }, + "pathOrder": [ + "totalRequiredCredits" + ], + "isReference": false + }, + "TotalRequiredCredits.CreditType": { + "paths": { + "totalRequiredCreditTypeDescriptor": "$.totalRequiredCreditTypeDescriptor" + }, + "pathOrder": [ + "totalRequiredCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "TotalRequiredCredits.CreditConversion": { + "paths": { + "totalRequiredCreditConversions": "$.totalRequiredCreditConversions" + }, + "pathOrder": [ + "totalRequiredCreditConversions" + ], + "isReference": false + }, + "CreditsBySubject.AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.creditsBySubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "CreditsBySubject.Credits.Credits": { + "paths": { + "credits": "$.creditsBySubjects[*].credits" + }, + "pathOrder": [ + "credits" + ], + "isReference": false + }, + "CreditsBySubject.Credits.CreditType": { + "paths": { + "creditTypeDescriptor": "$.creditsBySubjects[*].creditTypeDescriptor" + }, + "pathOrder": [ + "creditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "CreditsBySubject.Credits.CreditConversion": { + "paths": { + "creditConversion": "$.creditsBySubjects[*].creditConversion" + }, + "pathOrder": [ + "creditConversion" + ], + "isReference": false + }, + "CreditsByCourse.CourseSetName": { + "paths": { + "courseSetName": "$.creditsByCourses[*].courseSetName" + }, + "pathOrder": [ + "courseSetName" + ], + "isReference": false + }, + "CreditsByCourse.Course": { + "paths": { + "courseCode": "$.creditsByCourses[*].courses[*].courseReference.courseCode", + "educationOrganizationId": "$.creditsByCourses[*].courses[*].courseReference.educationOrganizationId" + }, + "pathOrder": [ + "courseCode", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Course" + }, + "CreditsByCourse.Credits.Credits": { + "paths": { + "credits": "$.creditsByCourses[*].credits" + }, + "pathOrder": [ + "credits" + ], + "isReference": false + }, + "CreditsByCourse.Credits.CreditType": { + "paths": { + "creditTypeDescriptor": "$.creditsByCourses[*].creditTypeDescriptor" + }, + "pathOrder": [ + "creditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "CreditsByCourse.Credits.CreditConversion": { + "paths": { + "creditConversion": "$.creditsByCourses[*].creditConversion" + }, + "pathOrder": [ + "creditConversion" + ], + "isReference": false + }, + "CreditsByCourse.WhenTakenGradeLevel": { + "paths": { + "whenTakenGradeLevelDescriptor": "$.creditsByCourses[*].whenTakenGradeLevelDescriptor" + }, + "pathOrder": [ + "whenTakenGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "CreditsByCreditCategory.CreditCategory": { + "paths": { + "creditCategoryDescriptor": "$.creditsByCreditCategories[*].creditCategoryDescriptor" + }, + "pathOrder": [ + "creditCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditCategoryDescriptor" + }, + "CreditsByCreditCategory.Credits.Credits": { + "paths": { + "credits": "$.creditsByCreditCategories[*].credits" + }, + "pathOrder": [ + "credits" + ], + "isReference": false + }, + "CreditsByCreditCategory.Credits.CreditType": { + "paths": { + "creditTypeDescriptor": "$.creditsByCreditCategories[*].creditTypeDescriptor" + }, + "pathOrder": [ + "creditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "CreditsByCreditCategory.Credits.CreditConversion": { + "paths": { + "creditConversion": "$.creditsByCreditCategories[*].creditConversion" + }, + "pathOrder": [ + "creditConversion" + ], + "isReference": false + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "GraduationSchoolYear": { + "paths": { + "schoolYear": "$.graduationSchoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "RequiredAssessment.Assessment": { + "paths": { + "assessmentIdentifier": "$.requiredAssessments[*].assessmentReference.assessmentIdentifier", + "namespace": "$.requiredAssessments[*].assessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Assessment" + }, + "RequiredAssessment.RequiredAssessmentScore.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.requiredAssessments[*].scores[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "RequiredAssessment.RequiredAssessmentScore.MinimumScore": { + "paths": { + "minimumScore": "$.requiredAssessments[*].scores[*].minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "RequiredAssessment.RequiredAssessmentScore.MaximumScore": { + "paths": { + "maximumScore": "$.requiredAssessments[*].scores[*].maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "RequiredAssessment.RequiredAssessmentScore.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.requiredAssessments[*].scores[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.PerformanceLevel": { + "paths": { + "performanceLevelDescriptor": "$.requiredAssessments[*].performanceLevel.performanceLevelDescriptor" + }, + "pathOrder": [ + "performanceLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceLevelDescriptor" + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.requiredAssessments[*].performanceLevel.assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.MinimumScore": { + "paths": { + "minimumScore": "$.requiredAssessments[*].performanceLevel.minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.MaximumScore": { + "paths": { + "maximumScore": "$.requiredAssessments[*].performanceLevel.maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.requiredAssessments[*].performanceLevel.resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "RequiredAssessment.RequiredAssessmentPerformanceLevel.PerformanceLevelIndicatorName": { + "paths": { + "performanceLevelIndicatorName": "$.requiredAssessments[*].performanceLevel.performanceLevelIndicatorName" + }, + "pathOrder": [ + "performanceLevelIndicatorName" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "schoolYear" + ], + "isSubclass": false + }, + "interventions": { + "resourceName": "Intervention", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Intervention", + "description": "An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented." + }, + "interventionPrescriptions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "interventionPrescriptionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the intervention implementation." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the intervention implementation." + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that may be assigned for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that may be assigned for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "interventionClassDescriptor", + "deliveryMethodDescriptor", + "beginDate", + "educationOrganizationReference", + "interventionIdentificationCode" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Intervention", + "description": "An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented." + }, + "interventionPrescriptions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "interventionPrescriptionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the intervention implementation." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the intervention implementation." + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that may be assigned for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that may be assigned for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "interventionClassDescriptor", + "deliveryMethodDescriptor", + "beginDate", + "educationOrganizationReference", + "interventionIdentificationCode" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Intervention", + "description": "An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented." + }, + "interventionPrescriptions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "interventionPrescriptionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The start date for the intervention implementation." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date for the intervention implementation." + }, + "meetingTimes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time begins." + }, + "endTime": { + "type": "string", + "format": "time", + "description": "An indication of the time of day the meeting time ends." + } + }, + "additionalProperties": false, + "required": [ + "startTime", + "endTime" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "staffs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that may be assigned for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that may be assigned for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "InterventionIdentificationCode" + ], + "documentPathsMapping": { + "EducationContentSource.EducationContent": { + "paths": { + "contentIdentifier": "$.educationContents[*].educationContentReference.contentIdentifier" + }, + "pathOrder": [ + "contentIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationContent" + }, + "EducationContentSource.LearningResourceMetadataURI": { + "paths": { + "learningResourceMetadataURI": "$.learningResourceMetadataURIs[*].learningResourceMetadataURI" + }, + "pathOrder": [ + "learningResourceMetadataURI" + ], + "isReference": false + }, + "EducationContentSource.URI": { + "paths": { + "uri": "$.uris[*].uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "InterventionClass": { + "paths": { + "interventionClassDescriptor": "$.interventionClassDescriptor" + }, + "pathOrder": [ + "interventionClassDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InterventionClassDescriptor" + }, + "Diagnosis": { + "paths": { + "diagnosisDescriptor": "$.diagnoses[*].diagnosisDescriptor" + }, + "pathOrder": [ + "diagnosisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiagnosisDescriptor" + }, + "PopulationServed": { + "paths": { + "populationServedDescriptor": "$.populationServeds[*].populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "AppropriateSex": { + "paths": { + "sexDescriptor": "$.appropriateSexes[*].sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "AppropriateGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.appropriateGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "DeliveryMethod": { + "paths": { + "deliveryMethodDescriptor": "$.deliveryMethodDescriptor" + }, + "pathOrder": [ + "deliveryMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DeliveryMethodDescriptor" + }, + "InterventionPrescription": { + "paths": { + "educationOrganizationId": "$.interventionPrescriptions[*].interventionPrescriptionReference.educationOrganizationId", + "interventionPrescriptionIdentificationCode": "$.interventionPrescriptions[*].interventionPrescriptionReference.interventionPrescriptionIdentificationCode" + }, + "pathOrder": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "InterventionPrescription" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "MeetingTime.StartTime": { + "paths": { + "startTime": "$.meetingTimes[*].startTime" + }, + "pathOrder": [ + "startTime" + ], + "isReference": false + }, + "MeetingTime.EndTime": { + "paths": { + "endTime": "$.meetingTimes[*].endTime" + }, + "pathOrder": [ + "endTime" + ], + "isReference": false + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffs[*].staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "InterventionIdentificationCode": { + "paths": { + "interventionIdentificationCode": "$.interventionIdentificationCode" + }, + "pathOrder": [ + "interventionIdentificationCode" + ], + "isReference": false + }, + "MinDosage": { + "paths": { + "minDosage": "$.minDosage" + }, + "pathOrder": [ + "minDosage" + ], + "isReference": false + }, + "MaxDosage": { + "paths": { + "maxDosage": "$.maxDosage" + }, + "pathOrder": [ + "maxDosage" + ], + "isReference": false + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionIdentificationCode" + ], + "isSubclass": false + }, + "interventionPrescriptions": { + "resourceName": "InterventionPrescription", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionPrescription", + "description": "This entity represents a formal prescription of an instructional approach focusing on the specific techniques and materials used to teach a given subject. This can be prescribed by academic research, an interventions vendor, or another entity.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that is recommended for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that is recommended for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "interventionClassDescriptor", + "deliveryMethodDescriptor", + "educationOrganizationReference", + "interventionPrescriptionIdentificationCode" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionPrescription", + "description": "This entity represents a formal prescription of an instructional approach focusing on the specific techniques and materials used to teach a given subject. This can be prescribed by academic research, an interventions vendor, or another entity.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that is recommended for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that is recommended for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "interventionClassDescriptor", + "deliveryMethodDescriptor", + "educationOrganizationReference", + "interventionPrescriptionIdentificationCode" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionPrescription", + "description": "This entity represents a formal prescription of an instructional approach focusing on the specific techniques and materials used to teach a given subject. This can be prescribed by academic research, an interventions vendor, or another entity.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false, + "required": [ + "contentIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "diagnoses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + }, + "minDosage": { + "type": "integer", + "description": "The minimum duration of time in minutes that is recommended for the intervention." + }, + "maxDosage": { + "type": "integer", + "description": "The maximum duration of time in minutes that is recommended for the intervention." + }, + "namespace": { + "type": "string", + "description": "Namespace for the intervention.", + "minLength": 5, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "InterventionPrescriptionIdentificationCode" + ], + "documentPathsMapping": { + "EducationContentSource.EducationContent": { + "paths": { + "contentIdentifier": "$.educationContents[*].educationContentReference.contentIdentifier" + }, + "pathOrder": [ + "contentIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationContent" + }, + "EducationContentSource.LearningResourceMetadataURI": { + "paths": { + "learningResourceMetadataURI": "$.learningResourceMetadataURIs[*].learningResourceMetadataURI" + }, + "pathOrder": [ + "learningResourceMetadataURI" + ], + "isReference": false + }, + "EducationContentSource.URI": { + "paths": { + "uri": "$.uris[*].uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "InterventionClass": { + "paths": { + "interventionClassDescriptor": "$.interventionClassDescriptor" + }, + "pathOrder": [ + "interventionClassDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InterventionClassDescriptor" + }, + "Diagnosis": { + "paths": { + "diagnosisDescriptor": "$.diagnoses[*].diagnosisDescriptor" + }, + "pathOrder": [ + "diagnosisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiagnosisDescriptor" + }, + "PopulationServed": { + "paths": { + "populationServedDescriptor": "$.populationServeds[*].populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "AppropriateSex": { + "paths": { + "sexDescriptor": "$.appropriateSexes[*].sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "AppropriateGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.appropriateGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "DeliveryMethod": { + "paths": { + "deliveryMethodDescriptor": "$.deliveryMethodDescriptor" + }, + "pathOrder": [ + "deliveryMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DeliveryMethodDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "InterventionPrescriptionIdentificationCode": { + "paths": { + "interventionPrescriptionIdentificationCode": "$.interventionPrescriptionIdentificationCode" + }, + "pathOrder": [ + "interventionPrescriptionIdentificationCode" + ], + "isReference": false + }, + "MinDosage": { + "paths": { + "minDosage": "$.minDosage" + }, + "pathOrder": [ + "minDosage" + ], + "isReference": false + }, + "MaxDosage": { + "paths": { + "maxDosage": "$.maxDosage" + }, + "pathOrder": [ + "maxDosage" + ], + "isReference": false + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ], + "isSubclass": false + }, + "interventionStudies": { + "resourceName": "InterventionStudy", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionStudy", + "description": "An experimental or quasi-experimental study of an intervention technique.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "participants": { + "type": "integer", + "description": "The number of participants observed in the study." + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateAbbreviations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "stateAbbreviationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "stateAbbreviationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionStudyIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention study.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "interventionPrescriptionReference", + "participants", + "deliveryMethodDescriptor", + "interventionClassDescriptor", + "educationOrganizationReference", + "interventionStudyIdentificationCode" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionStudy", + "description": "An experimental or quasi-experimental study of an intervention technique.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "participants": { + "type": "integer", + "description": "The number of participants observed in the study." + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateAbbreviations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "stateAbbreviationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "stateAbbreviationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionStudyIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention study.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "interventionPrescriptionReference", + "participants", + "deliveryMethodDescriptor", + "interventionClassDescriptor", + "educationOrganizationReference", + "interventionStudyIdentificationCode" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.InterventionStudy", + "description": "An experimental or quasi-experimental study of an intervention technique.", + "type": "object", + "properties": { + "educationContents": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationContentReference": { + "type": "object", + "properties": { + "contentIdentifier": { + "type": "string", + "description": "A unique identifier for the education content.", + "minLength": 1, + "maxLength": 225 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "educationContentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningResourceMetadataURIs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningResourceMetadataURI": { + "type": "string", + "description": "The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "learningResourceMetadataURI" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "uris": { + "type": "array", + "items": { + "type": "object", + "properties": { + "uri": { + "type": "string", + "description": "The URI (typical a URL) pointing to an education content item.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "uri" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "participants": { + "type": "integer", + "description": "The number of participants observed in the study." + }, + "deliveryMethodDescriptor": { + "type": "string", + "description": "The way in which an intervention was implemented: individual, small group, whole class, or whole school." + }, + "interventionClassDescriptor": { + "type": "string", + "description": "The way in which an intervention is used: curriculum, supplement, or practice." + }, + "appropriateGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "populationServeds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "populationServedDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "populationServedDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "appropriateSexes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sexDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sexDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "stateAbbreviations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "stateAbbreviationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "stateAbbreviationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionStudyIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention study.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "InterventionStudyIdentificationCode" + ], + "documentPathsMapping": { + "EducationContentSource.EducationContent": { + "paths": { + "contentIdentifier": "$.educationContents[*].educationContentReference.contentIdentifier" + }, + "pathOrder": [ + "contentIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationContent" + }, + "EducationContentSource.LearningResourceMetadataURI": { + "paths": { + "learningResourceMetadataURI": "$.learningResourceMetadataURIs[*].learningResourceMetadataURI" + }, + "pathOrder": [ + "learningResourceMetadataURI" + ], + "isReference": false + }, + "EducationContentSource.URI": { + "paths": { + "uri": "$.uris[*].uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "InterventionPrescription": { + "paths": { + "educationOrganizationId": "$.interventionPrescriptionReference.educationOrganizationId", + "interventionPrescriptionIdentificationCode": "$.interventionPrescriptionReference.interventionPrescriptionIdentificationCode" + }, + "pathOrder": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "InterventionPrescription" + }, + "InterventionEffectiveness.Diagnosis": { + "paths": { + "diagnosisDescriptor": "$.interventionEffectivenesses[*].diagnosisDescriptor" + }, + "pathOrder": [ + "diagnosisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiagnosisDescriptor" + }, + "InterventionEffectiveness.PopulationServed": { + "paths": { + "populationServedDescriptor": "$.interventionEffectivenesses[*].populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "InterventionEffectiveness.GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.interventionEffectivenesses[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "InterventionEffectiveness.ImprovementIndex": { + "paths": { + "improvementIndex": "$.interventionEffectivenesses[*].improvementIndex" + }, + "pathOrder": [ + "improvementIndex" + ], + "isReference": false + }, + "InterventionEffectiveness.InterventionEffectivenessRating": { + "paths": { + "interventionEffectivenessRatingDescriptor": "$.interventionEffectivenesses[*].interventionEffectivenessRatingDescriptor" + }, + "pathOrder": [ + "interventionEffectivenessRatingDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InterventionEffectivenessRatingDescriptor" + }, + "Participants": { + "paths": { + "participants": "$.participants" + }, + "pathOrder": [ + "participants" + ], + "isReference": false + }, + "DeliveryMethod": { + "paths": { + "deliveryMethodDescriptor": "$.deliveryMethodDescriptor" + }, + "pathOrder": [ + "deliveryMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DeliveryMethodDescriptor" + }, + "InterventionClass": { + "paths": { + "interventionClassDescriptor": "$.interventionClassDescriptor" + }, + "pathOrder": [ + "interventionClassDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InterventionClassDescriptor" + }, + "AppropriateGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.appropriateGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "PopulationServed": { + "paths": { + "populationServedDescriptor": "$.populationServeds[*].populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "AppropriateSex": { + "paths": { + "sexDescriptor": "$.appropriateSexes[*].sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.stateAbbreviations[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "InterventionStudyIdentificationCode": { + "paths": { + "interventionStudyIdentificationCode": "$.interventionStudyIdentificationCode" + }, + "pathOrder": [ + "interventionStudyIdentificationCode" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionStudyIdentificationCode" + ], + "isSubclass": false + }, + "learningStandards": { + "resourceName": "LearningStandard", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandard", + "description": "A statement that describes a specific competency or academic standard.", + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a Learning Standard.", + "minLength": 1, + "maxLength": 60 + }, + "contentStandardName": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 65 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "contentStandardName" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "description": { + "type": "string", + "description": "The text of the statement. The textual content that either describes a specific competency such as \"Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions.\" or describes a less granular group of competencies within the taxonomy of the standards document, e.g. \"Understand and apply the Pythagorean Theorem,\" or \"Geometry\".", + "minLength": 1, + "maxLength": 1024 + }, + "learningStandardItemCode": { + "type": "string", + "description": "A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).", + "minLength": 1, + "maxLength": 60 + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the statement using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "courseTitle": { + "type": "string", + "description": "The official course title with which this learning standard is associated.", + "minLength": 1, + "maxLength": 60 + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a learning standard. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the learning standard.", + "minLength": 1, + "maxLength": 150 + }, + "parentLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization or entity who governs the standard. It is recommended the namespaces observe a URI format and begin with a domain name under the governing organization or entity control.", + "minLength": 5, + "maxLength": 255 + }, + "learningStandardCategoryDescriptor": { + "type": "string", + "description": "An additional classification of the type of a specific learning standard." + }, + "learningStandardScopeDescriptor": { + "type": "string", + "description": "Signals the scope of usage the standard. Does not necessarily relate the standard to the governing body." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId", + "description", + "contentStandard", + "gradeLevels", + "academicSubjects", + "namespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandard", + "description": "A statement that describes a specific competency or academic standard.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a Learning Standard.", + "minLength": 1, + "maxLength": 60 + }, + "contentStandardName": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 65 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "contentStandardName" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "description": { + "type": "string", + "description": "The text of the statement. The textual content that either describes a specific competency such as \"Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions.\" or describes a less granular group of competencies within the taxonomy of the standards document, e.g. \"Understand and apply the Pythagorean Theorem,\" or \"Geometry\".", + "minLength": 1, + "maxLength": 1024 + }, + "learningStandardItemCode": { + "type": "string", + "description": "A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).", + "minLength": 1, + "maxLength": 60 + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the statement using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "courseTitle": { + "type": "string", + "description": "The official course title with which this learning standard is associated.", + "minLength": 1, + "maxLength": 60 + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a learning standard. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the learning standard.", + "minLength": 1, + "maxLength": 150 + }, + "parentLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization or entity who governs the standard. It is recommended the namespaces observe a URI format and begin with a domain name under the governing organization or entity control.", + "minLength": 5, + "maxLength": 255 + }, + "learningStandardCategoryDescriptor": { + "type": "string", + "description": "An additional classification of the type of a specific learning standard." + }, + "learningStandardScopeDescriptor": { + "type": "string", + "description": "Signals the scope of usage the standard. Does not necessarily relate the standard to the governing body." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "learningStandardId", + "description", + "contentStandard", + "gradeLevels", + "academicSubjects", + "namespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandard", + "description": "A statement that describes a specific competency or academic standard.", + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a Learning Standard.", + "minLength": 1, + "maxLength": 60 + }, + "contentStandardName": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 65 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "contentStandardName" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "description": { + "type": "string", + "description": "The text of the statement. The textual content that either describes a specific competency such as \"Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions.\" or describes a less granular group of competencies within the taxonomy of the standards document, e.g. \"Understand and apply the Pythagorean Theorem,\" or \"Geometry\".", + "minLength": 1, + "maxLength": 1024 + }, + "learningStandardItemCode": { + "type": "string", + "description": "A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).", + "minLength": 1, + "maxLength": 60 + }, + "contentStandard": { + "type": "object", + "properties": { + "title": { + "type": "string", + "description": "The name of the content standard, for example Common Core.", + "minLength": 1, + "maxLength": 75 + }, + "authors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "string", + "description": "The person or organization chiefly responsible for the intellectual content of the standard.", + "minLength": 1, + "maxLength": 100 + } + }, + "additionalProperties": false, + "required": [ + "author" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "version": { + "type": "string", + "description": "The version identifier for the content.", + "minLength": 1, + "maxLength": 50 + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the standards using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "publicationDate": { + "type": "string", + "format": "date", + "description": "The date on which this content was first published." + }, + "publicationYear": { + "type": "integer", + "description": "The year at which this content was first published." + }, + "publicationStatusDescriptor": { + "type": "string", + "description": "The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)." + }, + "mandatingEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The beginning of the period during which this learning standard document is intended for use." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end of the period during which this learning standard document is intended for use." + } + }, + "additionalProperties": false, + "required": [ + "title" + ] + }, + "uri": { + "type": "string", + "description": "An unambiguous reference to the statement using a network-resolvable URI.", + "minLength": 5, + "maxLength": 255 + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "courseTitle": { + "type": "string", + "description": "The official course title with which this learning standard is associated.", + "minLength": 1, + "maxLength": 60 + }, + "successCriteria": { + "type": "string", + "description": "One or more statements that describes the criteria used by teachers and students to check for attainment of a learning standard. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the learning standard.", + "minLength": 1, + "maxLength": 150 + }, + "parentLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization or entity who governs the standard. It is recommended the namespaces observe a URI format and begin with a domain name under the governing organization or entity control.", + "minLength": 5, + "maxLength": 255 + }, + "learningStandardCategoryDescriptor": { + "type": "string", + "description": "An additional classification of the type of a specific learning standard." + }, + "learningStandardScopeDescriptor": { + "type": "string", + "description": "Signals the scope of usage the standard. Does not necessarily relate the standard to the governing body." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "LearningStandardId" + ], + "documentPathsMapping": { + "LearningStandardId": { + "paths": { + "learningStandardId": "$.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": false + }, + "LearningStandardIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "LearningStandardIdentificationCode.ContentStandardName": { + "paths": { + "contentStandardName": "$.identificationCodes[*].contentStandardName" + }, + "pathOrder": [ + "contentStandardName" + ], + "isReference": false + }, + "Description": { + "paths": { + "description": "$.description" + }, + "pathOrder": [ + "description" + ], + "isReference": false + }, + "LearningStandardItemCode": { + "paths": { + "learningStandardItemCode": "$.learningStandardItemCode" + }, + "pathOrder": [ + "learningStandardItemCode" + ], + "isReference": false + }, + "ContentStandard.Title": { + "paths": { + "title": "$.contentStandard.title" + }, + "pathOrder": [ + "title" + ], + "isReference": false + }, + "ContentStandard.Author": { + "paths": { + "author": "$.contentStandard.authors[*].author" + }, + "pathOrder": [ + "author" + ], + "isReference": false + }, + "ContentStandard.Version": { + "paths": { + "version": "$.contentStandard.version" + }, + "pathOrder": [ + "version" + ], + "isReference": false + }, + "ContentStandard.URI": { + "paths": { + "uri": "$.contentStandard.uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "ContentStandard.PublicationDateChoice.PublicationDate": { + "paths": { + "publicationDate": "$.contentStandard.publicationDate" + }, + "pathOrder": [ + "publicationDate" + ], + "isReference": false + }, + "ContentStandard.PublicationDateChoice.PublicationYear": { + "paths": { + "publicationYear": "$.contentStandard.publicationYear" + }, + "pathOrder": [ + "publicationYear" + ], + "isReference": false + }, + "ContentStandard.PublicationStatus": { + "paths": { + "publicationStatusDescriptor": "$.contentStandard.publicationStatusDescriptor" + }, + "pathOrder": [ + "publicationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PublicationStatusDescriptor" + }, + "ContentStandard.MandatingEducationOrganization": { + "paths": { + "educationOrganizationId": "$.contentStandard.mandatingEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ContentStandard.BeginDate": { + "paths": { + "beginDate": "$.contentStandard.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "ContentStandard.EndDate": { + "paths": { + "endDate": "$.contentStandard.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "URI": { + "paths": { + "uri": "$.uri" + }, + "pathOrder": [ + "uri" + ], + "isReference": false + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "CourseTitle": { + "paths": { + "courseTitle": "$.courseTitle" + }, + "pathOrder": [ + "courseTitle" + ], + "isReference": false + }, + "SuccessCriteria": { + "paths": { + "successCriteria": "$.successCriteria" + }, + "pathOrder": [ + "successCriteria" + ], + "isReference": false + }, + "ParentLearningStandard": { + "paths": { + "learningStandardId": "$.parentLearningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "LearningStandardCategory": { + "paths": { + "learningStandardCategoryDescriptor": "$.learningStandardCategoryDescriptor" + }, + "pathOrder": [ + "learningStandardCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LearningStandardCategoryDescriptor" + }, + "LearningStandardScope": { + "paths": { + "learningStandardScopeDescriptor": "$.learningStandardScopeDescriptor" + }, + "pathOrder": [ + "learningStandardScopeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LearningStandardScopeDescriptor" + } + }, + "identityPathOrder": [ + "learningStandardId" + ], + "isSubclass": false + }, + "localAccounts": { + "resourceName": "LocalAccount", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalAccount", + "description": "The set of account codes defined by an education organization for a fiscal year. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "chartOfAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationReference", + "fiscalYear", + "chartOfAccountReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalAccount", + "description": "The set of account codes defined by an education organization for a fiscal year. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "chartOfAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "accountIdentifier", + "educationOrganizationReference", + "fiscalYear", + "chartOfAccountReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalAccount", + "description": "The set of account codes defined by an education organization for a fiscal year. It provides a formal record of the debits and credits relating to the specific account.", + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + }, + "accountName": { + "type": "string", + "description": "A descriptive name for the account.", + "maxLength": 100 + }, + "chartOfAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "SEA populated code value for the valid combination of account dimensions under which financials are reported.", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tagValue": { + "type": "string", + "description": "The value associated with the reporting tag.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTagDescriptor": { + "type": "string", + "description": "A descriptor used at the dimension and/or chart of account levels to demote specific state needs for reporting." + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.chartOfAccountReference.fiscalYear", + "targetJsonPath": "$.fiscalYear" + } + ], + "identityFullnames": [ + "AccountIdentifier", + "EducationOrganization", + "FiscalYear" + ], + "documentPathsMapping": { + "AccountIdentifier": { + "paths": { + "accountIdentifier": "$.accountIdentifier" + }, + "pathOrder": [ + "accountIdentifier" + ], + "isReference": false + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "AccountName": { + "paths": { + "accountName": "$.accountName" + }, + "pathOrder": [ + "accountName" + ], + "isReference": false + }, + "ChartOfAccount": { + "paths": { + "accountIdentifier": "$.chartOfAccountReference.accountIdentifier", + "educationOrganizationId": "$.chartOfAccountReference.educationOrganizationId", + "fiscalYear": "$.chartOfAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ChartOfAccount" + }, + "ReportingTag.TagValue": { + "paths": { + "tagValue": "$.reportingTags[*].tagValue" + }, + "pathOrder": [ + "tagValue" + ], + "isReference": false + }, + "ReportingTag.ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isSubclass": false + }, + "localActuals": { + "resourceName": "LocalActual", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalActual", + "description": "The set of local education agency or charter management organization expense or revenue amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalActual", + "description": "The set of local education agency or charter management organization expense or revenue amounts.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalActual", + "description": "The set of local education agency or charter management organization expense or revenue amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "LocalAccount", + "AsOfDate" + ], + "documentPathsMapping": { + "LocalAccount": { + "paths": { + "accountIdentifier": "$.localAccountReference.accountIdentifier", + "educationOrganizationId": "$.localAccountReference.educationOrganizationId", + "fiscalYear": "$.localAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalAccount" + }, + "AsOfDate": { + "paths": { + "asOfDate": "$.asOfDate" + }, + "pathOrder": [ + "asOfDate" + ], + "isReference": false + }, + "Amount": { + "paths": { + "amount": "$.amount" + }, + "pathOrder": [ + "amount" + ], + "isReference": false + }, + "FinancialCollection": { + "paths": { + "financialCollectionDescriptor": "$.financialCollectionDescriptor" + }, + "pathOrder": [ + "financialCollectionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "FinancialCollectionDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "asOfDate", + "educationOrganizationId", + "fiscalYear" + ], + "isSubclass": false + }, + "localBudgets": { + "resourceName": "LocalBudget", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalBudget", + "description": "The set of local education agency or charter management organization budget amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalBudget", + "description": "The set of local education agency or charter management organization budget amounts.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalBudget", + "description": "The set of local education agency or charter management organization budget amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "LocalAccount", + "AsOfDate" + ], + "documentPathsMapping": { + "LocalAccount": { + "paths": { + "accountIdentifier": "$.localAccountReference.accountIdentifier", + "educationOrganizationId": "$.localAccountReference.educationOrganizationId", + "fiscalYear": "$.localAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalAccount" + }, + "AsOfDate": { + "paths": { + "asOfDate": "$.asOfDate" + }, + "pathOrder": [ + "asOfDate" + ], + "isReference": false + }, + "Amount": { + "paths": { + "amount": "$.amount" + }, + "pathOrder": [ + "amount" + ], + "isReference": false + }, + "FinancialCollection": { + "paths": { + "financialCollectionDescriptor": "$.financialCollectionDescriptor" + }, + "pathOrder": [ + "financialCollectionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "FinancialCollectionDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "asOfDate", + "educationOrganizationId", + "fiscalYear" + ], + "isSubclass": false + }, + "localContractedStaffs": { + "resourceName": "LocalContractedStaff", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalContractedStaff", + "description": "The set of local education agency or charter management organization contracted staff amounts.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalContractedStaff", + "description": "The set of local education agency or charter management organization contracted staff amounts.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalContractedStaff", + "description": "The set of local education agency or charter management organization contracted staff amounts.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "LocalAccount", + "AsOfDate" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "LocalAccount": { + "paths": { + "accountIdentifier": "$.localAccountReference.accountIdentifier", + "educationOrganizationId": "$.localAccountReference.educationOrganizationId", + "fiscalYear": "$.localAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalAccount" + }, + "AsOfDate": { + "paths": { + "asOfDate": "$.asOfDate" + }, + "pathOrder": [ + "asOfDate" + ], + "isReference": false + }, + "Amount": { + "paths": { + "amount": "$.amount" + }, + "pathOrder": [ + "amount" + ], + "isReference": false + }, + "FinancialCollection": { + "paths": { + "financialCollectionDescriptor": "$.financialCollectionDescriptor" + }, + "pathOrder": [ + "financialCollectionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "FinancialCollectionDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "asOfDate", + "educationOrganizationId", + "fiscalYear", + "staffUniqueId" + ], + "isSubclass": false + }, + "localEncumbrances": { + "resourceName": "LocalEncumbrance", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEncumbrance", + "description": "The set of local education agency or charter management organization encumbrance amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEncumbrance", + "description": "The set of local education agency or charter management organization encumbrance amounts.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEncumbrance", + "description": "The set of local education agency or charter management organization encumbrance amounts.", + "type": "object", + "properties": { + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "LocalAccount", + "AsOfDate" + ], + "documentPathsMapping": { + "LocalAccount": { + "paths": { + "accountIdentifier": "$.localAccountReference.accountIdentifier", + "educationOrganizationId": "$.localAccountReference.educationOrganizationId", + "fiscalYear": "$.localAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalAccount" + }, + "AsOfDate": { + "paths": { + "asOfDate": "$.asOfDate" + }, + "pathOrder": [ + "asOfDate" + ], + "isReference": false + }, + "Amount": { + "paths": { + "amount": "$.amount" + }, + "pathOrder": [ + "amount" + ], + "isReference": false + }, + "FinancialCollection": { + "paths": { + "financialCollectionDescriptor": "$.financialCollectionDescriptor" + }, + "pathOrder": [ + "financialCollectionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "FinancialCollectionDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "asOfDate", + "educationOrganizationId", + "fiscalYear" + ], + "isSubclass": false + }, + "localPayrolls": { + "resourceName": "LocalPayroll", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalPayroll", + "description": "The set of local education agency or charter management organization payroll amounts.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalPayroll", + "description": "The set of local education agency or charter management organization payroll amounts.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "localAccountReference", + "asOfDate", + "amount" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalPayroll", + "description": "The set of local education agency or charter management organization payroll amounts.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "localAccountReference": { + "type": "object", + "properties": { + "accountIdentifier": { + "type": "string", + "description": "Code value for the valid combination of account dimensions by LEA under which financials are reported. ", + "minLength": 1, + "maxLength": 50 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for the account.", + "minimum": 2020, + "maximum": 2040 + } + }, + "additionalProperties": false, + "required": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ] + }, + "asOfDate": { + "type": "string", + "format": "date", + "description": "The date of the reported amount for the account." + }, + "amount": { + "type": "number", + "description": "Current balance for the account." + }, + "financialCollectionDescriptor": { + "type": "string", + "description": "The accounting period or grouping for which the amount is collected." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "LocalAccount", + "AsOfDate" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "LocalAccount": { + "paths": { + "accountIdentifier": "$.localAccountReference.accountIdentifier", + "educationOrganizationId": "$.localAccountReference.educationOrganizationId", + "fiscalYear": "$.localAccountReference.fiscalYear" + }, + "pathOrder": [ + "accountIdentifier", + "educationOrganizationId", + "fiscalYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalAccount" + }, + "AsOfDate": { + "paths": { + "asOfDate": "$.asOfDate" + }, + "pathOrder": [ + "asOfDate" + ], + "isReference": false + }, + "Amount": { + "paths": { + "amount": "$.amount" + }, + "pathOrder": [ + "amount" + ], + "isReference": false + }, + "FinancialCollection": { + "paths": { + "financialCollectionDescriptor": "$.financialCollectionDescriptor" + }, + "pathOrder": [ + "financialCollectionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "FinancialCollectionDescriptor" + } + }, + "identityPathOrder": [ + "accountIdentifier", + "asOfDate", + "educationOrganizationId", + "fiscalYear", + "staffUniqueId" + ], + "isSubclass": false + }, + "locations": { + "resourceName": "Location", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Location", + "description": "This entity represents the physical space where students gather for a particular class/section. The location may be an indoor or outdoor area designated for the purpose of meeting the educational needs of students.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maximumNumberOfSeats": { + "type": "integer", + "description": "The most number of seats the class can maintain." + }, + "optimalNumberOfSeats": { + "type": "integer", + "description": "The number of seats that is most favorable to the class." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "schoolReference", + "classroomIdentificationCode" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Location", + "description": "This entity represents the physical space where students gather for a particular class/section. The location may be an indoor or outdoor area designated for the purpose of meeting the educational needs of students.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maximumNumberOfSeats": { + "type": "integer", + "description": "The most number of seats the class can maintain." + }, + "optimalNumberOfSeats": { + "type": "integer", + "description": "The number of seats that is most favorable to the class." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "schoolReference", + "classroomIdentificationCode" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Location", + "description": "This entity represents the physical space where students gather for a particular class/section. The location may be an indoor or outdoor area designated for the purpose of meeting the educational needs of students.", + "type": "object", + "properties": { + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maximumNumberOfSeats": { + "type": "integer", + "description": "The most number of seats the class can maintain." + }, + "optimalNumberOfSeats": { + "type": "integer", + "description": "The number of seats that is most favorable to the class." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "School", + "ClassroomIdentificationCode" + ], + "documentPathsMapping": { + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "ClassroomIdentificationCode": { + "paths": { + "classroomIdentificationCode": "$.classroomIdentificationCode" + }, + "pathOrder": [ + "classroomIdentificationCode" + ], + "isReference": false + }, + "MaximumNumberOfSeats": { + "paths": { + "maximumNumberOfSeats": "$.maximumNumberOfSeats" + }, + "pathOrder": [ + "maximumNumberOfSeats" + ], + "isReference": false + }, + "OptimalNumberOfSeats": { + "paths": { + "optimalNumberOfSeats": "$.optimalNumberOfSeats" + }, + "pathOrder": [ + "optimalNumberOfSeats" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "classroomIdentificationCode", + "schoolId" + ], + "isSubclass": false + }, + "objectDimensions": { + "resourceName": "ObjectDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectDimension", + "description": "The NCES object accounting dimension representing an expenditure. Per the NCES definition, this classification is used to describe the service or commodity obtained as the result of a specific expenditure, such as salaries, benefits, tuition reimbursement, and so forth.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account object dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectDimension", + "description": "The NCES object accounting dimension representing an expenditure. Per the NCES definition, this classification is used to describe the service or commodity obtained as the result of a specific expenditure, such as salaries, benefits, tuition reimbursement, and so forth.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account object dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectDimension", + "description": "The NCES object accounting dimension representing an expenditure. Per the NCES definition, this classification is used to describe the service or commodity obtained as the result of a specific expenditure, such as salaries, benefits, tuition reimbursement, and so forth.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account object dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account object dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account object dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "objectiveAssessments": { + "resourceName": "ObjectiveAssessment", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectiveAssessment", + "description": "This entity represents subtests that assess specific learning objectives.", + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "percentOfAssessment": { + "type": "number", + "description": "The percentage of the assessment that tests this objective." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for this level of objective assessment.", + "minLength": 1, + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "The description of the objective assessment (e.g., vocabulary, measurement, or geometry).", + "minLength": 1, + "maxLength": 1024 + }, + "assessmentItems": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentObjectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The subject area of the objective assessment." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "assessmentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectiveAssessment", + "description": "This entity represents subtests that assess specific learning objectives.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "percentOfAssessment": { + "type": "number", + "description": "The percentage of the assessment that tests this objective." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for this level of objective assessment.", + "minLength": 1, + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "The description of the objective assessment (e.g., vocabulary, measurement, or geometry).", + "minLength": 1, + "maxLength": 1024 + }, + "assessmentItems": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentObjectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The subject area of the objective assessment." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "identificationCode", + "assessmentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ObjectiveAssessment", + "description": "This entity represents subtests that assess specific learning objectives.", + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "maxRawScore": { + "type": "number", + "description": "The maximum raw score achievable across all assessment items that are correct and scored at the maximum." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "The performance level(s) defined for the assessment." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score required to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score to make the indicated level of performance.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "percentOfAssessment": { + "type": "number", + "description": "The percentage of the assessment that tests this objective." + }, + "nomenclature": { + "type": "string", + "description": "Reflects the specific nomenclature used for this level of objective assessment.", + "minLength": 1, + "maxLength": 100 + }, + "description": { + "type": "string", + "description": "The description of the objective assessment (e.g., vocabulary, measurement, or geometry).", + "minLength": 1, + "maxLength": 1024 + }, + "assessmentItems": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentObjectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "scores": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + }, + "minimumScore": { + "type": "string", + "description": "The minimum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "maximumScore": { + "type": "string", + "description": "The maximum score possible on the assessment.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + } + }, + "additionalProperties": false, + "required": [ + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The subject area of the objective assessment." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.assessmentItems[*].assessmentItemReference.assessmentIdentifier", + "targetJsonPath": "$.assessmentReference.assessmentIdentifier" + }, + { + "sourceJsonPath": "$.assessmentItems[*].assessmentItemReference.namespace", + "targetJsonPath": "$.assessmentReference.namespace" + }, + { + "sourceJsonPath": "$.parentObjectiveAssessmentReference.assessmentIdentifier", + "targetJsonPath": "$.assessmentReference.assessmentIdentifier" + }, + { + "sourceJsonPath": "$.parentObjectiveAssessmentReference.namespace", + "targetJsonPath": "$.assessmentReference.namespace" + } + ], + "identityFullnames": [ + "IdentificationCode", + "Assessment" + ], + "documentPathsMapping": { + "IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "MaxRawScore": { + "paths": { + "maxRawScore": "$.maxRawScore" + }, + "pathOrder": [ + "maxRawScore" + ], + "isReference": false + }, + "AssessmentPerformanceLevel.PerformanceLevel": { + "paths": { + "performanceLevelDescriptor": "$.performanceLevels[*].performanceLevelDescriptor" + }, + "pathOrder": [ + "performanceLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceLevelDescriptor" + }, + "AssessmentPerformanceLevel.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.performanceLevels[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "AssessmentPerformanceLevel.MinimumScore": { + "paths": { + "minimumScore": "$.performanceLevels[*].minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "AssessmentPerformanceLevel.MaximumScore": { + "paths": { + "maximumScore": "$.performanceLevels[*].maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "AssessmentPerformanceLevel.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.performanceLevels[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "AssessmentPerformanceLevel.PerformanceLevelIndicatorName": { + "paths": { + "performanceLevelIndicatorName": "$.performanceLevels[*].performanceLevelIndicatorName" + }, + "pathOrder": [ + "performanceLevelIndicatorName" + ], + "isReference": false + }, + "PercentOfAssessment": { + "paths": { + "percentOfAssessment": "$.percentOfAssessment" + }, + "pathOrder": [ + "percentOfAssessment" + ], + "isReference": false + }, + "Nomenclature": { + "paths": { + "nomenclature": "$.nomenclature" + }, + "pathOrder": [ + "nomenclature" + ], + "isReference": false + }, + "Description": { + "paths": { + "description": "$.description" + }, + "pathOrder": [ + "description" + ], + "isReference": false + }, + "AssessmentItem": { + "paths": { + "assessmentIdentifier": "$.assessmentItems[*].assessmentItemReference.assessmentIdentifier", + "identificationCode": "$.assessmentItems[*].assessmentItemReference.identificationCode", + "namespace": "$.assessmentItems[*].assessmentItemReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "AssessmentItem" + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "ParentObjectiveAssessment": { + "paths": { + "assessmentIdentifier": "$.parentObjectiveAssessmentReference.assessmentIdentifier", + "identificationCode": "$.parentObjectiveAssessmentReference.identificationCode", + "namespace": "$.parentObjectiveAssessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ObjectiveAssessment" + }, + "Assessment": { + "paths": { + "assessmentIdentifier": "$.assessmentReference.assessmentIdentifier", + "namespace": "$.assessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Assessment" + }, + "AssessmentScore.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.scores[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "AssessmentScore.MinimumScore": { + "paths": { + "minimumScore": "$.scores[*].minimumScore" + }, + "pathOrder": [ + "minimumScore" + ], + "isReference": false + }, + "AssessmentScore.MaximumScore": { + "paths": { + "maximumScore": "$.scores[*].maximumScore" + }, + "pathOrder": [ + "maximumScore" + ], + "isReference": false + }, + "AssessmentScore.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.scores[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isSubclass": false + }, + "openStaffPositions": { + "resourceName": "OpenStaffPosition", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OpenStaffPosition", + "description": "This entity represents an open staff position that the education organization is seeking to fill.", + "type": "object", + "properties": { + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract desired for the position." + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "requisitionNumber": { + "type": "string", + "description": "The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.", + "minLength": 1, + "maxLength": 20 + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the open staff position will be assigned." + }, + "instructionalGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "datePosted": { + "type": "string", + "format": "date", + "description": "Date the open staff position was posted." + }, + "datePostingRemoved": { + "type": "string", + "format": "date", + "description": "The date the posting was removed or filled." + }, + "postingResultDescriptor": { + "type": "string", + "description": "Indication of whether the OpenStaffPosition was filled or retired without filling." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "employmentStatusDescriptor", + "staffClassificationDescriptor", + "requisitionNumber", + "datePosted", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OpenStaffPosition", + "description": "This entity represents an open staff position that the education organization is seeking to fill.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract desired for the position." + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "requisitionNumber": { + "type": "string", + "description": "The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.", + "minLength": 1, + "maxLength": 20 + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the open staff position will be assigned." + }, + "instructionalGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "datePosted": { + "type": "string", + "format": "date", + "description": "Date the open staff position was posted." + }, + "datePostingRemoved": { + "type": "string", + "format": "date", + "description": "The date the posting was removed or filled." + }, + "postingResultDescriptor": { + "type": "string", + "description": "Indication of whether the OpenStaffPosition was filled or retired without filling." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "employmentStatusDescriptor", + "staffClassificationDescriptor", + "requisitionNumber", + "datePosted", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OpenStaffPosition", + "description": "This entity represents an open staff position that the education organization is seeking to fill.", + "type": "object", + "properties": { + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract desired for the position." + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "requisitionNumber": { + "type": "string", + "description": "The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.", + "minLength": 1, + "maxLength": 20 + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the open staff position will be assigned." + }, + "instructionalGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "datePosted": { + "type": "string", + "format": "date", + "description": "Date the open staff position was posted." + }, + "datePostingRemoved": { + "type": "string", + "format": "date", + "description": "The date the posting was removed or filled." + }, + "postingResultDescriptor": { + "type": "string", + "description": "Indication of whether the OpenStaffPosition was filled or retired without filling." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "RequisitionNumber", + "EducationOrganization" + ], + "documentPathsMapping": { + "EmploymentStatus": { + "paths": { + "employmentStatusDescriptor": "$.employmentStatusDescriptor" + }, + "pathOrder": [ + "employmentStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EmploymentStatusDescriptor" + }, + "StaffClassification": { + "paths": { + "staffClassificationDescriptor": "$.staffClassificationDescriptor" + }, + "pathOrder": [ + "staffClassificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StaffClassificationDescriptor" + }, + "PositionTitle": { + "paths": { + "positionTitle": "$.positionTitle" + }, + "pathOrder": [ + "positionTitle" + ], + "isReference": false + }, + "RequisitionNumber": { + "paths": { + "requisitionNumber": "$.requisitionNumber" + }, + "pathOrder": [ + "requisitionNumber" + ], + "isReference": false + }, + "ProgramAssignment": { + "paths": { + "programAssignmentDescriptor": "$.programAssignmentDescriptor" + }, + "pathOrder": [ + "programAssignmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgramAssignmentDescriptor" + }, + "InstructionalGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.instructionalGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "DatePosted": { + "paths": { + "datePosted": "$.datePosted" + }, + "pathOrder": [ + "datePosted" + ], + "isReference": false + }, + "DatePostingRemoved": { + "paths": { + "datePostingRemoved": "$.datePostingRemoved" + }, + "pathOrder": [ + "datePostingRemoved" + ], + "isReference": false + }, + "PostingResult": { + "paths": { + "postingResultDescriptor": "$.postingResultDescriptor" + }, + "pathOrder": [ + "postingResultDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PostingResultDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "requisitionNumber" + ], + "isSubclass": false + }, + "operationalUnitDimensions": { + "resourceName": "OperationalUnitDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OperationalUnitDimension", + "description": "The NCES operational unit accounting dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account operational unit dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OperationalUnitDimension", + "description": "The NCES operational unit accounting dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account operational unit dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OperationalUnitDimension", + "description": "The NCES operational unit accounting dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account operational unit dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account operational unit dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account operational unit dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "people": { + "resourceName": "Person", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Person", + "description": "This entity represents a human being.", + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Person", + "description": "This entity represents a human being.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "personId", + "sourceSystemDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Person", + "description": "This entity represents a human being.", + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "PersonId", + "SourceSystem" + ], + "documentPathsMapping": { + "PersonId": { + "paths": { + "personId": "$.personId" + }, + "pathOrder": [ + "personId" + ], + "isReference": false + }, + "SourceSystem": { + "paths": { + "sourceSystemDescriptor": "$.sourceSystemDescriptor" + }, + "pathOrder": [ + "sourceSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SourceSystemDescriptor" + } + }, + "identityPathOrder": [ + "personId", + "sourceSystemDescriptor" + ], + "isSubclass": false + }, + "postSecondaryEvents": { + "resourceName": "PostSecondaryEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryEvent", + "description": "This entity captures significant postsecondary events during a student's high school tenure (e.g., FAFSA application or college application, acceptance, and enrollment) or during a student's enrollment at a post-secondary institution.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the event occurred or was recorded." + }, + "postSecondaryEventCategoryDescriptor": { + "type": "string", + "description": "The post secondary event that is logged." + }, + "postSecondaryInstitutionReference": { + "type": "object", + "properties": { + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + } + }, + "additionalProperties": false, + "required": [ + "postSecondaryInstitutionId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "postSecondaryEventCategoryDescriptor", + "studentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryEvent", + "description": "This entity captures significant postsecondary events during a student's high school tenure (e.g., FAFSA application or college application, acceptance, and enrollment) or during a student's enrollment at a post-secondary institution.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the event occurred or was recorded." + }, + "postSecondaryEventCategoryDescriptor": { + "type": "string", + "description": "The post secondary event that is logged." + }, + "postSecondaryInstitutionReference": { + "type": "object", + "properties": { + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + } + }, + "additionalProperties": false, + "required": [ + "postSecondaryInstitutionId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "postSecondaryEventCategoryDescriptor", + "studentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryEvent", + "description": "This entity captures significant postsecondary events during a student's high school tenure (e.g., FAFSA application or college application, acceptance, and enrollment) or during a student's enrollment at a post-secondary institution.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the event occurred or was recorded." + }, + "postSecondaryEventCategoryDescriptor": { + "type": "string", + "description": "The post secondary event that is logged." + }, + "postSecondaryInstitutionReference": { + "type": "object", + "properties": { + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + } + }, + "additionalProperties": false, + "required": [ + "postSecondaryInstitutionId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EventDate", + "PostSecondaryEventCategory", + "Student" + ], + "documentPathsMapping": { + "EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "PostSecondaryEventCategory": { + "paths": { + "postSecondaryEventCategoryDescriptor": "$.postSecondaryEventCategoryDescriptor" + }, + "pathOrder": [ + "postSecondaryEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PostSecondaryEventCategoryDescriptor" + }, + "PostSecondaryInstitution": { + "paths": { + "postSecondaryInstitutionId": "$.postSecondaryInstitutionReference.postSecondaryInstitutionId" + }, + "pathOrder": [ + "postSecondaryInstitutionId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "PostSecondaryInstitution" + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + } + }, + "identityPathOrder": [ + "eventDate", + "postSecondaryEventCategoryDescriptor", + "studentUniqueId" + ], + "isSubclass": false + }, + "programs": { + "resourceName": "Program", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Program", + "description": "This entity represents any program designed to work in conjunction with, or as a supplement to, the main academic program. Programs may provide instruction, training, services, or benefits through federal, state, or local agencies. Programs may also include organized extracurricular activities for students.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 20 + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sponsors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programSponsorDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programSponsorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationReference", + "programName", + "programTypeDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Program", + "description": "This entity represents any program designed to work in conjunction with, or as a supplement to, the main academic program. Programs may provide instruction, training, services, or benefits through federal, state, or local agencies. Programs may also include organized extracurricular activities for students.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 20 + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sponsors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programSponsorDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programSponsorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationReference", + "programName", + "programTypeDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Program", + "description": "This entity represents any program designed to work in conjunction with, or as a supplement to, the main academic program. Programs may provide instruction, training, services, or benefits through federal, state, or local agencies. Programs may also include organized extracurricular activities for students.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programId": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 20 + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sponsors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programSponsorDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "programSponsorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "learningStandards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "learningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + } + }, + "additionalProperties": false, + "required": [ + "learningStandardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "ProgramName", + "ProgramType" + ], + "documentPathsMapping": { + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ProgramId": { + "paths": { + "programId": "$.programId" + }, + "pathOrder": [ + "programId" + ], + "isReference": false + }, + "ProgramName": { + "paths": { + "programName": "$.programName" + }, + "pathOrder": [ + "programName" + ], + "isReference": false + }, + "ProgramType": { + "paths": { + "programTypeDescriptor": "$.programTypeDescriptor" + }, + "pathOrder": [ + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgramTypeDescriptor" + }, + "ProgramCharacteristic": { + "paths": { + "programCharacteristicDescriptor": "$.characteristics[*].programCharacteristicDescriptor" + }, + "pathOrder": [ + "programCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgramCharacteristicDescriptor" + }, + "ProgramSponsor": { + "paths": { + "programSponsorDescriptor": "$.sponsors[*].programSponsorDescriptor" + }, + "pathOrder": [ + "programSponsorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgramSponsorDescriptor" + }, + "LearningStandard": { + "paths": { + "learningStandardId": "$.learningStandards[*].learningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isSubclass": false + }, + "programDimensions": { + "resourceName": "ProgramDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProgramDimension", + "description": "The NCES program accounting dimension. A program is defined by the NCES as a plan of activities and procedures designed to accomplish a predetermined objective or set of objectives. These are often categorized into broad program areas such as regular education, special education, vocational education, other PK-12 instructional, nonpublic school, adult and continuing education, community and junior college education, community services, and co-curricular or extracurricular activities.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account program dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProgramDimension", + "description": "The NCES program accounting dimension. A program is defined by the NCES as a plan of activities and procedures designed to accomplish a predetermined objective or set of objectives. These are often categorized into broad program areas such as regular education, special education, vocational education, other PK-12 instructional, nonpublic school, adult and continuing education, community and junior college education, community services, and co-curricular or extracurricular activities.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account program dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProgramDimension", + "description": "The NCES program accounting dimension. A program is defined by the NCES as a plan of activities and procedures designed to accomplish a predetermined objective or set of objectives. These are often categorized into broad program areas such as regular education, special education, vocational education, other PK-12 instructional, nonpublic school, adult and continuing education, community and junior college education, community services, and co-curricular or extracurricular activities.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account program dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account program dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account program dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "projectDimensions": { + "resourceName": "ProjectDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProjectDimension", + "description": "The NCES project accounting dimension. The project dimension reporting code permits school districts to accumulate expenditures to meet a variety of specialized reporting requirements at the local, state, and federal levels.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account project dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProjectDimension", + "description": "The NCES project accounting dimension. The project dimension reporting code permits school districts to accumulate expenditures to meet a variety of specialized reporting requirements at the local, state, and federal levels.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account project dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ProjectDimension", + "description": "The NCES project accounting dimension. The project dimension reporting code permits school districts to accumulate expenditures to meet a variety of specialized reporting requirements at the local, state, and federal levels.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account project dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account project dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account project dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "reportCards": { + "resourceName": "ReportCard", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ReportCard", + "description": "This educational entity represents the collection of student grades for courses taken during a grading period.", + "type": "object", + "properties": { + "grades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeReference": { + "type": "object", + "properties": { + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "gradeTypeDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "beginDate", + "localCourseCode", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCompetencyObjectives": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCompetencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentCompetencyObjectiveReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "numberOfDaysAbsent": { + "type": "number", + "description": "The number of days an individual is absent when school is in session during a given reporting period." + }, + "numberOfDaysInAttendance": { + "type": "number", + "description": "The number of days an individual is present when school is in session during a given reporting period." + }, + "numberOfDaysTardy": { + "type": "integer", + "description": "The number of days an individual is tardy during a given reporting period.", + "minimum": 0 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "educationOrganizationReference", + "gradingPeriodReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ReportCard", + "description": "This educational entity represents the collection of student grades for courses taken during a grading period.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "grades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeReference": { + "type": "object", + "properties": { + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "gradeTypeDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "beginDate", + "localCourseCode", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCompetencyObjectives": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCompetencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentCompetencyObjectiveReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "numberOfDaysAbsent": { + "type": "number", + "description": "The number of days an individual is absent when school is in session during a given reporting period." + }, + "numberOfDaysInAttendance": { + "type": "number", + "description": "The number of days an individual is present when school is in session during a given reporting period." + }, + "numberOfDaysTardy": { + "type": "integer", + "description": "The number of days an individual is tardy during a given reporting period.", + "minimum": 0 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "educationOrganizationReference", + "gradingPeriodReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.ReportCard", + "description": "This educational entity represents the collection of student grades for courses taken during a grading period.", + "type": "object", + "properties": { + "grades": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeReference": { + "type": "object", + "properties": { + "gradeTypeDescriptor": { + "type": "string", + "description": "The type of grade reported (e.g., exam, final, grading period)." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "gradeTypeDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "beginDate", + "localCourseCode", + "sessionName", + "sectionIdentifier", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCompetencyObjectives": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCompetencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "studentCompetencyObjectiveReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "numberOfDaysAbsent": { + "type": "number", + "description": "The number of days an individual is absent when school is in session during a given reporting period." + }, + "numberOfDaysInAttendance": { + "type": "number", + "description": "The number of days an individual is present when school is in session during a given reporting period." + }, + "numberOfDaysTardy": { + "type": "integer", + "description": "The number of days an individual is tardy during a given reporting period.", + "minimum": 0 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.grades[*].gradeReference.gradingPeriodDescriptor", + "targetJsonPath": "$.gradingPeriodReference.gradingPeriodDescriptor" + }, + { + "sourceJsonPath": "$.grades[*].gradeReference.periodSequence", + "targetJsonPath": "$.gradingPeriodReference.periodSequence" + }, + { + "sourceJsonPath": "$.grades[*].gradeReference.schoolId", + "targetJsonPath": "$.gradingPeriodReference.schoolId" + }, + { + "sourceJsonPath": "$.grades[*].gradeReference.schoolYear", + "targetJsonPath": "$.gradingPeriodReference.schoolYear" + }, + { + "sourceJsonPath": "$.grades[*].gradeReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + }, + { + "sourceJsonPath": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.gradingPeriodDescriptor", + "targetJsonPath": "$.gradingPeriodReference.gradingPeriodDescriptor" + }, + { + "sourceJsonPath": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.periodSequence", + "targetJsonPath": "$.gradingPeriodReference.periodSequence" + }, + { + "sourceJsonPath": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.schoolId", + "targetJsonPath": "$.gradingPeriodReference.schoolId" + }, + { + "sourceJsonPath": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.schoolYear", + "targetJsonPath": "$.gradingPeriodReference.schoolYear" + }, + { + "sourceJsonPath": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + } + ], + "identityFullnames": [ + "Student", + "EducationOrganization", + "GradingPeriod" + ], + "documentPathsMapping": { + "Grade": { + "paths": { + "beginDate": "$.grades[*].gradeReference.beginDate", + "gradeTypeDescriptor": "$.grades[*].gradeReference.gradeTypeDescriptor", + "gradingPeriodDescriptor": "$.grades[*].gradeReference.gradingPeriodDescriptor", + "localCourseCode": "$.grades[*].gradeReference.localCourseCode", + "periodSequence": "$.grades[*].gradeReference.periodSequence", + "schoolId": "$.grades[*].gradeReference.schoolId", + "schoolYear": "$.grades[*].gradeReference.schoolYear", + "sectionIdentifier": "$.grades[*].gradeReference.sectionIdentifier", + "sessionName": "$.grades[*].gradeReference.sessionName", + "studentUniqueId": "$.grades[*].gradeReference.studentUniqueId" + }, + "pathOrder": [ + "beginDate", + "gradeTypeDescriptor", + "gradingPeriodDescriptor", + "localCourseCode", + "periodSequence", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Grade" + }, + "StudentCompetencyObjective": { + "paths": { + "educationOrganizationId": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.educationOrganizationId", + "gradingPeriodDescriptor": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.gradingPeriodDescriptor", + "objective": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.objective", + "objectiveGradeLevelDescriptor": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.objectiveGradeLevelDescriptor", + "periodSequence": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.periodSequence", + "schoolId": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.schoolId", + "schoolYear": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.schoolYear", + "studentUniqueId": "$.studentCompetencyObjectives[*].studentCompetencyObjectiveReference.studentUniqueId" + }, + "pathOrder": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "objective", + "objectiveGradeLevelDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentCompetencyObjective" + }, + "GradePointAverage.GradePointAverageType": { + "paths": { + "gradePointAverageTypeDescriptor": "$.gradePointAverages[*].gradePointAverageTypeDescriptor" + }, + "pathOrder": [ + "gradePointAverageTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradePointAverageTypeDescriptor" + }, + "GradePointAverage.IsCumulative": { + "paths": { + "isCumulative": "$.gradePointAverages[*].isCumulative" + }, + "pathOrder": [ + "isCumulative" + ], + "isReference": false + }, + "GradePointAverage.GradePointAverageValue": { + "paths": { + "gradePointAverageValue": "$.gradePointAverages[*].gradePointAverageValue" + }, + "pathOrder": [ + "gradePointAverageValue" + ], + "isReference": false + }, + "GradePointAverage.MaxGradePointAverageValue": { + "paths": { + "maxGradePointAverageValue": "$.gradePointAverages[*].maxGradePointAverageValue" + }, + "pathOrder": [ + "maxGradePointAverageValue" + ], + "isReference": false + }, + "NumberOfDaysAbsent": { + "paths": { + "numberOfDaysAbsent": "$.numberOfDaysAbsent" + }, + "pathOrder": [ + "numberOfDaysAbsent" + ], + "isReference": false + }, + "NumberOfDaysInAttendance": { + "paths": { + "numberOfDaysInAttendance": "$.numberOfDaysInAttendance" + }, + "pathOrder": [ + "numberOfDaysInAttendance" + ], + "isReference": false + }, + "NumberOfDaysTardy": { + "paths": { + "numberOfDaysTardy": "$.numberOfDaysTardy" + }, + "pathOrder": [ + "numberOfDaysTardy" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriodReference.gradingPeriodDescriptor", + "periodSequence": "$.gradingPeriodReference.periodSequence", + "schoolId": "$.gradingPeriodReference.schoolId", + "schoolYear": "$.gradingPeriodReference.schoolYear" + }, + "pathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradingPeriod" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ], + "isSubclass": false + }, + "restraintEvents": { + "resourceName": "RestraintEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.RestraintEvent", + "description": "This event entity represents the instances where a special education student was physically or mechanically restrained due to imminent serious physical harm to themselves or others, imminent serious property destruction or a combination of both imminent serious physical harm to themselves or others and imminent serious property destruction.", + "type": "object", + "properties": { + "restraintEventIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 36 + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the restraint event." + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting where the RestraintEvent was exercised." + }, + "reasons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "restraintEventReasonDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "restraintEventReasonDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "restraintEventIdentifier", + "eventDate", + "studentReference", + "schoolReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.RestraintEvent", + "description": "This event entity represents the instances where a special education student was physically or mechanically restrained due to imminent serious physical harm to themselves or others, imminent serious property destruction or a combination of both imminent serious physical harm to themselves or others and imminent serious property destruction.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "restraintEventIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 36 + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the restraint event." + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting where the RestraintEvent was exercised." + }, + "reasons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "restraintEventReasonDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "restraintEventReasonDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "restraintEventIdentifier", + "eventDate", + "studentReference", + "schoolReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.RestraintEvent", + "description": "This event entity represents the instances where a special education student was physically or mechanically restrained due to imminent serious physical harm to themselves or others, imminent serious property destruction or a combination of both imminent serious physical harm to themselves or others and imminent serious property destruction.", + "type": "object", + "properties": { + "restraintEventIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a restraint event by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 36 + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the restraint event." + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting where the RestraintEvent was exercised." + }, + "reasons": { + "type": "array", + "items": { + "type": "object", + "properties": { + "restraintEventReasonDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "restraintEventReasonDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "RestraintEventIdentifier", + "Student", + "School" + ], + "documentPathsMapping": { + "RestraintEventIdentifier": { + "paths": { + "restraintEventIdentifier": "$.restraintEventIdentifier" + }, + "pathOrder": [ + "restraintEventIdentifier" + ], + "isReference": false + }, + "EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "RestraintEventReason": { + "paths": { + "restraintEventReasonDescriptor": "$.reasons[*].restraintEventReasonDescriptor" + }, + "pathOrder": [ + "restraintEventReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RestraintEventReasonDescriptor" + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programs[*].programReference.educationOrganizationId", + "programName": "$.programs[*].programReference.programName", + "programTypeDescriptor": "$.programs[*].programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + } + }, + "identityPathOrder": [ + "restraintEventIdentifier", + "schoolId", + "studentUniqueId" + ], + "isSubclass": false + }, + "sections": { + "resourceName": "Section", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Section", + "description": "This entity represents a setting in which organized instruction of course content is provided, in-person or otherwise, to one or more students for a given period of time. A course offering may be offered to more than one section.", + "type": "object", + "properties": { + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sequenceOfCourse": { + "type": "integer", + "description": "When a section is part of a sequence of parts for a course, the number of the sequence. If the course has only one part, the value of this section attribute should be 1.", + "minimum": 1, + "maximum": 8 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a student receives education and related services." + }, + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "The media through which teachers provide instruction to students and students and teachers communicate about instructional matters." + }, + "populationServedDescriptor": { + "type": "string", + "description": "The type of students the section is offered and tailored to." + }, + "availableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "availableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "availableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sectionCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "instructionLanguageDescriptor": { + "type": "string", + "description": "The primary language of instruction. If omitted, English is assumed." + }, + "courseOfferingReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "locationSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "locationReference": { + "type": "object", + "properties": { + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classroomIdentificationCode", + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this section is used for official daily attendance. Alternatively, official daily attendance may be tied to a class period." + }, + "sectionName": { + "type": "string", + "description": "A locally-defined name for the section, generally created to make the section more recognizable in informal contexts and generally distinct from the section identifier.", + "minLength": 1, + "maxLength": 100 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "sectionIdentifier", + "courseOfferingReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Section", + "description": "This entity represents a setting in which organized instruction of course content is provided, in-person or otherwise, to one or more students for a given period of time. A course offering may be offered to more than one section.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sequenceOfCourse": { + "type": "integer", + "description": "When a section is part of a sequence of parts for a course, the number of the sequence. If the course has only one part, the value of this section attribute should be 1.", + "minimum": 1, + "maximum": 8 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a student receives education and related services." + }, + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "The media through which teachers provide instruction to students and students and teachers communicate about instructional matters." + }, + "populationServedDescriptor": { + "type": "string", + "description": "The type of students the section is offered and tailored to." + }, + "availableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "availableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "availableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sectionCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "instructionLanguageDescriptor": { + "type": "string", + "description": "The primary language of instruction. If omitted, English is assumed." + }, + "courseOfferingReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "locationSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "locationReference": { + "type": "object", + "properties": { + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classroomIdentificationCode", + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this section is used for official daily attendance. Alternatively, official daily attendance may be tied to a class period." + }, + "sectionName": { + "type": "string", + "description": "A locally-defined name for the section, generally created to make the section more recognizable in informal contexts and generally distinct from the section identifier.", + "minLength": 1, + "maxLength": 100 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "sectionIdentifier", + "courseOfferingReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Section", + "description": "This entity represents a setting in which organized instruction of course content is provided, in-person or otherwise, to one or more students for a given period of time. A course offering may be offered to more than one section.", + "type": "object", + "properties": { + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "sequenceOfCourse": { + "type": "integer", + "description": "When a section is part of a sequence of parts for a course, the number of the sequence. If the course has only one part, the value of this section attribute should be 1.", + "minimum": 1, + "maximum": 8 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a student receives education and related services." + }, + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "The media through which teachers provide instruction to students and students and teachers communicate about instructional matters." + }, + "populationServedDescriptor": { + "type": "string", + "description": "The type of students the section is offered and tailored to." + }, + "availableCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "availableCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "availableCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "characteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "sectionCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "instructionLanguageDescriptor": { + "type": "string", + "description": "The primary language of instruction. If omitted, English is assumed." + }, + "courseOfferingReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "locationSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "locationReference": { + "type": "object", + "properties": { + "classroomIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classroomIdentificationCode", + "schoolId" + ] + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "programs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "programReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "courseLevelCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "courseLevelCharacteristicDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "courseLevelCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "offeredGradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "officialAttendancePeriod": { + "type": "boolean", + "description": "Indicator of whether this section is used for official daily attendance. Alternatively, official daily attendance may be tied to a class period." + }, + "sectionName": { + "type": "string", + "description": "A locally-defined name for the section, generally created to make the section more recognizable in informal contexts and generally distinct from the section identifier.", + "minLength": 1, + "maxLength": 100 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.classPeriods[*].classPeriodReference.schoolId", + "targetJsonPath": "$.courseOfferingReference.schoolId" + } + ], + "identityFullnames": [ + "SectionIdentifier", + "CourseOffering" + ], + "documentPathsMapping": { + "SectionIdentifier": { + "paths": { + "sectionIdentifier": "$.sectionIdentifier" + }, + "pathOrder": [ + "sectionIdentifier" + ], + "isReference": false + }, + "SequenceOfCourse": { + "paths": { + "sequenceOfCourse": "$.sequenceOfCourse" + }, + "pathOrder": [ + "sequenceOfCourse" + ], + "isReference": false + }, + "EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "MediumOfInstruction": { + "paths": { + "mediumOfInstructionDescriptor": "$.mediumOfInstructionDescriptor" + }, + "pathOrder": [ + "mediumOfInstructionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MediumOfInstructionDescriptor" + }, + "PopulationServed": { + "paths": { + "populationServedDescriptor": "$.populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "AvailableCredits.Credits": { + "paths": { + "availableCredits": "$.availableCredits" + }, + "pathOrder": [ + "availableCredits" + ], + "isReference": false + }, + "AvailableCredits.CreditType": { + "paths": { + "availableCreditTypeDescriptor": "$.availableCreditTypeDescriptor" + }, + "pathOrder": [ + "availableCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "AvailableCredits.CreditConversion": { + "paths": { + "availableCreditConversions": "$.availableCreditConversions" + }, + "pathOrder": [ + "availableCreditConversions" + ], + "isReference": false + }, + "SectionCharacteristic": { + "paths": { + "sectionCharacteristicDescriptor": "$.characteristics[*].sectionCharacteristicDescriptor" + }, + "pathOrder": [ + "sectionCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SectionCharacteristicDescriptor" + }, + "InstructionLanguage": { + "paths": { + "instructionLanguageDescriptor": "$.instructionLanguageDescriptor" + }, + "pathOrder": [ + "instructionLanguageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "CourseOffering": { + "paths": { + "localCourseCode": "$.courseOfferingReference.localCourseCode", + "schoolId": "$.courseOfferingReference.schoolId", + "schoolYear": "$.courseOfferingReference.schoolYear", + "sessionName": "$.courseOfferingReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "CourseOffering" + }, + "LocationSchool": { + "paths": { + "schoolId": "$.locationSchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "Location": { + "paths": { + "classroomIdentificationCode": "$.locationReference.classroomIdentificationCode", + "schoolId": "$.locationReference.schoolId" + }, + "pathOrder": [ + "classroomIdentificationCode", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Location" + }, + "ClassPeriod": { + "paths": { + "classPeriodName": "$.classPeriods[*].classPeriodReference.classPeriodName", + "schoolId": "$.classPeriods[*].classPeriodReference.schoolId" + }, + "pathOrder": [ + "classPeriodName", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ClassPeriod" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programs[*].programReference.educationOrganizationId", + "programName": "$.programs[*].programReference.programName", + "programTypeDescriptor": "$.programs[*].programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "CourseLevelCharacteristic": { + "paths": { + "courseLevelCharacteristicDescriptor": "$.courseLevelCharacteristics[*].courseLevelCharacteristicDescriptor" + }, + "pathOrder": [ + "courseLevelCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CourseLevelCharacteristicDescriptor" + }, + "OfferedGradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.offeredGradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "OfficialAttendancePeriod": { + "paths": { + "officialAttendancePeriod": "$.officialAttendancePeriod" + }, + "pathOrder": [ + "officialAttendancePeriod" + ], + "isReference": false + }, + "SectionName": { + "paths": { + "sectionName": "$.sectionName" + }, + "pathOrder": [ + "sectionName" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isSubclass": false + }, + "sectionAttendanceTakenEvents": { + "resourceName": "SectionAttendanceTakenEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SectionAttendanceTakenEvent", + "description": "Captures attendance taken event for given section.", + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "calendarDateReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear", + "date" + ] + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the section attendance taken event was submitted, which could be a different date than the instructional day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "sectionReference", + "calendarDateReference", + "eventDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SectionAttendanceTakenEvent", + "description": "Captures attendance taken event for given section.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "calendarDateReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear", + "date" + ] + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the section attendance taken event was submitted, which could be a different date than the instructional day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "sectionReference", + "calendarDateReference", + "eventDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SectionAttendanceTakenEvent", + "description": "Captures attendance taken event for given section.", + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "calendarDateReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "date": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the calendar event." + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear", + "date" + ] + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "The date the section attendance taken event was submitted, which could be a different date than the instructional day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.calendarDateReference.schoolId", + "targetJsonPath": "$.sectionReference.schoolId" + }, + { + "sourceJsonPath": "$.calendarDateReference.schoolYear", + "targetJsonPath": "$.sectionReference.schoolYear" + } + ], + "identityFullnames": [ + "Section", + "CalendarDate" + ], + "documentPathsMapping": { + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "CalendarDate": { + "paths": { + "calendarCode": "$.calendarDateReference.calendarCode", + "date": "$.calendarDateReference.date", + "schoolId": "$.calendarDateReference.schoolId", + "schoolYear": "$.calendarDateReference.schoolYear" + }, + "pathOrder": [ + "calendarCode", + "date", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "CalendarDate" + }, + "EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "calendarCode", + "date", + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isSubclass": false + }, + "sessions": { + "resourceName": "Session", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Session", + "description": "A term in the school year, generally a unit of time into which courses are scheduled, instruction occurs and by which credits are awarded. Sessions may be interrupted by vacations or other events.", + "type": "object", + "properties": { + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the session." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day and year of the last day of the session." + }, + "termDescriptor": { + "type": "string", + "description": "An descriptor value indicating the term." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total number of instructional days in the school calendar.", + "minimum": 0 + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicWeeks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicWeekReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "weekIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "academicWeekReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "sessionName", + "schoolYearTypeReference", + "beginDate", + "endDate", + "termDescriptor", + "totalInstructionalDays", + "schoolReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Session", + "description": "A term in the school year, generally a unit of time into which courses are scheduled, instruction occurs and by which credits are awarded. Sessions may be interrupted by vacations or other events.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the session." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day and year of the last day of the session." + }, + "termDescriptor": { + "type": "string", + "description": "An descriptor value indicating the term." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total number of instructional days in the school calendar.", + "minimum": 0 + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicWeeks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicWeekReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "weekIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "academicWeekReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "sessionName", + "schoolYearTypeReference", + "beginDate", + "endDate", + "termDescriptor", + "totalInstructionalDays", + "schoolReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Session", + "description": "A term in the school year, generally a unit of time into which courses are scheduled, instruction occurs and by which credits are awarded. Sessions may be interrupted by vacations or other events.", + "type": "object", + "properties": { + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the first day of the session." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day and year of the last day of the session." + }, + "termDescriptor": { + "type": "string", + "description": "An descriptor value indicating the term." + }, + "totalInstructionalDays": { + "type": "integer", + "description": "The total number of instructional days in the school calendar.", + "minimum": 0 + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "gradingPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicWeeks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicWeekReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "weekIdentifier": { + "type": "string", + "description": "The school label for the week.", + "minLength": 5, + "maxLength": 80 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "weekIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "academicWeekReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.gradingPeriods[*].gradingPeriodReference.schoolYear", + "targetJsonPath": "$.schoolYearTypeReference.schoolYear" + }, + { + "sourceJsonPath": "$.gradingPeriods[*].gradingPeriodReference.schoolId", + "targetJsonPath": "$.schoolReference.schoolId" + } + ], + "identityFullnames": [ + "SessionName", + "SchoolYear", + "School" + ], + "documentPathsMapping": { + "SessionName": { + "paths": { + "sessionName": "$.sessionName" + }, + "pathOrder": [ + "sessionName" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Term": { + "paths": { + "termDescriptor": "$.termDescriptor" + }, + "pathOrder": [ + "termDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TermDescriptor" + }, + "TotalInstructionalDays": { + "paths": { + "totalInstructionalDays": "$.totalInstructionalDays" + }, + "pathOrder": [ + "totalInstructionalDays" + ], + "isReference": false + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriods[*].gradingPeriodReference.gradingPeriodDescriptor", + "periodSequence": "$.gradingPeriods[*].gradingPeriodReference.periodSequence", + "schoolId": "$.gradingPeriods[*].gradingPeriodReference.schoolId", + "schoolYear": "$.gradingPeriods[*].gradingPeriodReference.schoolYear" + }, + "pathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradingPeriod" + }, + "AcademicWeek": { + "paths": { + "schoolId": "$.academicWeeks[*].academicWeekReference.schoolId", + "weekIdentifier": "$.academicWeeks[*].academicWeekReference.weekIdentifier" + }, + "pathOrder": [ + "schoolId", + "weekIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "AcademicWeek" + } + }, + "identityPathOrder": [ + "schoolId", + "schoolYear", + "sessionName" + ], + "isSubclass": false + }, + "sourceDimensions": { + "resourceName": "SourceDimension", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SourceDimension", + "description": "The NCES source dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account source dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "code", + "fiscalYear" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SourceDimension", + "description": "The NCES source dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account source dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "code", + "fiscalYear" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SourceDimension", + "description": "The NCES source dimension. This dimension is used to segregate costs by school and operational unit such as physical location, department, or other method.", + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "The code representation of the account source dimension.", + "minLength": 1, + "maxLength": 16 + }, + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the account source dimension is valid.", + "minimum": 2020, + "maximum": 2040 + }, + "codeName": { + "type": "string", + "description": "A description of the account source dimension.", + "minLength": 1, + "maxLength": 100 + }, + "reportingTags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportingTagDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "reportingTagDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Code", + "FiscalYear" + ], + "documentPathsMapping": { + "Code": { + "paths": { + "code": "$.code" + }, + "pathOrder": [ + "code" + ], + "isReference": false + }, + "FiscalYear": { + "paths": { + "fiscalYear": "$.fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "CodeName": { + "paths": { + "codeName": "$.codeName" + }, + "pathOrder": [ + "codeName" + ], + "isReference": false + }, + "ReportingTag": { + "paths": { + "reportingTagDescriptor": "$.reportingTags[*].reportingTagDescriptor" + }, + "pathOrder": [ + "reportingTagDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReportingTagDescriptor" + } + }, + "identityPathOrder": [ + "code", + "fiscalYear" + ], + "isSubclass": false + }, + "staffs": { + "resourceName": "Staff", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Staff", + "description": "This entity represents an individual who performs specified activities for any public or private education institution or agency that provides instructional and/or support services to students or staff at the early childhood level through high school completion.", + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "staffIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the staff Identification Code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "staffIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "yearsOfPriorProfessionalExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a similar professional position in one or more education institutions prior to the current school year." + }, + "yearsOfPriorTeachingExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a teaching position in one or more education institutions prior to the current school year." + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for ALL Sections being taught." + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "credentials": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "credentialReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId", + "firstName", + "lastSurname" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Staff", + "description": "This entity represents an individual who performs specified activities for any public or private education institution or agency that provides instructional and/or support services to students or staff at the early childhood level through high school completion.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "staffIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the staff Identification Code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "staffIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "yearsOfPriorProfessionalExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a similar professional position in one or more education institutions prior to the current school year." + }, + "yearsOfPriorTeachingExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a teaching position in one or more education institutions prior to the current school year." + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for ALL Sections being taught." + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "credentials": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "credentialReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffUniqueId", + "firstName", + "lastSurname" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Staff", + "description": "This entity represents an individual who performs specified activities for any public or private education institution or agency that provides instructional and/or support services to students or staff at the early childhood level through high school completion.", + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "staffIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the staff Identification Code.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "staffIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "A person's gender." + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "highestCompletedLevelOfEducationDescriptor": { + "type": "string", + "description": "The extent of formal instruction an individual has received (e.g., the highest grade in school completed or its equivalent or the highest degree received)." + }, + "yearsOfPriorProfessionalExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a similar professional position in one or more education institutions prior to the current school year." + }, + "yearsOfPriorTeachingExperience": { + "type": "number", + "description": "The total number of years that an individual has previously held a teaching position in one or more education institutions prior to the current school year." + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for ALL Sections being taught." + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "credentials": { + "type": "array", + "items": { + "type": "object", + "properties": { + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + } + }, + "additionalProperties": false, + "required": [ + "credentialReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "StaffUniqueId" + ], + "documentPathsMapping": { + "StaffUniqueId": { + "paths": { + "staffUniqueId": "$.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": false + }, + "StaffIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "StaffIdentificationCode.StaffIdentificationSystem": { + "paths": { + "staffIdentificationSystemDescriptor": "$.identificationCodes[*].staffIdentificationSystemDescriptor" + }, + "pathOrder": [ + "staffIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StaffIdentificationSystemDescriptor" + }, + "StaffIdentificationCode.AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.identificationCodes[*].assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "Name.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "Name.FirstName": { + "paths": { + "firstName": "$.firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "Name.MiddleName": { + "paths": { + "middleName": "$.middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "Name.LastSurname": { + "paths": { + "lastSurname": "$.lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "Name.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "Name.MaidenName": { + "paths": { + "maidenName": "$.maidenName" + }, + "pathOrder": [ + "maidenName" + ], + "isReference": false + }, + "Name.PreferredFirstName": { + "paths": { + "preferredFirstName": "$.preferredFirstName" + }, + "pathOrder": [ + "preferredFirstName" + ], + "isReference": false + }, + "Name.PreferredLastSurname": { + "paths": { + "preferredLastSurname": "$.preferredLastSurname" + }, + "pathOrder": [ + "preferredLastSurname" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.DocumentTitle": { + "paths": { + "documentTitle": "$.personalIdentificationDocuments[*].documentTitle" + }, + "pathOrder": [ + "documentTitle" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.PersonalInformationVerification": { + "paths": { + "personalInformationVerificationDescriptor": "$.personalIdentificationDocuments[*].personalInformationVerificationDescriptor" + }, + "pathOrder": [ + "personalInformationVerificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PersonalInformationVerificationDescriptor" + }, + "Name.PersonalIdentificationDocument.DocumentExpirationDate": { + "paths": { + "documentExpirationDate": "$.personalIdentificationDocuments[*].documentExpirationDate" + }, + "pathOrder": [ + "documentExpirationDate" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerDocumentIdentificationCode": { + "paths": { + "issuerDocumentIdentificationCode": "$.personalIdentificationDocuments[*].issuerDocumentIdentificationCode" + }, + "pathOrder": [ + "issuerDocumentIdentificationCode" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerName": { + "paths": { + "issuerName": "$.personalIdentificationDocuments[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerCountry": { + "paths": { + "issuerCountryDescriptor": "$.personalIdentificationDocuments[*].issuerCountryDescriptor" + }, + "pathOrder": [ + "issuerCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "Name.PersonalIdentificationDocument.IdentificationDocumentUse": { + "paths": { + "identificationDocumentUseDescriptor": "$.personalIdentificationDocuments[*].identificationDocumentUseDescriptor" + }, + "pathOrder": [ + "identificationDocumentUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IdentificationDocumentUseDescriptor" + }, + "OtherName.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.otherNames[*].personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "OtherName.FirstName": { + "paths": { + "firstName": "$.otherNames[*].firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "OtherName.MiddleName": { + "paths": { + "middleName": "$.otherNames[*].middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "OtherName.LastSurname": { + "paths": { + "lastSurname": "$.otherNames[*].lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "OtherName.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.otherNames[*].generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "OtherName.OtherNameType": { + "paths": { + "otherNameTypeDescriptor": "$.otherNames[*].otherNameTypeDescriptor" + }, + "pathOrder": [ + "otherNameTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OtherNameTypeDescriptor" + }, + "Sex": { + "paths": { + "sexDescriptor": "$.sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "BirthDate": { + "paths": { + "birthDate": "$.birthDate" + }, + "pathOrder": [ + "birthDate" + ], + "isReference": false + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Telephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.telephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "Telephone.TelephoneNumberType": { + "paths": { + "telephoneNumberTypeDescriptor": "$.telephones[*].telephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "telephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TelephoneNumberTypeDescriptor" + }, + "Telephone.OrderOfPriority": { + "paths": { + "orderOfPriority": "$.telephones[*].orderOfPriority" + }, + "pathOrder": [ + "orderOfPriority" + ], + "isReference": false + }, + "Telephone.TextMessageCapabilityIndicator": { + "paths": { + "textMessageCapabilityIndicator": "$.telephones[*].textMessageCapabilityIndicator" + }, + "pathOrder": [ + "textMessageCapabilityIndicator" + ], + "isReference": false + }, + "Telephone.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.telephones[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailAddress": { + "paths": { + "electronicMailAddress": "$.electronicMails[*].electronicMailAddress" + }, + "pathOrder": [ + "electronicMailAddress" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailType": { + "paths": { + "electronicMailTypeDescriptor": "$.electronicMails[*].electronicMailTypeDescriptor" + }, + "pathOrder": [ + "electronicMailTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ElectronicMailTypeDescriptor" + }, + "ElectronicMail.PrimaryEmailAddressIndicator": { + "paths": { + "primaryEmailAddressIndicator": "$.electronicMails[*].primaryEmailAddressIndicator" + }, + "pathOrder": [ + "primaryEmailAddressIndicator" + ], + "isReference": false + }, + "ElectronicMail.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.electronicMails[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "HispanicLatinoEthnicity": { + "paths": { + "hispanicLatinoEthnicity": "$.hispanicLatinoEthnicity" + }, + "pathOrder": [ + "hispanicLatinoEthnicity" + ], + "isReference": false + }, + "Race": { + "paths": { + "raceDescriptor": "$.races[*].raceDescriptor" + }, + "pathOrder": [ + "raceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RaceDescriptor" + }, + "Citizenship.CitizenshipStatus": { + "paths": { + "citizenshipStatusDescriptor": "$.citizenshipStatusDescriptor" + }, + "pathOrder": [ + "citizenshipStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CitizenshipStatusDescriptor" + }, + "Citizenship.Visa": { + "paths": { + "visaDescriptor": "$.visas[*].visaDescriptor" + }, + "pathOrder": [ + "visaDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "VisaDescriptor" + }, + "Citizenship.IdentificationDocument.DocumentTitle": { + "paths": { + "documentTitle": "$.identificationDocuments[*].documentTitle" + }, + "pathOrder": [ + "documentTitle" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.PersonalInformationVerification": { + "paths": { + "personalInformationVerificationDescriptor": "$.identificationDocuments[*].personalInformationVerificationDescriptor" + }, + "pathOrder": [ + "personalInformationVerificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PersonalInformationVerificationDescriptor" + }, + "Citizenship.IdentificationDocument.DocumentExpirationDate": { + "paths": { + "documentExpirationDate": "$.identificationDocuments[*].documentExpirationDate" + }, + "pathOrder": [ + "documentExpirationDate" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerDocumentIdentificationCode": { + "paths": { + "issuerDocumentIdentificationCode": "$.identificationDocuments[*].issuerDocumentIdentificationCode" + }, + "pathOrder": [ + "issuerDocumentIdentificationCode" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerName": { + "paths": { + "issuerName": "$.identificationDocuments[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerCountry": { + "paths": { + "issuerCountryDescriptor": "$.identificationDocuments[*].issuerCountryDescriptor" + }, + "pathOrder": [ + "issuerCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "Citizenship.IdentificationDocument.IdentificationDocumentUse": { + "paths": { + "identificationDocumentUseDescriptor": "$.identificationDocuments[*].identificationDocumentUseDescriptor" + }, + "pathOrder": [ + "identificationDocumentUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IdentificationDocumentUseDescriptor" + }, + "Language.Language": { + "paths": { + "languageDescriptor": "$.languages[*].languageDescriptor" + }, + "pathOrder": [ + "languageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "Language.LanguageUse": { + "paths": { + "languageUseDescriptor": "$.languages[*].uses[*].languageUseDescriptor" + }, + "pathOrder": [ + "languageUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageUseDescriptor" + }, + "HighestCompletedLevelOfEducation": { + "paths": { + "highestCompletedLevelOfEducationDescriptor": "$.highestCompletedLevelOfEducationDescriptor" + }, + "pathOrder": [ + "highestCompletedLevelOfEducationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LevelOfEducationDescriptor" + }, + "YearsOfPriorProfessionalExperience": { + "paths": { + "yearsOfPriorProfessionalExperience": "$.yearsOfPriorProfessionalExperience" + }, + "pathOrder": [ + "yearsOfPriorProfessionalExperience" + ], + "isReference": false + }, + "YearsOfPriorTeachingExperience": { + "paths": { + "yearsOfPriorTeachingExperience": "$.yearsOfPriorTeachingExperience" + }, + "pathOrder": [ + "yearsOfPriorTeachingExperience" + ], + "isReference": false + }, + "LoginId": { + "paths": { + "loginId": "$.loginId" + }, + "pathOrder": [ + "loginId" + ], + "isReference": false + }, + "HighlyQualifiedTeacher": { + "paths": { + "highlyQualifiedTeacher": "$.highlyQualifiedTeacher" + }, + "pathOrder": [ + "highlyQualifiedTeacher" + ], + "isReference": false + }, + "Recognition.Achievement.AchievementTitle": { + "paths": { + "achievementTitle": "$.recognitions[*].achievementTitle" + }, + "pathOrder": [ + "achievementTitle" + ], + "isReference": false + }, + "Recognition.Achievement.AchievementCategory": { + "paths": { + "achievementCategoryDescriptor": "$.recognitions[*].achievementCategoryDescriptor" + }, + "pathOrder": [ + "achievementCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AchievementCategoryDescriptor" + }, + "Recognition.Achievement.AchievementCategorySystem": { + "paths": { + "achievementCategorySystem": "$.recognitions[*].achievementCategorySystem" + }, + "pathOrder": [ + "achievementCategorySystem" + ], + "isReference": false + }, + "Recognition.Achievement.IssuerName": { + "paths": { + "issuerName": "$.recognitions[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Recognition.Achievement.IssuerOriginURL": { + "paths": { + "issuerOriginURL": "$.recognitions[*].issuerOriginURL" + }, + "pathOrder": [ + "issuerOriginURL" + ], + "isReference": false + }, + "Recognition.Achievement.Criteria": { + "paths": { + "criteria": "$.recognitions[*].criteria" + }, + "pathOrder": [ + "criteria" + ], + "isReference": false + }, + "Recognition.Achievement.CriteriaURL": { + "paths": { + "criteriaURL": "$.recognitions[*].criteriaURL" + }, + "pathOrder": [ + "criteriaURL" + ], + "isReference": false + }, + "Recognition.Achievement.EvidenceStatement": { + "paths": { + "evidenceStatement": "$.recognitions[*].evidenceStatement" + }, + "pathOrder": [ + "evidenceStatement" + ], + "isReference": false + }, + "Recognition.Achievement.ImageURL": { + "paths": { + "imageURL": "$.recognitions[*].imageURL" + }, + "pathOrder": [ + "imageURL" + ], + "isReference": false + }, + "Recognition.RecognitionType": { + "paths": { + "recognitionTypeDescriptor": "$.recognitions[*].recognitionTypeDescriptor" + }, + "pathOrder": [ + "recognitionTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RecognitionTypeDescriptor" + }, + "Recognition.RecognitionDescription": { + "paths": { + "recognitionDescription": "$.recognitions[*].recognitionDescription" + }, + "pathOrder": [ + "recognitionDescription" + ], + "isReference": false + }, + "Recognition.RecognitionAwardDate": { + "paths": { + "recognitionAwardDate": "$.recognitions[*].recognitionAwardDate" + }, + "pathOrder": [ + "recognitionAwardDate" + ], + "isReference": false + }, + "Recognition.RecognitionAwardExpiresDate": { + "paths": { + "recognitionAwardExpiresDate": "$.recognitions[*].recognitionAwardExpiresDate" + }, + "pathOrder": [ + "recognitionAwardExpiresDate" + ], + "isReference": false + }, + "Credential": { + "paths": { + "credentialIdentifier": "$.credentials[*].credentialReference.credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor": "$.credentials[*].credentialReference.stateOfIssueStateAbbreviationDescriptor" + }, + "pathOrder": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Credential" + }, + "TribalAffiliation": { + "paths": { + "tribalAffiliationDescriptor": "$.tribalAffiliations[*].tribalAffiliationDescriptor" + }, + "pathOrder": [ + "tribalAffiliationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TribalAffiliationDescriptor" + }, + "Person": { + "paths": { + "personId": "$.personReference.personId", + "sourceSystemDescriptor": "$.personReference.sourceSystemDescriptor" + }, + "pathOrder": [ + "personId", + "sourceSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Person" + }, + "AncestryEthnicOrigin": { + "paths": { + "ancestryEthnicOriginDescriptor": "$.ancestryEthnicOrigins[*].ancestryEthnicOriginDescriptor" + }, + "pathOrder": [ + "ancestryEthnicOriginDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AncestryEthnicOriginDescriptor" + } + }, + "identityPathOrder": [ + "staffUniqueId" + ], + "isSubclass": false + }, + "staffAbsenceEvents": { + "resourceName": "StaffAbsenceEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffAbsenceEvent", + "description": "This event entity represents the recording of the dates of staff absence.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this leave event." + }, + "absenceEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of absence." + }, + "absenceEventReason": { + "type": "string", + "description": "Expanded reason for the staff absence.", + "minLength": 1, + "maxLength": 40 + }, + "hoursAbsent": { + "type": "number", + "description": "The hours the staff was absent, if not the entire working day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "absenceEventCategoryDescriptor", + "staffReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffAbsenceEvent", + "description": "This event entity represents the recording of the dates of staff absence.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this leave event." + }, + "absenceEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of absence." + }, + "absenceEventReason": { + "type": "string", + "description": "Expanded reason for the staff absence.", + "minLength": 1, + "maxLength": 40 + }, + "hoursAbsent": { + "type": "number", + "description": "The hours the staff was absent, if not the entire working day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "absenceEventCategoryDescriptor", + "staffReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffAbsenceEvent", + "description": "This event entity represents the recording of the dates of staff absence.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this leave event." + }, + "absenceEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of absence." + }, + "absenceEventReason": { + "type": "string", + "description": "Expanded reason for the staff absence.", + "minLength": 1, + "maxLength": 40 + }, + "hoursAbsent": { + "type": "number", + "description": "The hours the staff was absent, if not the entire working day." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EventDate", + "AbsenceEventCategory", + "Staff" + ], + "documentPathsMapping": { + "EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "AbsenceEventCategory": { + "paths": { + "absenceEventCategoryDescriptor": "$.absenceEventCategoryDescriptor" + }, + "pathOrder": [ + "absenceEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AbsenceEventCategoryDescriptor" + }, + "AbsenceEventReason": { + "paths": { + "absenceEventReason": "$.absenceEventReason" + }, + "pathOrder": [ + "absenceEventReason" + ], + "isReference": false + }, + "HoursAbsent": { + "paths": { + "hoursAbsent": "$.hoursAbsent" + }, + "pathOrder": [ + "hoursAbsent" + ], + "isReference": false + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "absenceEventCategoryDescriptor", + "eventDate", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffLeaves": { + "resourceName": "StaffLeave", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffLeave", + "description": "This entity represents the recording of the dates of staff leave (e.g., sick leave, personal time, vacation).", + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the staff leave." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the staff leave." + }, + "staffLeaveEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of leave taken." + }, + "reason": { + "type": "string", + "description": "Expanded reason for the staff leave.", + "minLength": 1, + "maxLength": 40 + }, + "substituteAssigned": { + "type": "boolean", + "description": "Indicator of whether a substitute was assigned during the period of staff leave." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "beginDate", + "staffLeaveEventCategoryDescriptor", + "staffReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffLeave", + "description": "This entity represents the recording of the dates of staff leave (e.g., sick leave, personal time, vacation).", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the staff leave." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the staff leave." + }, + "staffLeaveEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of leave taken." + }, + "reason": { + "type": "string", + "description": "Expanded reason for the staff leave.", + "minLength": 1, + "maxLength": 40 + }, + "substituteAssigned": { + "type": "boolean", + "description": "Indicator of whether a substitute was assigned during the period of staff leave." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "beginDate", + "staffLeaveEventCategoryDescriptor", + "staffReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffLeave", + "description": "This entity represents the recording of the dates of staff leave (e.g., sick leave, personal time, vacation).", + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the staff leave." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the staff leave." + }, + "staffLeaveEventCategoryDescriptor": { + "type": "string", + "description": "The code describing the type of leave taken." + }, + "reason": { + "type": "string", + "description": "Expanded reason for the staff leave.", + "minLength": 1, + "maxLength": 40 + }, + "substituteAssigned": { + "type": "boolean", + "description": "Indicator of whether a substitute was assigned during the period of staff leave." + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "StaffLeaveEventCategory", + "Staff" + ], + "documentPathsMapping": { + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "StaffLeaveEventCategory": { + "paths": { + "staffLeaveEventCategoryDescriptor": "$.staffLeaveEventCategoryDescriptor" + }, + "pathOrder": [ + "staffLeaveEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StaffLeaveEventCategoryDescriptor" + }, + "Reason": { + "paths": { + "reason": "$.reason" + }, + "pathOrder": [ + "reason" + ], + "isReference": false + }, + "SubstituteAssigned": { + "paths": { + "substituteAssigned": "$.substituteAssigned" + }, + "pathOrder": [ + "substituteAssigned" + ], + "isReference": false + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "beginDate", + "staffLeaveEventCategoryDescriptor", + "staffUniqueId" + ], + "isSubclass": false + }, + "students": { + "resourceName": "Student", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Student", + "description": "This entity represents an individual for whom instruction, services, and/or care are provided in an early childhood, elementary, or secondary educational program under the jurisdiction of a school, education agency or other institution or program. A student is a person who has been enrolled in a school or other educational institution.", + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "birthCity": { + "type": "string", + "description": "The city the student was born in.", + "minLength": 2, + "maxLength": 30 + }, + "birthStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born." + }, + "birthInternationalProvince": { + "type": "string", + "description": "For students born outside of the U.S., the Province or jurisdiction in which an individual is born.", + "minLength": 1, + "maxLength": 150 + }, + "birthCountryDescriptor": { + "type": "string", + "description": "The country in which an individual is born. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "dateEnteredUS": { + "type": "string", + "format": "date", + "description": "For students born outside of the U.S., the date the student entered the U.S." + }, + "multipleBirthStatus": { + "type": "boolean", + "description": "Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)" + }, + "birthSexDescriptor": { + "type": "string", + "description": "A person's gender at birth." + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId", + "firstName", + "lastSurname", + "birthDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Student", + "description": "This entity represents an individual for whom instruction, services, and/or care are provided in an early childhood, elementary, or secondary educational program under the jurisdiction of a school, education agency or other institution or program. A student is a person who has been enrolled in a school or other educational institution.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "birthCity": { + "type": "string", + "description": "The city the student was born in.", + "minLength": 2, + "maxLength": 30 + }, + "birthStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born." + }, + "birthInternationalProvince": { + "type": "string", + "description": "For students born outside of the U.S., the Province or jurisdiction in which an individual is born.", + "minLength": 1, + "maxLength": 150 + }, + "birthCountryDescriptor": { + "type": "string", + "description": "The country in which an individual is born. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "dateEnteredUS": { + "type": "string", + "format": "date", + "description": "For students born outside of the U.S., the date the student entered the U.S." + }, + "multipleBirthStatus": { + "type": "boolean", + "description": "Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)" + }, + "birthSexDescriptor": { + "type": "string", + "description": "A person's gender at birth." + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentUniqueId", + "firstName", + "lastSurname", + "birthDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Student", + "description": "This entity represents an individual for whom instruction, services, and/or care are provided in an early childhood, elementary, or secondary educational program under the jurisdiction of a school, education agency or other institution or program. A student is a person who has been enrolled in a school or other educational institution.", + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "maidenName": { + "type": "string", + "description": "The individual's maiden name.", + "minLength": 1, + "maxLength": 75 + }, + "preferredFirstName": { + "type": "string", + "description": "The first name the individual prefers, if different from their legal first name", + "minLength": 1, + "maxLength": 75 + }, + "preferredLastSurname": { + "type": "string", + "description": "The last name the individual prefers, if different from their legal last name", + "minLength": 1, + "maxLength": 75 + }, + "personalIdentificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false, + "required": [ + "personalInformationVerificationDescriptor", + "identificationDocumentUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "otherNames": { + "type": "array", + "items": { + "type": "object", + "properties": { + "personalTitlePrefix": { + "type": "string", + "description": "A prefix used to denote the title, degree, position, or seniority of the individual.", + "minLength": 1, + "maxLength": 30 + }, + "firstName": { + "type": "string", + "description": "A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change.", + "minLength": 1, + "maxLength": 75 + }, + "middleName": { + "type": "string", + "description": "A secondary name given to an individual at birth, baptism, or during another naming ceremony.", + "minLength": 1, + "maxLength": 75 + }, + "lastSurname": { + "type": "string", + "description": "The name borne in common by members of a family.", + "minLength": 1, + "maxLength": 75 + }, + "generationCodeSuffix": { + "type": "string", + "description": "An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III).", + "minLength": 1, + "maxLength": 10 + }, + "otherNameTypeDescriptor": { + "type": "string", + "description": "The types of alternate names for an individual." + } + }, + "additionalProperties": false, + "required": [ + "firstName", + "lastSurname", + "otherNameTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "birthDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was born." + }, + "birthCity": { + "type": "string", + "description": "The city the student was born in.", + "minLength": 2, + "maxLength": 30 + }, + "birthStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born." + }, + "birthInternationalProvince": { + "type": "string", + "description": "For students born outside of the U.S., the Province or jurisdiction in which an individual is born.", + "minLength": 1, + "maxLength": 150 + }, + "birthCountryDescriptor": { + "type": "string", + "description": "The country in which an individual is born. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "dateEnteredUS": { + "type": "string", + "format": "date", + "description": "For students born outside of the U.S., the date the student entered the U.S." + }, + "multipleBirthStatus": { + "type": "boolean", + "description": "Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)" + }, + "birthSexDescriptor": { + "type": "string", + "description": "A person's gender at birth." + }, + "citizenshipStatusDescriptor": { + "type": "string", + "description": "An indicator of whether or not the person is a U.S. citizen." + }, + "visas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "visaDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "visaDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationDocuments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "documentTitle": { + "type": "string", + "description": "The title of the document given by the issuer.", + "minLength": 1, + "maxLength": 60 + }, + "personalInformationVerificationDescriptor": { + "type": "string", + "description": "The category of the document relative to its purpose." + }, + "documentExpirationDate": { + "type": "string", + "format": "date", + "description": "The day when the document expires, if null then never expires." + }, + "issuerDocumentIdentificationCode": { + "type": "string", + "description": "The unique identifier on the issuer's identification system.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "Name of the entity or institution that issued the document.", + "minLength": 1, + "maxLength": 150 + }, + "issuerCountryDescriptor": { + "type": "string", + "description": "Country of origin of the document. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "identificationDocumentUseDescriptor": { + "type": "string", + "description": "The primary function of the document used for establishing identity." + } + }, + "additionalProperties": false + }, + "minItems": 0, + "uniqueItems": false + }, + "personReference": { + "type": "object", + "properties": { + "personId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a person.", + "minLength": 1, + "maxLength": 32 + }, + "sourceSystemDescriptor": { + "type": "string", + "description": "This descriptor defines the originating record source system for the person." + } + }, + "additionalProperties": false, + "required": [ + "personId", + "sourceSystemDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "StudentUniqueId" + ], + "documentPathsMapping": { + "StudentUniqueId": { + "paths": { + "studentUniqueId": "$.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": false + }, + "Name.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "Name.FirstName": { + "paths": { + "firstName": "$.firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "Name.MiddleName": { + "paths": { + "middleName": "$.middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "Name.LastSurname": { + "paths": { + "lastSurname": "$.lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "Name.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "Name.MaidenName": { + "paths": { + "maidenName": "$.maidenName" + }, + "pathOrder": [ + "maidenName" + ], + "isReference": false + }, + "Name.PreferredFirstName": { + "paths": { + "preferredFirstName": "$.preferredFirstName" + }, + "pathOrder": [ + "preferredFirstName" + ], + "isReference": false + }, + "Name.PreferredLastSurname": { + "paths": { + "preferredLastSurname": "$.preferredLastSurname" + }, + "pathOrder": [ + "preferredLastSurname" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.DocumentTitle": { + "paths": { + "documentTitle": "$.personalIdentificationDocuments[*].documentTitle" + }, + "pathOrder": [ + "documentTitle" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.PersonalInformationVerification": { + "paths": { + "personalInformationVerificationDescriptor": "$.personalIdentificationDocuments[*].personalInformationVerificationDescriptor" + }, + "pathOrder": [ + "personalInformationVerificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PersonalInformationVerificationDescriptor" + }, + "Name.PersonalIdentificationDocument.DocumentExpirationDate": { + "paths": { + "documentExpirationDate": "$.personalIdentificationDocuments[*].documentExpirationDate" + }, + "pathOrder": [ + "documentExpirationDate" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerDocumentIdentificationCode": { + "paths": { + "issuerDocumentIdentificationCode": "$.personalIdentificationDocuments[*].issuerDocumentIdentificationCode" + }, + "pathOrder": [ + "issuerDocumentIdentificationCode" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerName": { + "paths": { + "issuerName": "$.personalIdentificationDocuments[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Name.PersonalIdentificationDocument.IssuerCountry": { + "paths": { + "issuerCountryDescriptor": "$.personalIdentificationDocuments[*].issuerCountryDescriptor" + }, + "pathOrder": [ + "issuerCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "Name.PersonalIdentificationDocument.IdentificationDocumentUse": { + "paths": { + "identificationDocumentUseDescriptor": "$.personalIdentificationDocuments[*].identificationDocumentUseDescriptor" + }, + "pathOrder": [ + "identificationDocumentUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IdentificationDocumentUseDescriptor" + }, + "OtherName.PersonalTitlePrefix": { + "paths": { + "personalTitlePrefix": "$.otherNames[*].personalTitlePrefix" + }, + "pathOrder": [ + "personalTitlePrefix" + ], + "isReference": false + }, + "OtherName.FirstName": { + "paths": { + "firstName": "$.otherNames[*].firstName" + }, + "pathOrder": [ + "firstName" + ], + "isReference": false + }, + "OtherName.MiddleName": { + "paths": { + "middleName": "$.otherNames[*].middleName" + }, + "pathOrder": [ + "middleName" + ], + "isReference": false + }, + "OtherName.LastSurname": { + "paths": { + "lastSurname": "$.otherNames[*].lastSurname" + }, + "pathOrder": [ + "lastSurname" + ], + "isReference": false + }, + "OtherName.GenerationCodeSuffix": { + "paths": { + "generationCodeSuffix": "$.otherNames[*].generationCodeSuffix" + }, + "pathOrder": [ + "generationCodeSuffix" + ], + "isReference": false + }, + "OtherName.OtherNameType": { + "paths": { + "otherNameTypeDescriptor": "$.otherNames[*].otherNameTypeDescriptor" + }, + "pathOrder": [ + "otherNameTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OtherNameTypeDescriptor" + }, + "BirthData.BirthDate": { + "paths": { + "birthDate": "$.birthDate" + }, + "pathOrder": [ + "birthDate" + ], + "isReference": false + }, + "BirthData.BirthCity": { + "paths": { + "birthCity": "$.birthCity" + }, + "pathOrder": [ + "birthCity" + ], + "isReference": false + }, + "BirthData.BirthStateAbbreviation": { + "paths": { + "birthStateAbbreviationDescriptor": "$.birthStateAbbreviationDescriptor" + }, + "pathOrder": [ + "birthStateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "BirthData.BirthInternationalProvince": { + "paths": { + "birthInternationalProvince": "$.birthInternationalProvince" + }, + "pathOrder": [ + "birthInternationalProvince" + ], + "isReference": false + }, + "BirthData.BirthCountry": { + "paths": { + "birthCountryDescriptor": "$.birthCountryDescriptor" + }, + "pathOrder": [ + "birthCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "BirthData.DateEnteredUS": { + "paths": { + "dateEnteredUS": "$.dateEnteredUS" + }, + "pathOrder": [ + "dateEnteredUS" + ], + "isReference": false + }, + "BirthData.MultipleBirthStatus": { + "paths": { + "multipleBirthStatus": "$.multipleBirthStatus" + }, + "pathOrder": [ + "multipleBirthStatus" + ], + "isReference": false + }, + "BirthData.BirthSex": { + "paths": { + "birthSexDescriptor": "$.birthSexDescriptor" + }, + "pathOrder": [ + "birthSexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "Citizenship.CitizenshipStatus": { + "paths": { + "citizenshipStatusDescriptor": "$.citizenshipStatusDescriptor" + }, + "pathOrder": [ + "citizenshipStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CitizenshipStatusDescriptor" + }, + "Citizenship.Visa": { + "paths": { + "visaDescriptor": "$.visas[*].visaDescriptor" + }, + "pathOrder": [ + "visaDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "VisaDescriptor" + }, + "Citizenship.IdentificationDocument.DocumentTitle": { + "paths": { + "documentTitle": "$.identificationDocuments[*].documentTitle" + }, + "pathOrder": [ + "documentTitle" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.PersonalInformationVerification": { + "paths": { + "personalInformationVerificationDescriptor": "$.identificationDocuments[*].personalInformationVerificationDescriptor" + }, + "pathOrder": [ + "personalInformationVerificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PersonalInformationVerificationDescriptor" + }, + "Citizenship.IdentificationDocument.DocumentExpirationDate": { + "paths": { + "documentExpirationDate": "$.identificationDocuments[*].documentExpirationDate" + }, + "pathOrder": [ + "documentExpirationDate" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerDocumentIdentificationCode": { + "paths": { + "issuerDocumentIdentificationCode": "$.identificationDocuments[*].issuerDocumentIdentificationCode" + }, + "pathOrder": [ + "issuerDocumentIdentificationCode" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerName": { + "paths": { + "issuerName": "$.identificationDocuments[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Citizenship.IdentificationDocument.IssuerCountry": { + "paths": { + "issuerCountryDescriptor": "$.identificationDocuments[*].issuerCountryDescriptor" + }, + "pathOrder": [ + "issuerCountryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "Citizenship.IdentificationDocument.IdentificationDocumentUse": { + "paths": { + "identificationDocumentUseDescriptor": "$.identificationDocuments[*].identificationDocumentUseDescriptor" + }, + "pathOrder": [ + "identificationDocumentUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IdentificationDocumentUseDescriptor" + }, + "Person": { + "paths": { + "personId": "$.personReference.personId", + "sourceSystemDescriptor": "$.personReference.sourceSystemDescriptor" + }, + "pathOrder": [ + "personId", + "sourceSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Person" + } + }, + "identityPathOrder": [ + "studentUniqueId" + ], + "isSubclass": false + }, + "studentAcademicRecords": { + "resourceName": "StudentAcademicRecord", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAcademicRecord", + "description": "This educational entity represents the cumulative record of academic achievement for a student.", + "type": "object", + "properties": { + "cumulativeEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "cumulativeAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "classRanking": { + "type": "object", + "properties": { + "classRank": { + "type": "integer", + "description": "The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd)." + }, + "totalNumberInClass": { + "type": "integer", + "description": "The total number of students in the student's graduating class." + }, + "percentageRanking": { + "type": "integer", + "description": "The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%)." + }, + "classRankingDate": { + "type": "string", + "format": "date", + "description": "Date class ranking was determined." + } + }, + "additionalProperties": false, + "required": [ + "classRank", + "totalNumberInClass" + ] + }, + "academicHonors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "academicHonorCategoryDescriptor": { + "type": "string", + "description": "A designation of the type of academic distinctions earned by or awarded to the individual." + }, + "honorDescription": { + "type": "string", + "description": "A description of the type of academic distinctions earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "honorAwardDate": { + "type": "string", + "format": "date", + "description": "The date the honor was awarded." + }, + "honorAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the honor expires." + } + }, + "additionalProperties": false, + "required": [ + "academicHonorCategoryDescriptor", + "honorDescription" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "projectedGraduationDate": { + "type": "string", + "format": "date", + "description": "The month and year the student is projected to graduate." + }, + "sessionEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "sessionAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diplomas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "diplomaAwardDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student met graduation requirements and was awarded a diploma." + }, + "diplomaLevelDescriptor": { + "type": "string", + "description": "The level of diploma/credential that is awarded to a student in recognition of completion of the curricular requirements." + }, + "diplomaTypeDescriptor": { + "type": "string", + "description": "The type of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements." + }, + "cteCompleter": { + "type": "boolean", + "description": "Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED." + }, + "diplomaDescription": { + "type": "string", + "description": "The description of the diploma given to the student for accomplishments.", + "minLength": 1, + "maxLength": 80 + }, + "diplomaAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the diploma expires." + } + }, + "additionalProperties": false, + "required": [ + "diplomaAwardDate", + "diplomaTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + }, + "reportCards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportCardReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "reportCardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "educationOrganizationReference", + "schoolYearTypeReference", + "termDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAcademicRecord", + "description": "This educational entity represents the cumulative record of academic achievement for a student.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "cumulativeEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "cumulativeAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "classRanking": { + "type": "object", + "properties": { + "classRank": { + "type": "integer", + "description": "The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd)." + }, + "totalNumberInClass": { + "type": "integer", + "description": "The total number of students in the student's graduating class." + }, + "percentageRanking": { + "type": "integer", + "description": "The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%)." + }, + "classRankingDate": { + "type": "string", + "format": "date", + "description": "Date class ranking was determined." + } + }, + "additionalProperties": false, + "required": [ + "classRank", + "totalNumberInClass" + ] + }, + "academicHonors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "academicHonorCategoryDescriptor": { + "type": "string", + "description": "A designation of the type of academic distinctions earned by or awarded to the individual." + }, + "honorDescription": { + "type": "string", + "description": "A description of the type of academic distinctions earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "honorAwardDate": { + "type": "string", + "format": "date", + "description": "The date the honor was awarded." + }, + "honorAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the honor expires." + } + }, + "additionalProperties": false, + "required": [ + "academicHonorCategoryDescriptor", + "honorDescription" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "projectedGraduationDate": { + "type": "string", + "format": "date", + "description": "The month and year the student is projected to graduate." + }, + "sessionEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "sessionAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diplomas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "diplomaAwardDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student met graduation requirements and was awarded a diploma." + }, + "diplomaLevelDescriptor": { + "type": "string", + "description": "The level of diploma/credential that is awarded to a student in recognition of completion of the curricular requirements." + }, + "diplomaTypeDescriptor": { + "type": "string", + "description": "The type of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements." + }, + "cteCompleter": { + "type": "boolean", + "description": "Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED." + }, + "diplomaDescription": { + "type": "string", + "description": "The description of the diploma given to the student for accomplishments.", + "minLength": 1, + "maxLength": 80 + }, + "diplomaAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the diploma expires." + } + }, + "additionalProperties": false, + "required": [ + "diplomaAwardDate", + "diplomaTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + }, + "reportCards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportCardReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "reportCardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "educationOrganizationReference", + "schoolYearTypeReference", + "termDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAcademicRecord", + "description": "This educational entity represents the cumulative record of academic achievement for a student.", + "type": "object", + "properties": { + "cumulativeEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "cumulativeAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "cumulativeAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "classRanking": { + "type": "object", + "properties": { + "classRank": { + "type": "integer", + "description": "The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd)." + }, + "totalNumberInClass": { + "type": "integer", + "description": "The total number of students in the student's graduating class." + }, + "percentageRanking": { + "type": "integer", + "description": "The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%)." + }, + "classRankingDate": { + "type": "string", + "format": "date", + "description": "Date class ranking was determined." + } + }, + "additionalProperties": false, + "required": [ + "classRank", + "totalNumberInClass" + ] + }, + "academicHonors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "academicHonorCategoryDescriptor": { + "type": "string", + "description": "A designation of the type of academic distinctions earned by or awarded to the individual." + }, + "honorDescription": { + "type": "string", + "description": "A description of the type of academic distinctions earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "honorAwardDate": { + "type": "string", + "format": "date", + "description": "The date the honor was awarded." + }, + "honorAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the honor expires." + } + }, + "additionalProperties": false, + "required": [ + "academicHonorCategoryDescriptor", + "honorDescription" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "recognitions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "recognitionTypeDescriptor": { + "type": "string", + "description": "The nature of recognition given to the individual for accomplishments in a co-curricular, or extra-curricular activity." + }, + "recognitionDescription": { + "type": "string", + "description": "A description of the type of recognition earned by or awarded to the individual.", + "minLength": 1, + "maxLength": 80 + }, + "recognitionAwardDate": { + "type": "string", + "format": "date", + "description": "The date the recognition was awarded or earned." + }, + "recognitionAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the recognition expires." + } + }, + "additionalProperties": false, + "required": [ + "recognitionTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "projectedGraduationDate": { + "type": "string", + "format": "date", + "description": "The month and year the student is projected to graduate." + }, + "sessionEarnedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionEarnedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "sessionAttemptedCredits": { + "type": "number", + "description": "The value of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditTypeDescriptor": { + "type": "string", + "description": "The type of credits or units of value awarded for the completion of a course." + }, + "sessionAttemptedCreditConversions": { + "type": "number", + "description": "Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units." + }, + "gradePointAverages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradePointAverageTypeDescriptor": { + "type": "string", + "description": "The system used for calculating the grade point average for an individual." + }, + "isCumulative": { + "type": "boolean", + "description": "Indicator of whether or not the Grade Point Average value is cumulative." + }, + "gradePointAverageValue": { + "type": "number", + "description": "The value of the grade points earned divided by the number of credits attempted." + }, + "maxGradePointAverageValue": { + "type": "number", + "description": "The maximum value for the grade point average." + } + }, + "additionalProperties": false, + "required": [ + "gradePointAverageTypeDescriptor", + "gradePointAverageValue" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diplomas": { + "type": "array", + "items": { + "type": "object", + "properties": { + "achievementTitle": { + "type": "string", + "description": "The title assigned to the achievement.", + "minLength": 1, + "maxLength": 60 + }, + "achievementCategoryDescriptor": { + "type": "string", + "description": "The category of achievement attributed to the individual." + }, + "achievementCategorySystem": { + "type": "string", + "description": "The system that defines the categories by which an achievement is attributed to the individual.", + "minLength": 1, + "maxLength": 60 + }, + "issuerName": { + "type": "string", + "description": "The name of the agent, entity, or institution issuing the element.", + "minLength": 1, + "maxLength": 150 + }, + "issuerOriginURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) from which the award was issued.", + "minLength": 5, + "maxLength": 255 + }, + "criteria": { + "type": "string", + "description": "The criteria for competency-based completion of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "criteriaURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "evidenceStatement": { + "type": "string", + "description": "A statement or reference describing the evidence that the individual met the criteria for attainment of the achievement/award.", + "minLength": 1, + "maxLength": 150 + }, + "imageURL": { + "type": "string", + "description": "The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement/award.", + "minLength": 5, + "maxLength": 255 + }, + "diplomaAwardDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student met graduation requirements and was awarded a diploma." + }, + "diplomaLevelDescriptor": { + "type": "string", + "description": "The level of diploma/credential that is awarded to a student in recognition of completion of the curricular requirements." + }, + "diplomaTypeDescriptor": { + "type": "string", + "description": "The type of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements." + }, + "cteCompleter": { + "type": "boolean", + "description": "Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED." + }, + "diplomaDescription": { + "type": "string", + "description": "The description of the diploma given to the student for accomplishments.", + "minLength": 1, + "maxLength": 80 + }, + "diplomaAwardExpiresDate": { + "type": "string", + "format": "date", + "description": "Date on which the diploma expires." + } + }, + "additionalProperties": false, + "required": [ + "diplomaAwardDate", + "diplomaTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "termDescriptor": { + "type": "string", + "description": "The term for the session during the school year." + }, + "reportCards": { + "type": "array", + "items": { + "type": "object", + "properties": { + "reportCardReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ] + } + }, + "additionalProperties": false, + "required": [ + "reportCardReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.reportCards[*].reportCardReference.educationOrganizationId", + "targetJsonPath": "$.educationOrganizationReference.educationOrganizationId" + }, + { + "sourceJsonPath": "$.reportCards[*].reportCardReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + } + ], + "identityFullnames": [ + "Student", + "EducationOrganization", + "SchoolYear", + "Term" + ], + "documentPathsMapping": { + "CumulativeEarnedCredits.Credits": { + "paths": { + "cumulativeEarnedCredits": "$.cumulativeEarnedCredits" + }, + "pathOrder": [ + "cumulativeEarnedCredits" + ], + "isReference": false + }, + "CumulativeEarnedCredits.CreditType": { + "paths": { + "cumulativeEarnedCreditTypeDescriptor": "$.cumulativeEarnedCreditTypeDescriptor" + }, + "pathOrder": [ + "cumulativeEarnedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "CumulativeEarnedCredits.CreditConversion": { + "paths": { + "cumulativeEarnedCreditConversions": "$.cumulativeEarnedCreditConversions" + }, + "pathOrder": [ + "cumulativeEarnedCreditConversions" + ], + "isReference": false + }, + "CumulativeAttemptedCredits.Credits": { + "paths": { + "cumulativeAttemptedCredits": "$.cumulativeAttemptedCredits" + }, + "pathOrder": [ + "cumulativeAttemptedCredits" + ], + "isReference": false + }, + "CumulativeAttemptedCredits.CreditType": { + "paths": { + "cumulativeAttemptedCreditTypeDescriptor": "$.cumulativeAttemptedCreditTypeDescriptor" + }, + "pathOrder": [ + "cumulativeAttemptedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "CumulativeAttemptedCredits.CreditConversion": { + "paths": { + "cumulativeAttemptedCreditConversions": "$.cumulativeAttemptedCreditConversions" + }, + "pathOrder": [ + "cumulativeAttemptedCreditConversions" + ], + "isReference": false + }, + "ClassRanking.ClassRank": { + "paths": { + "classRank": "$.classRanking.classRank" + }, + "pathOrder": [ + "classRank" + ], + "isReference": false + }, + "ClassRanking.TotalNumberInClass": { + "paths": { + "totalNumberInClass": "$.classRanking.totalNumberInClass" + }, + "pathOrder": [ + "totalNumberInClass" + ], + "isReference": false + }, + "ClassRanking.PercentageRanking": { + "paths": { + "percentageRanking": "$.classRanking.percentageRanking" + }, + "pathOrder": [ + "percentageRanking" + ], + "isReference": false + }, + "ClassRanking.ClassRankingDate": { + "paths": { + "classRankingDate": "$.classRanking.classRankingDate" + }, + "pathOrder": [ + "classRankingDate" + ], + "isReference": false + }, + "AcademicHonor.Achievement.AchievementTitle": { + "paths": { + "achievementTitle": "$.academicHonors[*].achievementTitle" + }, + "pathOrder": [ + "achievementTitle" + ], + "isReference": false + }, + "AcademicHonor.Achievement.AchievementCategory": { + "paths": { + "achievementCategoryDescriptor": "$.academicHonors[*].achievementCategoryDescriptor" + }, + "pathOrder": [ + "achievementCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AchievementCategoryDescriptor" + }, + "AcademicHonor.Achievement.AchievementCategorySystem": { + "paths": { + "achievementCategorySystem": "$.academicHonors[*].achievementCategorySystem" + }, + "pathOrder": [ + "achievementCategorySystem" + ], + "isReference": false + }, + "AcademicHonor.Achievement.IssuerName": { + "paths": { + "issuerName": "$.academicHonors[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "AcademicHonor.Achievement.IssuerOriginURL": { + "paths": { + "issuerOriginURL": "$.academicHonors[*].issuerOriginURL" + }, + "pathOrder": [ + "issuerOriginURL" + ], + "isReference": false + }, + "AcademicHonor.Achievement.Criteria": { + "paths": { + "criteria": "$.academicHonors[*].criteria" + }, + "pathOrder": [ + "criteria" + ], + "isReference": false + }, + "AcademicHonor.Achievement.CriteriaURL": { + "paths": { + "criteriaURL": "$.academicHonors[*].criteriaURL" + }, + "pathOrder": [ + "criteriaURL" + ], + "isReference": false + }, + "AcademicHonor.Achievement.EvidenceStatement": { + "paths": { + "evidenceStatement": "$.academicHonors[*].evidenceStatement" + }, + "pathOrder": [ + "evidenceStatement" + ], + "isReference": false + }, + "AcademicHonor.Achievement.ImageURL": { + "paths": { + "imageURL": "$.academicHonors[*].imageURL" + }, + "pathOrder": [ + "imageURL" + ], + "isReference": false + }, + "AcademicHonor.AcademicHonorCategory": { + "paths": { + "academicHonorCategoryDescriptor": "$.academicHonors[*].academicHonorCategoryDescriptor" + }, + "pathOrder": [ + "academicHonorCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicHonorCategoryDescriptor" + }, + "AcademicHonor.HonorDescription": { + "paths": { + "honorDescription": "$.academicHonors[*].honorDescription" + }, + "pathOrder": [ + "honorDescription" + ], + "isReference": false + }, + "AcademicHonor.HonorAwardDate": { + "paths": { + "honorAwardDate": "$.academicHonors[*].honorAwardDate" + }, + "pathOrder": [ + "honorAwardDate" + ], + "isReference": false + }, + "AcademicHonor.HonorAwardExpiresDate": { + "paths": { + "honorAwardExpiresDate": "$.academicHonors[*].honorAwardExpiresDate" + }, + "pathOrder": [ + "honorAwardExpiresDate" + ], + "isReference": false + }, + "Recognition.Achievement.AchievementTitle": { + "paths": { + "achievementTitle": "$.recognitions[*].achievementTitle" + }, + "pathOrder": [ + "achievementTitle" + ], + "isReference": false + }, + "Recognition.Achievement.AchievementCategory": { + "paths": { + "achievementCategoryDescriptor": "$.recognitions[*].achievementCategoryDescriptor" + }, + "pathOrder": [ + "achievementCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AchievementCategoryDescriptor" + }, + "Recognition.Achievement.AchievementCategorySystem": { + "paths": { + "achievementCategorySystem": "$.recognitions[*].achievementCategorySystem" + }, + "pathOrder": [ + "achievementCategorySystem" + ], + "isReference": false + }, + "Recognition.Achievement.IssuerName": { + "paths": { + "issuerName": "$.recognitions[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Recognition.Achievement.IssuerOriginURL": { + "paths": { + "issuerOriginURL": "$.recognitions[*].issuerOriginURL" + }, + "pathOrder": [ + "issuerOriginURL" + ], + "isReference": false + }, + "Recognition.Achievement.Criteria": { + "paths": { + "criteria": "$.recognitions[*].criteria" + }, + "pathOrder": [ + "criteria" + ], + "isReference": false + }, + "Recognition.Achievement.CriteriaURL": { + "paths": { + "criteriaURL": "$.recognitions[*].criteriaURL" + }, + "pathOrder": [ + "criteriaURL" + ], + "isReference": false + }, + "Recognition.Achievement.EvidenceStatement": { + "paths": { + "evidenceStatement": "$.recognitions[*].evidenceStatement" + }, + "pathOrder": [ + "evidenceStatement" + ], + "isReference": false + }, + "Recognition.Achievement.ImageURL": { + "paths": { + "imageURL": "$.recognitions[*].imageURL" + }, + "pathOrder": [ + "imageURL" + ], + "isReference": false + }, + "Recognition.RecognitionType": { + "paths": { + "recognitionTypeDescriptor": "$.recognitions[*].recognitionTypeDescriptor" + }, + "pathOrder": [ + "recognitionTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RecognitionTypeDescriptor" + }, + "Recognition.RecognitionDescription": { + "paths": { + "recognitionDescription": "$.recognitions[*].recognitionDescription" + }, + "pathOrder": [ + "recognitionDescription" + ], + "isReference": false + }, + "Recognition.RecognitionAwardDate": { + "paths": { + "recognitionAwardDate": "$.recognitions[*].recognitionAwardDate" + }, + "pathOrder": [ + "recognitionAwardDate" + ], + "isReference": false + }, + "Recognition.RecognitionAwardExpiresDate": { + "paths": { + "recognitionAwardExpiresDate": "$.recognitions[*].recognitionAwardExpiresDate" + }, + "pathOrder": [ + "recognitionAwardExpiresDate" + ], + "isReference": false + }, + "ProjectedGraduationDate": { + "paths": { + "projectedGraduationDate": "$.projectedGraduationDate" + }, + "pathOrder": [ + "projectedGraduationDate" + ], + "isReference": false + }, + "SessionEarnedCredits.Credits": { + "paths": { + "sessionEarnedCredits": "$.sessionEarnedCredits" + }, + "pathOrder": [ + "sessionEarnedCredits" + ], + "isReference": false + }, + "SessionEarnedCredits.CreditType": { + "paths": { + "sessionEarnedCreditTypeDescriptor": "$.sessionEarnedCreditTypeDescriptor" + }, + "pathOrder": [ + "sessionEarnedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "SessionEarnedCredits.CreditConversion": { + "paths": { + "sessionEarnedCreditConversions": "$.sessionEarnedCreditConversions" + }, + "pathOrder": [ + "sessionEarnedCreditConversions" + ], + "isReference": false + }, + "SessionAttemptedCredits.Credits": { + "paths": { + "sessionAttemptedCredits": "$.sessionAttemptedCredits" + }, + "pathOrder": [ + "sessionAttemptedCredits" + ], + "isReference": false + }, + "SessionAttemptedCredits.CreditType": { + "paths": { + "sessionAttemptedCreditTypeDescriptor": "$.sessionAttemptedCreditTypeDescriptor" + }, + "pathOrder": [ + "sessionAttemptedCreditTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CreditTypeDescriptor" + }, + "SessionAttemptedCredits.CreditConversion": { + "paths": { + "sessionAttemptedCreditConversions": "$.sessionAttemptedCreditConversions" + }, + "pathOrder": [ + "sessionAttemptedCreditConversions" + ], + "isReference": false + }, + "GradePointAverage.GradePointAverageType": { + "paths": { + "gradePointAverageTypeDescriptor": "$.gradePointAverages[*].gradePointAverageTypeDescriptor" + }, + "pathOrder": [ + "gradePointAverageTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradePointAverageTypeDescriptor" + }, + "GradePointAverage.IsCumulative": { + "paths": { + "isCumulative": "$.gradePointAverages[*].isCumulative" + }, + "pathOrder": [ + "isCumulative" + ], + "isReference": false + }, + "GradePointAverage.GradePointAverageValue": { + "paths": { + "gradePointAverageValue": "$.gradePointAverages[*].gradePointAverageValue" + }, + "pathOrder": [ + "gradePointAverageValue" + ], + "isReference": false + }, + "GradePointAverage.MaxGradePointAverageValue": { + "paths": { + "maxGradePointAverageValue": "$.gradePointAverages[*].maxGradePointAverageValue" + }, + "pathOrder": [ + "maxGradePointAverageValue" + ], + "isReference": false + }, + "Diploma.Achievement.AchievementTitle": { + "paths": { + "achievementTitle": "$.diplomas[*].achievementTitle" + }, + "pathOrder": [ + "achievementTitle" + ], + "isReference": false + }, + "Diploma.Achievement.AchievementCategory": { + "paths": { + "achievementCategoryDescriptor": "$.diplomas[*].achievementCategoryDescriptor" + }, + "pathOrder": [ + "achievementCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AchievementCategoryDescriptor" + }, + "Diploma.Achievement.AchievementCategorySystem": { + "paths": { + "achievementCategorySystem": "$.diplomas[*].achievementCategorySystem" + }, + "pathOrder": [ + "achievementCategorySystem" + ], + "isReference": false + }, + "Diploma.Achievement.IssuerName": { + "paths": { + "issuerName": "$.diplomas[*].issuerName" + }, + "pathOrder": [ + "issuerName" + ], + "isReference": false + }, + "Diploma.Achievement.IssuerOriginURL": { + "paths": { + "issuerOriginURL": "$.diplomas[*].issuerOriginURL" + }, + "pathOrder": [ + "issuerOriginURL" + ], + "isReference": false + }, + "Diploma.Achievement.Criteria": { + "paths": { + "criteria": "$.diplomas[*].criteria" + }, + "pathOrder": [ + "criteria" + ], + "isReference": false + }, + "Diploma.Achievement.CriteriaURL": { + "paths": { + "criteriaURL": "$.diplomas[*].criteriaURL" + }, + "pathOrder": [ + "criteriaURL" + ], + "isReference": false + }, + "Diploma.Achievement.EvidenceStatement": { + "paths": { + "evidenceStatement": "$.diplomas[*].evidenceStatement" + }, + "pathOrder": [ + "evidenceStatement" + ], + "isReference": false + }, + "Diploma.Achievement.ImageURL": { + "paths": { + "imageURL": "$.diplomas[*].imageURL" + }, + "pathOrder": [ + "imageURL" + ], + "isReference": false + }, + "Diploma.DiplomaAwardDate": { + "paths": { + "diplomaAwardDate": "$.diplomas[*].diplomaAwardDate" + }, + "pathOrder": [ + "diplomaAwardDate" + ], + "isReference": false + }, + "Diploma.DiplomaLevel": { + "paths": { + "diplomaLevelDescriptor": "$.diplomas[*].diplomaLevelDescriptor" + }, + "pathOrder": [ + "diplomaLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiplomaLevelDescriptor" + }, + "Diploma.DiplomaType": { + "paths": { + "diplomaTypeDescriptor": "$.diplomas[*].diplomaTypeDescriptor" + }, + "pathOrder": [ + "diplomaTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiplomaTypeDescriptor" + }, + "Diploma.CTECompleter": { + "paths": { + "cteCompleter": "$.diplomas[*].cteCompleter" + }, + "pathOrder": [ + "cteCompleter" + ], + "isReference": false + }, + "Diploma.DiplomaDescription": { + "paths": { + "diplomaDescription": "$.diplomas[*].diplomaDescription" + }, + "pathOrder": [ + "diplomaDescription" + ], + "isReference": false + }, + "Diploma.DiplomaAwardExpiresDate": { + "paths": { + "diplomaAwardExpiresDate": "$.diplomas[*].diplomaAwardExpiresDate" + }, + "pathOrder": [ + "diplomaAwardExpiresDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "Term": { + "paths": { + "termDescriptor": "$.termDescriptor" + }, + "pathOrder": [ + "termDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TermDescriptor" + }, + "ReportCard": { + "paths": { + "educationOrganizationId": "$.reportCards[*].reportCardReference.educationOrganizationId", + "gradingPeriodDescriptor": "$.reportCards[*].reportCardReference.gradingPeriodDescriptor", + "periodSequence": "$.reportCards[*].reportCardReference.periodSequence", + "schoolId": "$.reportCards[*].reportCardReference.schoolId", + "schoolYear": "$.reportCards[*].reportCardReference.schoolYear", + "studentUniqueId": "$.reportCards[*].reportCardReference.studentUniqueId" + }, + "pathOrder": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ReportCard" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "schoolYear", + "studentUniqueId", + "termDescriptor" + ], + "isSubclass": false + }, + "studentAssessments": { + "resourceName": "StudentAssessment", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessment", + "description": "This entity represents the analysis or scoring of a student's response on an assessment. The analysis results in a value that represents a student's performance on a set of items on a test.", + "type": "object", + "properties": { + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + }, + "serialNumber": { + "type": "string", + "description": "The unique number for the assessment form or answer document.", + "minLength": 1, + "maxLength": 60 + }, + "administrationLanguageDescriptor": { + "type": "string", + "description": "The language in which an assessment is written and/or administered." + }, + "administrationEnvironmentDescriptor": { + "type": "string", + "description": "The environment in which the test was administered." + }, + "accommodations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accommodationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "accommodationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "retestIndicatorDescriptor": { + "type": "string", + "description": "Indicator if the test was a retake." + }, + "reasonNotTestedDescriptor": { + "type": "string", + "description": "The primary reason student is not tested." + }, + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenAssessedGradeLevelDescriptor": { + "type": "string", + "description": "The grade level of a student when assessed." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "eventCircumstanceDescriptor": { + "type": "string", + "description": "An unusual event occurred during the administration of the assessment. This could include fire alarm, student became ill, etc." + }, + "eventDescription": { + "type": "string", + "description": "Describes special events that occur before during or after the assessment session that may impact use of results.", + "minLength": 1, + "maxLength": 1024 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentResponse": { + "type": "string", + "description": "A student's response to a stimulus on a test.", + "minLength": 1, + "maxLength": 255 + }, + "descriptiveFeedback": { + "type": "string", + "description": "The formative descriptive feedback that was given to a student in response to the results from a scored/evaluated assessment item.", + "minLength": 1, + "maxLength": 1024 + }, + "responseIndicatorDescriptor": { + "type": "string", + "description": "Indicator of the response." + }, + "assessmentItemResultDescriptor": { + "type": "string", + "description": "The analyzed result of a student's response to an assessment item." + }, + "rawScoreResult": { + "type": "number", + "description": "A meaningful raw score of the performance of a student on an assessment item." + }, + "timeAssessed": { + "type": "number", + "description": "The overall time a student actually spent during the assessment item." + }, + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "itemNumber": { + "type": "integer", + "description": "The test question number for this student's test item." + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemResultDescriptor", + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentObjectiveAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + } + }, + "additionalProperties": false, + "required": [ + "objectiveAssessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "platformTypeDescriptor": { + "type": "string", + "description": "The platform with which the assessment was delivered to the student during the assessment session." + }, + "period": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "reportedSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "reportedSchoolIdentifier": { + "type": "string", + "description": "A reported school identifier for the school the enrollment at the time of the assessment used when the assigned SchoolId is not known by the assessment vendor.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentAssessmentIdentifier", + "studentReference", + "assessmentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessment", + "description": "This entity represents the analysis or scoring of a student's response on an assessment. The analysis results in a value that represents a student's performance on a set of items on a test.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + }, + "serialNumber": { + "type": "string", + "description": "The unique number for the assessment form or answer document.", + "minLength": 1, + "maxLength": 60 + }, + "administrationLanguageDescriptor": { + "type": "string", + "description": "The language in which an assessment is written and/or administered." + }, + "administrationEnvironmentDescriptor": { + "type": "string", + "description": "The environment in which the test was administered." + }, + "accommodations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accommodationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "accommodationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "retestIndicatorDescriptor": { + "type": "string", + "description": "Indicator if the test was a retake." + }, + "reasonNotTestedDescriptor": { + "type": "string", + "description": "The primary reason student is not tested." + }, + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenAssessedGradeLevelDescriptor": { + "type": "string", + "description": "The grade level of a student when assessed." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "eventCircumstanceDescriptor": { + "type": "string", + "description": "An unusual event occurred during the administration of the assessment. This could include fire alarm, student became ill, etc." + }, + "eventDescription": { + "type": "string", + "description": "Describes special events that occur before during or after the assessment session that may impact use of results.", + "minLength": 1, + "maxLength": 1024 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentResponse": { + "type": "string", + "description": "A student's response to a stimulus on a test.", + "minLength": 1, + "maxLength": 255 + }, + "descriptiveFeedback": { + "type": "string", + "description": "The formative descriptive feedback that was given to a student in response to the results from a scored/evaluated assessment item.", + "minLength": 1, + "maxLength": 1024 + }, + "responseIndicatorDescriptor": { + "type": "string", + "description": "Indicator of the response." + }, + "assessmentItemResultDescriptor": { + "type": "string", + "description": "The analyzed result of a student's response to an assessment item." + }, + "rawScoreResult": { + "type": "number", + "description": "A meaningful raw score of the performance of a student on an assessment item." + }, + "timeAssessed": { + "type": "number", + "description": "The overall time a student actually spent during the assessment item." + }, + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "itemNumber": { + "type": "integer", + "description": "The test question number for this student's test item." + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemResultDescriptor", + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentObjectiveAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + } + }, + "additionalProperties": false, + "required": [ + "objectiveAssessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "platformTypeDescriptor": { + "type": "string", + "description": "The platform with which the assessment was delivered to the student during the assessment session." + }, + "period": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "reportedSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "reportedSchoolIdentifier": { + "type": "string", + "description": "A reported school identifier for the school the enrollment at the time of the assessment used when the assigned SchoolId is not known by the assessment vendor.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentAssessmentIdentifier", + "studentReference", + "assessmentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessment", + "description": "This entity represents the analysis or scoring of a student's response on an assessment. The analysis results in a value that represents a student's performance on a set of items on a test.", + "type": "object", + "properties": { + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + }, + "serialNumber": { + "type": "string", + "description": "The unique number for the assessment form or answer document.", + "minLength": 1, + "maxLength": 60 + }, + "administrationLanguageDescriptor": { + "type": "string", + "description": "The language in which an assessment is written and/or administered." + }, + "administrationEnvironmentDescriptor": { + "type": "string", + "description": "The environment in which the test was administered." + }, + "accommodations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "accommodationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "accommodationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "retestIndicatorDescriptor": { + "type": "string", + "description": "Indicator if the test was a retake." + }, + "reasonNotTestedDescriptor": { + "type": "string", + "description": "The primary reason student is not tested." + }, + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "whenAssessedGradeLevelDescriptor": { + "type": "string", + "description": "The grade level of a student when assessed." + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "eventCircumstanceDescriptor": { + "type": "string", + "description": "An unusual event occurred during the administration of the assessment. This could include fire alarm, student became ill, etc." + }, + "eventDescription": { + "type": "string", + "description": "Describes special events that occur before during or after the assessment session that may impact use of results.", + "minLength": 1, + "maxLength": 1024 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "assessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace" + ] + }, + "items": { + "type": "array", + "items": { + "type": "object", + "properties": { + "assessmentResponse": { + "type": "string", + "description": "A student's response to a stimulus on a test.", + "minLength": 1, + "maxLength": 255 + }, + "descriptiveFeedback": { + "type": "string", + "description": "The formative descriptive feedback that was given to a student in response to the results from a scored/evaluated assessment item.", + "minLength": 1, + "maxLength": 1024 + }, + "responseIndicatorDescriptor": { + "type": "string", + "description": "Indicator of the response." + }, + "assessmentItemResultDescriptor": { + "type": "string", + "description": "The analyzed result of a student's response to an assessment item." + }, + "rawScoreResult": { + "type": "number", + "description": "A meaningful raw score of the performance of a student on an assessment item." + }, + "timeAssessed": { + "type": "number", + "description": "The overall time a student actually spent during the assessment item." + }, + "assessmentItemReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "itemNumber": { + "type": "integer", + "description": "The test question number for this student's test item." + } + }, + "additionalProperties": false, + "required": [ + "assessmentItemResultDescriptor", + "assessmentItemReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentObjectiveAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "scoreResults": { + "type": "array", + "items": { + "type": "object", + "properties": { + "result": { + "type": "string", + "description": "The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.", + "minLength": 1, + "maxLength": 35 + }, + "resultDatatypeTypeDescriptor": { + "type": "string", + "description": "The datatype of the result. The results can be expressed as a number, percentile, range, level, etc." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used." + } + }, + "additionalProperties": false, + "required": [ + "result", + "resultDatatypeTypeDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "performanceLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "performanceLevelDescriptor": { + "type": "string", + "description": "A specification of which performance level value describes the student proficiency." + }, + "assessmentReportingMethodDescriptor": { + "type": "string", + "description": "The method that the instructor of the class uses to report the performance and achievement. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, more than one type of reporting method may be used." + }, + "performanceLevelIndicatorName": { + "type": "string", + "description": "The name of the indicator being measured for a collection of performance level values.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "performanceLevelDescriptor", + "assessmentReportingMethodDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "objectiveAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an objective assessment by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "identificationCode" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "administrationDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones." + }, + "administrationEndDate": { + "type": "string", + "format": "date-time", + "description": "The date and time an assessment administration ended." + } + }, + "additionalProperties": false, + "required": [ + "objectiveAssessmentReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "platformTypeDescriptor": { + "type": "string", + "description": "The platform with which the assessment was delivered to the student during the assessment session." + }, + "period": { + "type": "object", + "properties": { + "assessmentPeriodDescriptor": { + "type": "string", + "description": "The period of time in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year)." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the assessment is to be administered." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the assessment is to be administered." + } + }, + "additionalProperties": false, + "required": [ + "assessmentPeriodDescriptor" + ] + }, + "assessedMinutes": { + "type": "integer", + "description": "Reported time student was assessed in minutes." + }, + "reportedSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "reportedSchoolIdentifier": { + "type": "string", + "description": "A reported school identifier for the school the enrollment at the time of the assessment used when the assigned SchoolId is not known by the assessment vendor.", + "minLength": 1, + "maxLength": 60 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.items[*].assessmentItemReference.assessmentIdentifier", + "targetJsonPath": "$.assessmentReference.assessmentIdentifier" + }, + { + "sourceJsonPath": "$.items[*].assessmentItemReference.namespace", + "targetJsonPath": "$.assessmentReference.namespace" + }, + { + "sourceJsonPath": "$.studentObjectiveAssessments[*].objectiveAssessmentReference.assessmentIdentifier", + "targetJsonPath": "$.assessmentReference.assessmentIdentifier" + }, + { + "sourceJsonPath": "$.studentObjectiveAssessments[*].objectiveAssessmentReference.namespace", + "targetJsonPath": "$.assessmentReference.namespace" + } + ], + "identityFullnames": [ + "StudentAssessmentIdentifier", + "Student", + "Assessment" + ], + "documentPathsMapping": { + "StudentAssessmentIdentifier": { + "paths": { + "studentAssessmentIdentifier": "$.studentAssessmentIdentifier" + }, + "pathOrder": [ + "studentAssessmentIdentifier" + ], + "isReference": false + }, + "AdministrationDate": { + "paths": { + "administrationDate": "$.administrationDate" + }, + "pathOrder": [ + "administrationDate" + ], + "isReference": false + }, + "AdministrationEndDate": { + "paths": { + "administrationEndDate": "$.administrationEndDate" + }, + "pathOrder": [ + "administrationEndDate" + ], + "isReference": false + }, + "SerialNumber": { + "paths": { + "serialNumber": "$.serialNumber" + }, + "pathOrder": [ + "serialNumber" + ], + "isReference": false + }, + "AdministrationLanguage": { + "paths": { + "administrationLanguageDescriptor": "$.administrationLanguageDescriptor" + }, + "pathOrder": [ + "administrationLanguageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "AdministrationEnvironment": { + "paths": { + "administrationEnvironmentDescriptor": "$.administrationEnvironmentDescriptor" + }, + "pathOrder": [ + "administrationEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AdministrationEnvironmentDescriptor" + }, + "Accommodation": { + "paths": { + "accommodationDescriptor": "$.accommodations[*].accommodationDescriptor" + }, + "pathOrder": [ + "accommodationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AccommodationDescriptor" + }, + "RetestIndicator": { + "paths": { + "retestIndicatorDescriptor": "$.retestIndicatorDescriptor" + }, + "pathOrder": [ + "retestIndicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RetestIndicatorDescriptor" + }, + "ReasonNotTested": { + "paths": { + "reasonNotTestedDescriptor": "$.reasonNotTestedDescriptor" + }, + "pathOrder": [ + "reasonNotTestedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonNotTestedDescriptor" + }, + "ScoreResult.Result": { + "paths": { + "result": "$.scoreResults[*].result" + }, + "pathOrder": [ + "result" + ], + "isReference": false + }, + "ScoreResult.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.scoreResults[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "ScoreResult.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.scoreResults[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "WhenAssessedGradeLevel": { + "paths": { + "whenAssessedGradeLevelDescriptor": "$.whenAssessedGradeLevelDescriptor" + }, + "pathOrder": [ + "whenAssessedGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "PerformanceLevel.PerformanceLevel": { + "paths": { + "performanceLevelDescriptor": "$.performanceLevels[*].performanceLevelDescriptor" + }, + "pathOrder": [ + "performanceLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceLevelDescriptor" + }, + "PerformanceLevel.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.performanceLevels[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "PerformanceLevel.PerformanceLevelIndicatorName": { + "paths": { + "performanceLevelIndicatorName": "$.performanceLevels[*].performanceLevelIndicatorName" + }, + "pathOrder": [ + "performanceLevelIndicatorName" + ], + "isReference": false + }, + "EventCircumstance": { + "paths": { + "eventCircumstanceDescriptor": "$.eventCircumstanceDescriptor" + }, + "pathOrder": [ + "eventCircumstanceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EventCircumstanceDescriptor" + }, + "EventDescription": { + "paths": { + "eventDescription": "$.eventDescription" + }, + "pathOrder": [ + "eventDescription" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Assessment": { + "paths": { + "assessmentIdentifier": "$.assessmentReference.assessmentIdentifier", + "namespace": "$.assessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Assessment" + }, + "StudentAssessmentItem.AssessmentResponse": { + "paths": { + "assessmentResponse": "$.items[*].assessmentResponse" + }, + "pathOrder": [ + "assessmentResponse" + ], + "isReference": false + }, + "StudentAssessmentItem.DescriptiveFeedback": { + "paths": { + "descriptiveFeedback": "$.items[*].descriptiveFeedback" + }, + "pathOrder": [ + "descriptiveFeedback" + ], + "isReference": false + }, + "StudentAssessmentItem.ResponseIndicator": { + "paths": { + "responseIndicatorDescriptor": "$.items[*].responseIndicatorDescriptor" + }, + "pathOrder": [ + "responseIndicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResponseIndicatorDescriptor" + }, + "StudentAssessmentItem.AssessmentItemResult": { + "paths": { + "assessmentItemResultDescriptor": "$.items[*].assessmentItemResultDescriptor" + }, + "pathOrder": [ + "assessmentItemResultDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentItemResultDescriptor" + }, + "StudentAssessmentItem.RawScoreResult": { + "paths": { + "rawScoreResult": "$.items[*].rawScoreResult" + }, + "pathOrder": [ + "rawScoreResult" + ], + "isReference": false + }, + "StudentAssessmentItem.TimeAssessed": { + "paths": { + "timeAssessed": "$.items[*].timeAssessed" + }, + "pathOrder": [ + "timeAssessed" + ], + "isReference": false + }, + "StudentAssessmentItem.AssessmentItem": { + "paths": { + "assessmentIdentifier": "$.items[*].assessmentItemReference.assessmentIdentifier", + "identificationCode": "$.items[*].assessmentItemReference.identificationCode", + "namespace": "$.items[*].assessmentItemReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "AssessmentItem" + }, + "StudentAssessmentItem.ItemNumber": { + "paths": { + "itemNumber": "$.items[*].itemNumber" + }, + "pathOrder": [ + "itemNumber" + ], + "isReference": false + }, + "StudentObjectiveAssessment.ScoreResult.Result": { + "paths": { + "result": "$.studentObjectiveAssessments[*].scoreResults[*].result" + }, + "pathOrder": [ + "result" + ], + "isReference": false + }, + "StudentObjectiveAssessment.ScoreResult.ResultDatatypeType": { + "paths": { + "resultDatatypeTypeDescriptor": "$.studentObjectiveAssessments[*].scoreResults[*].resultDatatypeTypeDescriptor" + }, + "pathOrder": [ + "resultDatatypeTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResultDatatypeTypeDescriptor" + }, + "StudentObjectiveAssessment.ScoreResult.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.studentObjectiveAssessments[*].scoreResults[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "StudentObjectiveAssessment.PerformanceLevel.PerformanceLevel": { + "paths": { + "performanceLevelDescriptor": "$.studentObjectiveAssessments[*].performanceLevels[*].performanceLevelDescriptor" + }, + "pathOrder": [ + "performanceLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PerformanceLevelDescriptor" + }, + "StudentObjectiveAssessment.PerformanceLevel.AssessmentReportingMethod": { + "paths": { + "assessmentReportingMethodDescriptor": "$.studentObjectiveAssessments[*].performanceLevels[*].assessmentReportingMethodDescriptor" + }, + "pathOrder": [ + "assessmentReportingMethodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentReportingMethodDescriptor" + }, + "StudentObjectiveAssessment.PerformanceLevel.PerformanceLevelIndicatorName": { + "paths": { + "performanceLevelIndicatorName": "$.studentObjectiveAssessments[*].performanceLevels[*].performanceLevelIndicatorName" + }, + "pathOrder": [ + "performanceLevelIndicatorName" + ], + "isReference": false + }, + "StudentObjectiveAssessment.ObjectiveAssessment": { + "paths": { + "assessmentIdentifier": "$.studentObjectiveAssessments[*].objectiveAssessmentReference.assessmentIdentifier", + "identificationCode": "$.studentObjectiveAssessments[*].objectiveAssessmentReference.identificationCode", + "namespace": "$.studentObjectiveAssessments[*].objectiveAssessmentReference.namespace" + }, + "pathOrder": [ + "assessmentIdentifier", + "identificationCode", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ObjectiveAssessment" + }, + "StudentObjectiveAssessment.AssessedMinutes": { + "paths": { + "assessedMinutes": "$.studentObjectiveAssessments[*].assessedMinutes" + }, + "pathOrder": [ + "assessedMinutes" + ], + "isReference": false + }, + "StudentObjectiveAssessment.AdministrationDate": { + "paths": { + "administrationDate": "$.studentObjectiveAssessments[*].administrationDate" + }, + "pathOrder": [ + "administrationDate" + ], + "isReference": false + }, + "StudentObjectiveAssessment.AdministrationEndDate": { + "paths": { + "administrationEndDate": "$.studentObjectiveAssessments[*].administrationEndDate" + }, + "pathOrder": [ + "administrationEndDate" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "PlatformType": { + "paths": { + "platformTypeDescriptor": "$.platformTypeDescriptor" + }, + "pathOrder": [ + "platformTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PlatformTypeDescriptor" + }, + "AssessmentPeriod.AssessmentPeriod": { + "paths": { + "assessmentPeriodDescriptor": "$.period.assessmentPeriodDescriptor" + }, + "pathOrder": [ + "assessmentPeriodDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssessmentPeriodDescriptor" + }, + "AssessmentPeriod.BeginDate": { + "paths": { + "beginDate": "$.period.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "AssessmentPeriod.EndDate": { + "paths": { + "endDate": "$.period.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "AssessedMinutes": { + "paths": { + "assessedMinutes": "$.assessedMinutes" + }, + "pathOrder": [ + "assessedMinutes" + ], + "isReference": false + }, + "ReportedSchool": { + "paths": { + "schoolId": "$.reportedSchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "ReportedSchoolIdentifier": { + "paths": { + "reportedSchoolIdentifier": "$.reportedSchoolIdentifier" + }, + "pathOrder": [ + "reportedSchoolIdentifier" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "namespace", + "studentAssessmentIdentifier", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentCompetencyObjectives": { + "resourceName": "StudentCompetencyObjective", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCompetencyObjective", + "description": "This entity represents the competency assessed or evaluated for the student against a specific competency objective.", + "type": "object", + "properties": { + "competencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced competency objective." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "studentSectionAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "studentSectionAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "generalStudentProgramAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "generalStudentProgramAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "generalStudentProgramAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "competencyObjectiveReference", + "competencyLevelDescriptor", + "gradingPeriodReference", + "studentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCompetencyObjective", + "description": "This entity represents the competency assessed or evaluated for the student against a specific competency objective.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "competencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced competency objective." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "studentSectionAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "studentSectionAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "generalStudentProgramAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "generalStudentProgramAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "generalStudentProgramAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "competencyObjectiveReference", + "competencyLevelDescriptor", + "gradingPeriodReference", + "studentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCompetencyObjective", + "description": "This entity represents the competency assessed or evaluated for the student against a specific competency objective.", + "type": "object", + "properties": { + "competencyObjectiveReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "objective": { + "type": "string", + "description": "The designated title of the competency objective.", + "minLength": 1, + "maxLength": 60 + }, + "objectiveGradeLevelDescriptor": { + "type": "string", + "description": "The grade level for which the competency objective is targeted." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced competency objective." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "gradingPeriodReference": { + "type": "object", + "properties": { + "gradingPeriodDescriptor": { + "type": "string", + "description": "The name of the period for which grades are reported." + }, + "periodSequence": { + "type": "integer", + "description": "The sequential order of this period relative to other periods." + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "studentSectionAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentSectionAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "studentSectionAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "generalStudentProgramAssociations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "generalStudentProgramAssociationReference": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false, + "required": [ + "generalStudentProgramAssociationReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.studentSectionAssociations[*].studentSectionAssociationReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + }, + { + "sourceJsonPath": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.studentUniqueId", + "targetJsonPath": "$.studentReference.studentUniqueId" + } + ], + "identityFullnames": [ + "CompetencyObjective", + "GradingPeriod", + "Student" + ], + "documentPathsMapping": { + "CompetencyObjective": { + "paths": { + "educationOrganizationId": "$.competencyObjectiveReference.educationOrganizationId", + "objective": "$.competencyObjectiveReference.objective", + "objectiveGradeLevelDescriptor": "$.competencyObjectiveReference.objectiveGradeLevelDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "objective", + "objectiveGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "CompetencyObjective" + }, + "CompetencyLevel": { + "paths": { + "competencyLevelDescriptor": "$.competencyLevelDescriptor" + }, + "pathOrder": [ + "competencyLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CompetencyLevelDescriptor" + }, + "DiagnosticStatement": { + "paths": { + "diagnosticStatement": "$.diagnosticStatement" + }, + "pathOrder": [ + "diagnosticStatement" + ], + "isReference": false + }, + "GradingPeriod": { + "paths": { + "gradingPeriodDescriptor": "$.gradingPeriodReference.gradingPeriodDescriptor", + "periodSequence": "$.gradingPeriodReference.periodSequence", + "schoolId": "$.gradingPeriodReference.schoolId", + "schoolYear": "$.gradingPeriodReference.schoolYear" + }, + "pathOrder": [ + "gradingPeriodDescriptor", + "periodSequence", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradingPeriod" + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "StudentCompetencyObjectiveSectionOrProgramChoice.StudentSectionAssociation": { + "paths": { + "beginDate": "$.studentSectionAssociations[*].studentSectionAssociationReference.beginDate", + "localCourseCode": "$.studentSectionAssociations[*].studentSectionAssociationReference.localCourseCode", + "schoolId": "$.studentSectionAssociations[*].studentSectionAssociationReference.schoolId", + "schoolYear": "$.studentSectionAssociations[*].studentSectionAssociationReference.schoolYear", + "sectionIdentifier": "$.studentSectionAssociations[*].studentSectionAssociationReference.sectionIdentifier", + "sessionName": "$.studentSectionAssociations[*].studentSectionAssociationReference.sessionName", + "studentUniqueId": "$.studentSectionAssociations[*].studentSectionAssociationReference.studentUniqueId" + }, + "pathOrder": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentSectionAssociation" + }, + "StudentCompetencyObjectiveSectionOrProgramChoice.GeneralStudentProgramAssociation": { + "paths": { + "beginDate": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.beginDate", + "educationOrganizationId": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.educationOrganizationId", + "programName": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.programName", + "programTypeDescriptor": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.programTypeDescriptor", + "studentUniqueId": "$.generalStudentProgramAssociations[*].generalStudentProgramAssociationReference.studentUniqueId" + }, + "pathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GeneralStudentProgramAssociation" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "gradingPeriodDescriptor", + "objective", + "objectiveGradeLevelDescriptor", + "periodSequence", + "schoolId", + "schoolYear", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentGradebookEntries": { + "resourceName": "StudentGradebookEntry", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentGradebookEntry", + "description": "This entity holds a student's grade or competency level for a gradebook entry.", + "type": "object", + "properties": { + "gradebookEntryReference": { + "type": "object", + "properties": { + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "gradebookEntryIdentifier", + "namespace" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced learning objective." + }, + "dateFulfilled": { + "type": "string", + "format": "date", + "description": "The date an assignment was turned in or the date of an assessment." + }, + "timeFulfilled": { + "type": "string", + "format": "time", + "description": "The time an assignment was turned in on the date fulfilled." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "pointsEarned": { + "type": "number", + "description": "The points earned for the submission. With extra credit, the points earned may exceed the max points." + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "submissionStatusDescriptor": { + "type": "string", + "description": "The status of the student's submission." + }, + "assignmentLateStatusDescriptor": { + "type": "string", + "description": "Status of whether the assignment was submitted after the due date and/or marked as." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "gradebookEntryReference", + "studentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentGradebookEntry", + "description": "This entity holds a student's grade or competency level for a gradebook entry.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "gradebookEntryReference": { + "type": "object", + "properties": { + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "gradebookEntryIdentifier", + "namespace" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced learning objective." + }, + "dateFulfilled": { + "type": "string", + "format": "date", + "description": "The date an assignment was turned in or the date of an assessment." + }, + "timeFulfilled": { + "type": "string", + "format": "time", + "description": "The time an assignment was turned in on the date fulfilled." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "pointsEarned": { + "type": "number", + "description": "The points earned for the submission. With extra credit, the points earned may exceed the max points." + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "submissionStatusDescriptor": { + "type": "string", + "description": "The status of the student's submission." + }, + "assignmentLateStatusDescriptor": { + "type": "string", + "description": "Status of whether the assignment was submitted after the due date and/or marked as." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "gradebookEntryReference", + "studentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentGradebookEntry", + "description": "This entity holds a student's grade or competency level for a gradebook entry.", + "type": "object", + "properties": { + "gradebookEntryReference": { + "type": "object", + "properties": { + "gradebookEntryIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a gradebook entry by the source system.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace URI for the source of the gradebook entry.", + "minLength": 5, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "gradebookEntryIdentifier", + "namespace" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "competencyLevelDescriptor": { + "type": "string", + "description": "The competency level assessed for the student for the referenced learning objective." + }, + "dateFulfilled": { + "type": "string", + "format": "date", + "description": "The date an assignment was turned in or the date of an assessment." + }, + "timeFulfilled": { + "type": "string", + "format": "time", + "description": "The time an assignment was turned in on the date fulfilled." + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the teacher that provides information in addition to the grade or assessment score.", + "minLength": 1, + "maxLength": 1024 + }, + "pointsEarned": { + "type": "number", + "description": "The points earned for the submission. With extra credit, the points earned may exceed the max points." + }, + "letterGradeEarned": { + "type": "string", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.", + "minLength": 1, + "maxLength": 20 + }, + "numericGradeEarned": { + "type": "number", + "description": "A final or interim (grading period) indicator of student performance in a class as submitted by the instructor." + }, + "submissionStatusDescriptor": { + "type": "string", + "description": "The status of the student's submission." + }, + "assignmentLateStatusDescriptor": { + "type": "string", + "description": "Status of whether the assignment was submitted after the due date and/or marked as." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "GradebookEntry", + "Student" + ], + "documentPathsMapping": { + "GradebookEntry": { + "paths": { + "gradebookEntryIdentifier": "$.gradebookEntryReference.gradebookEntryIdentifier", + "namespace": "$.gradebookEntryReference.namespace" + }, + "pathOrder": [ + "gradebookEntryIdentifier", + "namespace" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GradebookEntry" + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "CompetencyLevel": { + "paths": { + "competencyLevelDescriptor": "$.competencyLevelDescriptor" + }, + "pathOrder": [ + "competencyLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CompetencyLevelDescriptor" + }, + "DateFulfilled": { + "paths": { + "dateFulfilled": "$.dateFulfilled" + }, + "pathOrder": [ + "dateFulfilled" + ], + "isReference": false + }, + "TimeFulfilled": { + "paths": { + "timeFulfilled": "$.timeFulfilled" + }, + "pathOrder": [ + "timeFulfilled" + ], + "isReference": false + }, + "DiagnosticStatement": { + "paths": { + "diagnosticStatement": "$.diagnosticStatement" + }, + "pathOrder": [ + "diagnosticStatement" + ], + "isReference": false + }, + "PointsEarned": { + "paths": { + "pointsEarned": "$.pointsEarned" + }, + "pathOrder": [ + "pointsEarned" + ], + "isReference": false + }, + "LetterGradeEarned": { + "paths": { + "letterGradeEarned": "$.letterGradeEarned" + }, + "pathOrder": [ + "letterGradeEarned" + ], + "isReference": false + }, + "NumericGradeEarned": { + "paths": { + "numericGradeEarned": "$.numericGradeEarned" + }, + "pathOrder": [ + "numericGradeEarned" + ], + "isReference": false + }, + "SubmissionStatus": { + "paths": { + "submissionStatusDescriptor": "$.submissionStatusDescriptor" + }, + "pathOrder": [ + "submissionStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SubmissionStatusDescriptor" + }, + "AssignmentLateStatus": { + "paths": { + "assignmentLateStatusDescriptor": "$.assignmentLateStatusDescriptor" + }, + "pathOrder": [ + "assignmentLateStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AssignmentLateStatusDescriptor" + } + }, + "identityPathOrder": [ + "gradebookEntryIdentifier", + "namespace", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentInterventionAttendanceEvents": { + "resourceName": "StudentInterventionAttendanceEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for an intervention service.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "interventionDuration": { + "type": "integer", + "description": "The duration in minutes in which the student participated in the intervention during this instance.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "interventionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for an intervention service.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "interventionDuration": { + "type": "integer", + "description": "The duration in minutes in which the student participated in the intervention during this instance.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "interventionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for an intervention service.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "interventionDuration": { + "type": "integer", + "description": "The duration in minutes in which the student participated in the intervention during this instance.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "Intervention" + ], + "documentPathsMapping": { + "AttendanceEvent.EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "AttendanceEvent.AttendanceEventCategory": { + "paths": { + "attendanceEventCategoryDescriptor": "$.attendanceEventCategoryDescriptor" + }, + "pathOrder": [ + "attendanceEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AttendanceEventCategoryDescriptor" + }, + "AttendanceEvent.AttendanceEventReason": { + "paths": { + "attendanceEventReason": "$.attendanceEventReason" + }, + "pathOrder": [ + "attendanceEventReason" + ], + "isReference": false + }, + "AttendanceEvent.EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "AttendanceEvent.EventDuration": { + "paths": { + "eventDuration": "$.eventDuration" + }, + "pathOrder": [ + "eventDuration" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Intervention": { + "paths": { + "educationOrganizationId": "$.interventionReference.educationOrganizationId", + "interventionIdentificationCode": "$.interventionReference.interventionIdentificationCode" + }, + "pathOrder": [ + "educationOrganizationId", + "interventionIdentificationCode" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Intervention" + }, + "InterventionDuration": { + "paths": { + "interventionDuration": "$.interventionDuration" + }, + "pathOrder": [ + "interventionDuration" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionIdentificationCode", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentProgramAttendanceEvents": { + "resourceName": "StudentProgramAttendanceEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance to receive or participate in program services.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "programAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the program attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "educationOrganizationReference", + "programReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance to receive or participate in program services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "programAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the program attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "educationOrganizationReference", + "programReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance to receive or participate in program services.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "programAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the program attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "EducationOrganization", + "Program" + ], + "documentPathsMapping": { + "AttendanceEvent.EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "AttendanceEvent.AttendanceEventCategory": { + "paths": { + "attendanceEventCategoryDescriptor": "$.attendanceEventCategoryDescriptor" + }, + "pathOrder": [ + "attendanceEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AttendanceEventCategoryDescriptor" + }, + "AttendanceEvent.AttendanceEventReason": { + "paths": { + "attendanceEventReason": "$.attendanceEventReason" + }, + "pathOrder": [ + "attendanceEventReason" + ], + "isReference": false + }, + "AttendanceEvent.EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "AttendanceEvent.EventDuration": { + "paths": { + "eventDuration": "$.eventDuration" + }, + "pathOrder": [ + "eventDuration" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "ProgramAttendanceDuration": { + "paths": { + "programAttendanceDuration": "$.programAttendanceDuration" + }, + "pathOrder": [ + "programAttendanceDuration" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentSchoolAttendanceEvents": { + "resourceName": "StudentSchoolAttendanceEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a school day.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "schoolAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the school attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "schoolReference", + "sessionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a school day.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "schoolAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the school attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "schoolReference", + "sessionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a school day.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "schoolAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the school attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.sessionReference.schoolId", + "targetJsonPath": "$.schoolReference.schoolId" + } + ], + "identityFullnames": [ + "Student", + "School", + "Session" + ], + "documentPathsMapping": { + "AttendanceEvent.EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "AttendanceEvent.AttendanceEventCategory": { + "paths": { + "attendanceEventCategoryDescriptor": "$.attendanceEventCategoryDescriptor" + }, + "pathOrder": [ + "attendanceEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AttendanceEventCategoryDescriptor" + }, + "AttendanceEvent.AttendanceEventReason": { + "paths": { + "attendanceEventReason": "$.attendanceEventReason" + }, + "pathOrder": [ + "attendanceEventReason" + ], + "isReference": false + }, + "AttendanceEvent.EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "AttendanceEvent.EventDuration": { + "paths": { + "eventDuration": "$.eventDuration" + }, + "pathOrder": [ + "eventDuration" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "Session": { + "paths": { + "schoolId": "$.sessionReference.schoolId", + "schoolYear": "$.sessionReference.schoolYear", + "sessionName": "$.sessionReference.sessionName" + }, + "pathOrder": [ + "schoolId", + "schoolYear", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Session" + }, + "SchoolAttendanceDuration": { + "paths": { + "schoolAttendanceDuration": "$.schoolAttendanceDuration" + }, + "pathOrder": [ + "schoolAttendanceDuration" + ], + "isReference": false + }, + "ArrivalTime": { + "paths": { + "arrivalTime": "$.arrivalTime" + }, + "pathOrder": [ + "arrivalTime" + ], + "isReference": false + }, + "DepartureTime": { + "paths": { + "departureTime": "$.departureTime" + }, + "pathOrder": [ + "departureTime" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "schoolId", + "schoolYear", + "sessionName", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentSectionAttendanceEvents": { + "resourceName": "StudentSectionAttendanceEvent", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a section.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "sectionAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the section attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "sectionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a section.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "sectionAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the section attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "eventDate", + "attendanceEventCategoryDescriptor", + "studentReference", + "sectionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAttendanceEvent", + "description": "This event entity represents the recording of whether a student is in attendance for a section.", + "type": "object", + "properties": { + "eventDate": { + "type": "string", + "format": "date", + "description": "Date for this attendance event." + }, + "attendanceEventCategoryDescriptor": { + "type": "string", + "description": "A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy." + }, + "attendanceEventReason": { + "type": "string", + "description": "The reported reason for a student's absence.", + "minLength": 1, + "maxLength": 255 + }, + "educationalEnvironmentDescriptor": { + "type": "string", + "description": "The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section." + }, + "eventDuration": { + "type": "number", + "description": "The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "sectionAttendanceDuration": { + "type": "integer", + "description": "The duration in minutes of the section attendance event.", + "minimum": 0, + "maximum": 1440 + }, + "arrivalTime": { + "type": "string", + "format": "time", + "description": "The time of day the student arrived for the attendance event in ISO 8601 format." + }, + "departureTime": { + "type": "string", + "format": "time", + "description": "The time of day the student departed for the attendance event in ISO 8601 format." + }, + "classPeriods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "classPeriodReference": { + "type": "object", + "properties": { + "classPeriodName": { + "type": "string", + "description": "An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "classPeriodName", + "schoolId" + ] + } + }, + "additionalProperties": false, + "required": [ + "classPeriodReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.classPeriods[*].classPeriodReference.schoolId", + "targetJsonPath": "$.sectionReference.schoolId" + } + ], + "identityFullnames": [ + "Student", + "Section" + ], + "documentPathsMapping": { + "AttendanceEvent.EventDate": { + "paths": { + "eventDate": "$.eventDate" + }, + "pathOrder": [ + "eventDate" + ], + "isReference": false + }, + "AttendanceEvent.AttendanceEventCategory": { + "paths": { + "attendanceEventCategoryDescriptor": "$.attendanceEventCategoryDescriptor" + }, + "pathOrder": [ + "attendanceEventCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AttendanceEventCategoryDescriptor" + }, + "AttendanceEvent.AttendanceEventReason": { + "paths": { + "attendanceEventReason": "$.attendanceEventReason" + }, + "pathOrder": [ + "attendanceEventReason" + ], + "isReference": false + }, + "AttendanceEvent.EducationalEnvironment": { + "paths": { + "educationalEnvironmentDescriptor": "$.educationalEnvironmentDescriptor" + }, + "pathOrder": [ + "educationalEnvironmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationalEnvironmentDescriptor" + }, + "AttendanceEvent.EventDuration": { + "paths": { + "eventDuration": "$.eventDuration" + }, + "pathOrder": [ + "eventDuration" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "SectionAttendanceDuration": { + "paths": { + "sectionAttendanceDuration": "$.sectionAttendanceDuration" + }, + "pathOrder": [ + "sectionAttendanceDuration" + ], + "isReference": false + }, + "ArrivalTime": { + "paths": { + "arrivalTime": "$.arrivalTime" + }, + "pathOrder": [ + "arrivalTime" + ], + "isReference": false + }, + "DepartureTime": { + "paths": { + "departureTime": "$.departureTime" + }, + "pathOrder": [ + "departureTime" + ], + "isReference": false + }, + "ClassPeriod": { + "paths": { + "classPeriodName": "$.classPeriods[*].classPeriodReference.classPeriodName", + "schoolId": "$.classPeriods[*].classPeriodReference.schoolId" + }, + "pathOrder": [ + "classPeriodName", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "ClassPeriod" + } + }, + "identityPathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isSubclass": false + }, + "surveys": { + "resourceName": "Survey", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Survey", + "description": "A survey to identified or anonymous respondents.", + "type": "object", + "properties": { + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "surveyTitle": { + "type": "string", + "description": "The title of the survey.", + "minLength": 1, + "maxLength": 255 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "surveyCategoryDescriptor": { + "type": "string", + "description": "The category or type of survey." + }, + "numberAdministered": { + "type": "integer", + "description": "Number of persons to whom this survey was administered." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyIdentifier", + "namespace", + "surveyTitle", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Survey", + "description": "A survey to identified or anonymous respondents.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "surveyTitle": { + "type": "string", + "description": "The title of the survey.", + "minLength": 1, + "maxLength": 255 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "surveyCategoryDescriptor": { + "type": "string", + "description": "The category or type of survey." + }, + "numberAdministered": { + "type": "integer", + "description": "Number of persons to whom this survey was administered." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyIdentifier", + "namespace", + "surveyTitle", + "schoolYearTypeReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.Survey", + "description": "A survey to identified or anonymous respondents.", + "type": "object", + "properties": { + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "surveyTitle": { + "type": "string", + "description": "The title of the survey.", + "minLength": 1, + "maxLength": 255 + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "sessionReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "schoolYear", + "sessionName" + ] + }, + "surveyCategoryDescriptor": { + "type": "string", + "description": "The category or type of survey." + }, + "numberAdministered": { + "type": "integer", + "description": "Number of persons to whom this survey was administered." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveyIdentifier", + "Namespace" + ], + "documentPathsMapping": { + "SurveyIdentifier": { + "paths": { + "surveyIdentifier": "$.surveyIdentifier" + }, + "pathOrder": [ + "surveyIdentifier" + ], + "isReference": false + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "SurveyTitle": { + "paths": { + "surveyTitle": "$.surveyTitle" + }, + "pathOrder": [ + "surveyTitle" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "Session": { + "paths": { + "schoolId": "$.sessionReference.schoolId", + "schoolYear": "$.sessionReference.schoolYear", + "sessionName": "$.sessionReference.sessionName" + }, + "pathOrder": [ + "schoolId", + "schoolYear", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Session" + }, + "SurveyCategory": { + "paths": { + "surveyCategoryDescriptor": "$.surveyCategoryDescriptor" + }, + "pathOrder": [ + "surveyCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SurveyCategoryDescriptor" + }, + "NumberAdministered": { + "paths": { + "numberAdministered": "$.numberAdministered" + }, + "pathOrder": [ + "numberAdministered" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isSubclass": false + }, + "surveyQuestions": { + "resourceName": "SurveyQuestion", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestion", + "description": "The questions for the survey.", + "type": "object", + "properties": { + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "questionFormDescriptor": { + "type": "string", + "description": "The form or type of question." + }, + "questionText": { + "type": "string", + "description": "The text of the question.", + "minLength": 1, + "maxLength": 1024 + }, + "responseChoices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sortOrder": { + "type": "integer", + "description": "Sort order of this ResponseChoice within the complete list of choices attached to a SurveyQuestion. If sort order doesn't apply, the value of NumericValue or a unique, possibly sequential numeric value." + }, + "numericValue": { + "type": "integer", + "description": "A valid numeric response. If paired with a TextValue, the numeric equivalent of the TextValue.", + "minimum": 0, + "maximum": 100 + }, + "textValue": { + "type": "string", + "description": "A valid text response. If paired with a NumericValue, the text equivalent of the NumericValue.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "sortOrder" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "matrices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "minRawScore": { + "type": "integer", + "description": "The minimum score possible on a survey." + }, + "maxRawScore": { + "type": "integer", + "description": "The maximum score possible on a survey." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "questionCode", + "surveyReference", + "questionFormDescriptor", + "questionText" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestion", + "description": "The questions for the survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "questionFormDescriptor": { + "type": "string", + "description": "The form or type of question." + }, + "questionText": { + "type": "string", + "description": "The text of the question.", + "minLength": 1, + "maxLength": 1024 + }, + "responseChoices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sortOrder": { + "type": "integer", + "description": "Sort order of this ResponseChoice within the complete list of choices attached to a SurveyQuestion. If sort order doesn't apply, the value of NumericValue or a unique, possibly sequential numeric value." + }, + "numericValue": { + "type": "integer", + "description": "A valid numeric response. If paired with a TextValue, the numeric equivalent of the TextValue.", + "minimum": 0, + "maximum": 100 + }, + "textValue": { + "type": "string", + "description": "A valid text response. If paired with a NumericValue, the text equivalent of the NumericValue.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "sortOrder" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "matrices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "minRawScore": { + "type": "integer", + "description": "The minimum score possible on a survey." + }, + "maxRawScore": { + "type": "integer", + "description": "The maximum score possible on a survey." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "questionCode", + "surveyReference", + "questionFormDescriptor", + "questionText" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestion", + "description": "The questions for the survey.", + "type": "object", + "properties": { + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "questionFormDescriptor": { + "type": "string", + "description": "The form or type of question." + }, + "questionText": { + "type": "string", + "description": "The text of the question.", + "minLength": 1, + "maxLength": 1024 + }, + "responseChoices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sortOrder": { + "type": "integer", + "description": "Sort order of this ResponseChoice within the complete list of choices attached to a SurveyQuestion. If sort order doesn't apply, the value of NumericValue or a unique, possibly sequential numeric value." + }, + "numericValue": { + "type": "integer", + "description": "A valid numeric response. If paired with a TextValue, the numeric equivalent of the TextValue.", + "minimum": 0, + "maximum": 100 + }, + "textValue": { + "type": "string", + "description": "A valid text response. If paired with a NumericValue, the text equivalent of the NumericValue.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "sortOrder" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "matrices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "minRawScore": { + "type": "integer", + "description": "The minimum score possible on a survey." + }, + "maxRawScore": { + "type": "integer", + "description": "The maximum score possible on a survey." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.surveySectionReference.namespace", + "targetJsonPath": "$.surveyReference.namespace" + }, + { + "sourceJsonPath": "$.surveySectionReference.surveyIdentifier", + "targetJsonPath": "$.surveyReference.surveyIdentifier" + } + ], + "identityFullnames": [ + "QuestionCode", + "Survey" + ], + "documentPathsMapping": { + "QuestionCode": { + "paths": { + "questionCode": "$.questionCode" + }, + "pathOrder": [ + "questionCode" + ], + "isReference": false + }, + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "QuestionForm": { + "paths": { + "questionFormDescriptor": "$.questionFormDescriptor" + }, + "pathOrder": [ + "questionFormDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "QuestionFormDescriptor" + }, + "QuestionText": { + "paths": { + "questionText": "$.questionText" + }, + "pathOrder": [ + "questionText" + ], + "isReference": false + }, + "ResponseChoice.SortOrder": { + "paths": { + "sortOrder": "$.responseChoices[*].sortOrder" + }, + "pathOrder": [ + "sortOrder" + ], + "isReference": false + }, + "ResponseChoice.NumericValue": { + "paths": { + "numericValue": "$.responseChoices[*].numericValue" + }, + "pathOrder": [ + "numericValue" + ], + "isReference": false + }, + "ResponseChoice.TextValue": { + "paths": { + "textValue": "$.responseChoices[*].textValue" + }, + "pathOrder": [ + "textValue" + ], + "isReference": false + }, + "SurveySection": { + "paths": { + "namespace": "$.surveySectionReference.namespace", + "surveyIdentifier": "$.surveySectionReference.surveyIdentifier", + "surveySectionTitle": "$.surveySectionReference.surveySectionTitle" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveySection" + }, + "Matrix.MatrixElement": { + "paths": { + "matrixElement": "$.matrices[*].matrixElement" + }, + "pathOrder": [ + "matrixElement" + ], + "isReference": false + }, + "Matrix.MinRawScore": { + "paths": { + "minRawScore": "$.matrices[*].minRawScore" + }, + "pathOrder": [ + "minRawScore" + ], + "isReference": false + }, + "Matrix.MaxRawScore": { + "paths": { + "maxRawScore": "$.matrices[*].maxRawScore" + }, + "pathOrder": [ + "maxRawScore" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "namespace", + "questionCode", + "surveyIdentifier" + ], + "isSubclass": false + }, + "surveyQuestionResponses": { + "resourceName": "SurveyQuestionResponse", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestionResponse", + "description": "The response to a survey question.", + "type": "object", + "properties": { + "surveyQuestionReference": { + "type": "object", + "properties": { + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "questionCode", + "namespace", + "surveyIdentifier" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "values": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyQuestionResponseValueIdentifier": { + "type": "integer", + "description": "Primary key for the response value; a unique, usually sequential numeric value for a collection of responses, or potentially the value of NumericResponse for a single response." + }, + "numericResponse": { + "type": "integer", + "description": "A numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "A text response to the question.", + "minLength": 1, + "maxLength": 2048 + } + }, + "additionalProperties": false, + "required": [ + "surveyQuestionResponseValueIdentifier" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveyQuestionMatrixElementResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "numericResponse": { + "type": "integer", + "description": "The numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "The text response(s) for the question.", + "minLength": 1, + "maxLength": 2048 + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "minNumericResponse": { + "type": "integer", + "description": "The minimum score response to the question." + }, + "maxNumericResponse": { + "type": "integer", + "description": "The maximum score response to the question." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "comment": { + "type": "string", + "description": "Additional information provided by the responder about the question in the survey.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyQuestionReference", + "surveyResponseReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestionResponse", + "description": "The response to a survey question.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyQuestionReference": { + "type": "object", + "properties": { + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "questionCode", + "namespace", + "surveyIdentifier" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "values": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyQuestionResponseValueIdentifier": { + "type": "integer", + "description": "Primary key for the response value; a unique, usually sequential numeric value for a collection of responses, or potentially the value of NumericResponse for a single response." + }, + "numericResponse": { + "type": "integer", + "description": "A numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "A text response to the question.", + "minLength": 1, + "maxLength": 2048 + } + }, + "additionalProperties": false, + "required": [ + "surveyQuestionResponseValueIdentifier" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveyQuestionMatrixElementResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "numericResponse": { + "type": "integer", + "description": "The numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "The text response(s) for the question.", + "minLength": 1, + "maxLength": 2048 + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "minNumericResponse": { + "type": "integer", + "description": "The minimum score response to the question." + }, + "maxNumericResponse": { + "type": "integer", + "description": "The maximum score response to the question." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "comment": { + "type": "string", + "description": "Additional information provided by the responder about the question in the survey.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyQuestionReference", + "surveyResponseReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyQuestionResponse", + "description": "The response to a survey question.", + "type": "object", + "properties": { + "surveyQuestionReference": { + "type": "object", + "properties": { + "questionCode": { + "type": "string", + "description": "The identifying code for the question, unique for the survey.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "questionCode", + "namespace", + "surveyIdentifier" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "values": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyQuestionResponseValueIdentifier": { + "type": "integer", + "description": "Primary key for the response value; a unique, usually sequential numeric value for a collection of responses, or potentially the value of NumericResponse for a single response." + }, + "numericResponse": { + "type": "integer", + "description": "A numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "A text response to the question.", + "minLength": 1, + "maxLength": 2048 + } + }, + "additionalProperties": false, + "required": [ + "surveyQuestionResponseValueIdentifier" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "surveyQuestionMatrixElementResponses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "matrixElement": { + "type": "string", + "description": "For matrix questions, the text identifying each row of the matrix.", + "minLength": 1, + "maxLength": 255 + }, + "numericResponse": { + "type": "integer", + "description": "The numeric response to the question.", + "minimum": 0, + "maximum": 100 + }, + "textResponse": { + "type": "string", + "description": "The text response(s) for the question.", + "minLength": 1, + "maxLength": 2048 + }, + "noResponse": { + "type": "boolean", + "description": "Indicates there was no response to the question." + }, + "minNumericResponse": { + "type": "integer", + "description": "The minimum score response to the question." + }, + "maxNumericResponse": { + "type": "integer", + "description": "The maximum score response to the question." + } + }, + "additionalProperties": false, + "required": [ + "matrixElement" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "comment": { + "type": "string", + "description": "Additional information provided by the responder about the question in the survey.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.surveyResponseReference.namespace", + "targetJsonPath": "$.surveyQuestionReference.namespace" + }, + { + "sourceJsonPath": "$.surveyResponseReference.surveyIdentifier", + "targetJsonPath": "$.surveyQuestionReference.surveyIdentifier" + } + ], + "identityFullnames": [ + "SurveyQuestion", + "SurveyResponse" + ], + "documentPathsMapping": { + "SurveyQuestion": { + "paths": { + "namespace": "$.surveyQuestionReference.namespace", + "questionCode": "$.surveyQuestionReference.questionCode", + "surveyIdentifier": "$.surveyQuestionReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "questionCode", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveyQuestion" + }, + "SurveyResponse": { + "paths": { + "namespace": "$.surveyResponseReference.namespace", + "surveyIdentifier": "$.surveyResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveyResponseReference.surveyResponseIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveyResponse" + }, + "NoResponse": { + "paths": { + "noResponse": "$.noResponse" + }, + "pathOrder": [ + "noResponse" + ], + "isReference": false + }, + "SurveyQuestionResponseValue.SurveyQuestionResponseValueIdentifier": { + "paths": { + "surveyQuestionResponseValueIdentifier": "$.values[*].surveyQuestionResponseValueIdentifier" + }, + "pathOrder": [ + "surveyQuestionResponseValueIdentifier" + ], + "isReference": false + }, + "SurveyQuestionResponseValue.NumericResponse": { + "paths": { + "numericResponse": "$.values[*].numericResponse" + }, + "pathOrder": [ + "numericResponse" + ], + "isReference": false + }, + "SurveyQuestionResponseValue.TextResponse": { + "paths": { + "textResponse": "$.values[*].textResponse" + }, + "pathOrder": [ + "textResponse" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.MatrixElement": { + "paths": { + "matrixElement": "$.surveyQuestionMatrixElementResponses[*].matrixElement" + }, + "pathOrder": [ + "matrixElement" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.NumericResponse": { + "paths": { + "numericResponse": "$.surveyQuestionMatrixElementResponses[*].numericResponse" + }, + "pathOrder": [ + "numericResponse" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.TextResponse": { + "paths": { + "textResponse": "$.surveyQuestionMatrixElementResponses[*].textResponse" + }, + "pathOrder": [ + "textResponse" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.NoResponse": { + "paths": { + "noResponse": "$.surveyQuestionMatrixElementResponses[*].noResponse" + }, + "pathOrder": [ + "noResponse" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.MinNumericResponse": { + "paths": { + "minNumericResponse": "$.surveyQuestionMatrixElementResponses[*].minNumericResponse" + }, + "pathOrder": [ + "minNumericResponse" + ], + "isReference": false + }, + "SurveyQuestionMatrixElementResponse.MaxNumericResponse": { + "paths": { + "maxNumericResponse": "$.surveyQuestionMatrixElementResponses[*].maxNumericResponse" + }, + "pathOrder": [ + "maxNumericResponse" + ], + "isReference": false + }, + "Comment": { + "paths": { + "comment": "$.comment" + }, + "pathOrder": [ + "comment" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "namespace", + "questionCode", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isSubclass": false + }, + "surveyResponses": { + "resourceName": "SurveyResponse", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponse", + "description": "Responses to a Survey for named or anonymous persons.", + "type": "object", + "properties": { + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "responseDate": { + "type": "string", + "format": "date", + "description": "Date of the survey response." + }, + "responseTime": { + "type": "integer", + "description": "The amount of time (in seconds) it took for the respondent to complete the survey." + }, + "surveyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "surveyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMailAddress": { + "type": "string", + "description": "Email address of the respondent.", + "minLength": 7, + "maxLength": 128 + }, + "fullName": { + "type": "string", + "description": "Full name of the respondent.", + "maxLength": 80 + }, + "location": { + "type": "string", + "description": "Location of the respondent, often a city, district, or school.", + "minLength": 1, + "maxLength": 75 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyResponseIdentifier", + "surveyReference", + "responseDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponse", + "description": "Responses to a Survey for named or anonymous persons.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "responseDate": { + "type": "string", + "format": "date", + "description": "Date of the survey response." + }, + "responseTime": { + "type": "integer", + "description": "The amount of time (in seconds) it took for the respondent to complete the survey." + }, + "surveyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "surveyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMailAddress": { + "type": "string", + "description": "Email address of the respondent.", + "minLength": 7, + "maxLength": 128 + }, + "fullName": { + "type": "string", + "description": "Full name of the respondent.", + "maxLength": 80 + }, + "location": { + "type": "string", + "description": "Location of the respondent, often a city, district, or school.", + "minLength": 1, + "maxLength": 75 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyResponseIdentifier", + "surveyReference", + "responseDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponse", + "description": "Responses to a Survey for named or anonymous persons.", + "type": "object", + "properties": { + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "responseDate": { + "type": "string", + "format": "date", + "description": "Date of the survey response." + }, + "responseTime": { + "type": "integer", + "description": "The amount of time (in seconds) it took for the respondent to complete the survey." + }, + "surveyLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "surveyLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "surveyLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMailAddress": { + "type": "string", + "description": "Email address of the respondent.", + "minLength": 7, + "maxLength": 128 + }, + "fullName": { + "type": "string", + "description": "Full name of the respondent.", + "maxLength": 80 + }, + "location": { + "type": "string", + "description": "Location of the respondent, often a city, district, or school.", + "minLength": 1, + "maxLength": 75 + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveyResponseIdentifier", + "Survey" + ], + "documentPathsMapping": { + "SurveyResponseIdentifier": { + "paths": { + "surveyResponseIdentifier": "$.surveyResponseIdentifier" + }, + "pathOrder": [ + "surveyResponseIdentifier" + ], + "isReference": false + }, + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "ResponseDate": { + "paths": { + "responseDate": "$.responseDate" + }, + "pathOrder": [ + "responseDate" + ], + "isReference": false + }, + "ResponseTime": { + "paths": { + "responseTime": "$.responseTime" + }, + "pathOrder": [ + "responseTime" + ], + "isReference": false + }, + "SurveyLevel": { + "paths": { + "surveyLevelDescriptor": "$.surveyLevels[*].surveyLevelDescriptor" + }, + "pathOrder": [ + "surveyLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SurveyLevelDescriptor" + }, + "ElectronicMailAddress": { + "paths": { + "electronicMailAddress": "$.electronicMailAddress" + }, + "pathOrder": [ + "electronicMailAddress" + ], + "isReference": false + }, + "FullName": { + "paths": { + "fullName": "$.fullName" + }, + "pathOrder": [ + "fullName" + ], + "isReference": false + }, + "Location": { + "paths": { + "location": "$.location" + }, + "pathOrder": [ + "location" + ], + "isReference": false + }, + "SurveyResponderChoice.Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "SurveyResponderChoice.Contact": { + "paths": { + "contactUniqueId": "$.contactReference.contactUniqueId" + }, + "pathOrder": [ + "contactUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Contact" + }, + "SurveyResponderChoice.Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isSubclass": false + }, + "surveySections": { + "resourceName": "SurveySection", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySection", + "description": "The section of questions for the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyReference", + "surveySectionTitle" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySection", + "description": "The section of questions for the survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyReference", + "surveySectionTitle" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySection", + "description": "The section of questions for the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Survey", + "SurveySectionTitle" + ], + "documentPathsMapping": { + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "SurveySectionTitle": { + "paths": { + "surveySectionTitle": "$.surveySectionTitle" + }, + "pathOrder": [ + "surveySectionTitle" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ], + "isSubclass": false + }, + "surveySectionResponses": { + "resourceName": "SurveySectionResponse", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponse", + "description": "Optional information about the responses provided for a section of a survey.", + "type": "object", + "properties": { + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "sectionRating": { + "type": "number", + "description": "Numeric rating computed from the survey responses for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveySectionReference", + "surveyResponseReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponse", + "description": "Optional information about the responses provided for a section of a survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "sectionRating": { + "type": "number", + "description": "Numeric rating computed from the survey responses for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveySectionReference", + "surveyResponseReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponse", + "description": "Optional information about the responses provided for a section of a survey.", + "type": "object", + "properties": { + "surveySectionReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ] + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "sectionRating": { + "type": "number", + "description": "Numeric rating computed from the survey responses for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.surveyResponseReference.namespace", + "targetJsonPath": "$.surveySectionReference.namespace" + }, + { + "sourceJsonPath": "$.surveyResponseReference.surveyIdentifier", + "targetJsonPath": "$.surveySectionReference.surveyIdentifier" + } + ], + "identityFullnames": [ + "SurveySection", + "SurveyResponse" + ], + "documentPathsMapping": { + "SurveySection": { + "paths": { + "namespace": "$.surveySectionReference.namespace", + "surveyIdentifier": "$.surveySectionReference.surveyIdentifier", + "surveySectionTitle": "$.surveySectionReference.surveySectionTitle" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveySectionTitle" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveySection" + }, + "SurveyResponse": { + "paths": { + "namespace": "$.surveyResponseReference.namespace", + "surveyIdentifier": "$.surveyResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveyResponseReference.surveyResponseIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveyResponse" + }, + "SectionRating": { + "paths": { + "sectionRating": "$.sectionRating" + }, + "pathOrder": [ + "sectionRating" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ], + "isSubclass": false + }, + "educationOrganizationInterventionPrescriptionAssociations": { + "resourceName": "EducationOrganizationInterventionPrescriptionAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationInterventionPrescriptionAssociation", + "description": "This association indicates interventions made available by an education organization. Often, a district-level education organization purchases a set of intervention prescriptions and makes them available to its schools for use on demand.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the period during which the intervention prescription is available." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the period during which the intervention prescription is available." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationReference", + "interventionPrescriptionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationInterventionPrescriptionAssociation", + "description": "This association indicates interventions made available by an education organization. Often, a district-level education organization purchases a set of intervention prescriptions and makes them available to its schools for use on demand.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the period during which the intervention prescription is available." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the period during which the intervention prescription is available." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationReference", + "interventionPrescriptionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationInterventionPrescriptionAssociation", + "description": "This association indicates interventions made available by an education organization. Often, a district-level education organization purchases a set of intervention prescriptions and makes them available to its schools for use on demand.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "interventionPrescriptionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionPrescriptionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention prescription.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The begin date of the period during which the intervention prescription is available." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The end date of the period during which the intervention prescription is available." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "InterventionPrescription" + ], + "documentPathsMapping": { + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "InterventionPrescription": { + "paths": { + "educationOrganizationId": "$.interventionPrescriptionReference.educationOrganizationId", + "interventionPrescriptionIdentificationCode": "$.interventionPrescriptionReference.interventionPrescriptionIdentificationCode" + }, + "pathOrder": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "InterventionPrescription" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionPrescriptionIdentificationCode" + ], + "isSubclass": false + }, + "educationOrganizationNetworkAssociations": { + "resourceName": "EducationOrganizationNetworkAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetworkAssociation", + "description": "Properties of the association between the education organization and its network(s).", + "type": "object", + "properties": { + "educationOrganizationNetworkReference": { + "type": "object", + "properties": { + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationNetworkId" + ] + }, + "memberEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization joined this network." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization left this network." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationNetworkReference", + "memberEducationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetworkAssociation", + "description": "Properties of the association between the education organization and its network(s).", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationNetworkReference": { + "type": "object", + "properties": { + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationNetworkId" + ] + }, + "memberEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization joined this network." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization left this network." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationNetworkReference", + "memberEducationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetworkAssociation", + "description": "Properties of the association between the education organization and its network(s).", + "type": "object", + "properties": { + "educationOrganizationNetworkReference": { + "type": "object", + "properties": { + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationNetworkId" + ] + }, + "memberEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization joined this network." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The date on which the education organization left this network." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganizationNetwork", + "MemberEducationOrganization" + ], + "documentPathsMapping": { + "EducationOrganizationNetwork": { + "paths": { + "educationOrganizationNetworkId": "$.educationOrganizationNetworkReference.educationOrganizationNetworkId" + }, + "pathOrder": [ + "educationOrganizationNetworkId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganizationNetwork" + }, + "MemberEducationOrganization": { + "paths": { + "educationOrganizationId": "$.memberEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "educationOrganizationNetworkId" + ], + "isSubclass": false + }, + "educationOrganizationPeerAssociations": { + "resourceName": "EducationOrganizationPeerAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationPeerAssociation", + "description": "The association from an education organization to its peers.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "peerEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationReference", + "peerEducationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationPeerAssociation", + "description": "The association from an education organization to its peers.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "peerEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationReference", + "peerEducationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationPeerAssociation", + "description": "The association from an education organization to its peers.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "peerEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "PeerEducationOrganization" + ], + "documentPathsMapping": { + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "PeerEducationOrganization": { + "paths": { + "educationOrganizationId": "$.peerEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + } + }, + "identityPathOrder": [ + "educationOrganizationId" + ], + "isSubclass": false + }, + "feederSchoolAssociations": { + "resourceName": "FeederSchoolAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FeederSchoolAssociation", + "description": "The association from feeder school to the receiving school.", + "type": "object", + "properties": { + "feederSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the first day of the feeder school association." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the last day of the feeder school association." + }, + "feederRelationshipDescription": { + "type": "string", + "description": "Describes the relationship from the feeder school to the receiving school, for example by program emphasis, such as special education, language immersion, science, or performing art.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "feederSchoolReference", + "schoolReference", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FeederSchoolAssociation", + "description": "The association from feeder school to the receiving school.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "feederSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the first day of the feeder school association." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the last day of the feeder school association." + }, + "feederRelationshipDescription": { + "type": "string", + "description": "Describes the relationship from the feeder school to the receiving school, for example by program emphasis, such as special education, language immersion, science, or performing art.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "feederSchoolReference", + "schoolReference", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.FeederSchoolAssociation", + "description": "The association from feeder school to the receiving school.", + "type": "object", + "properties": { + "feederSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the first day of the feeder school association." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the last day of the feeder school association." + }, + "feederRelationshipDescription": { + "type": "string", + "description": "Describes the relationship from the feeder school to the receiving school, for example by program emphasis, such as special education, language immersion, science, or performing art.", + "minLength": 1, + "maxLength": 1024 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "FeederSchool", + "School", + "BeginDate" + ], + "documentPathsMapping": { + "FeederSchool": { + "paths": { + "schoolId": "$.feederSchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "FeederRelationshipDescription": { + "paths": { + "feederRelationshipDescription": "$.feederRelationshipDescription" + }, + "pathOrder": [ + "feederRelationshipDescription" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "schoolId" + ], + "isSubclass": false + }, + "learningStandardEquivalenceAssociations": { + "resourceName": "LearningStandardEquivalenceAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandardEquivalenceAssociation", + "description": "Indicates a directional association of equivalence from a source to a target learning standard.", + "type": "object", + "properties": { + "sourceLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "targetLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization that has created and owns the association.", + "minLength": 5, + "maxLength": 255 + }, + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The date that the association is considered to be applicable or effective." + }, + "learningStandardEquivalenceStrengthDescriptor": { + "type": "string", + "description": "A measure that indicates the strength or quality of the equivalence relationship." + }, + "learningStandardEquivalenceStrengthDescription": { + "type": "string", + "description": "Captures supplemental information on the relationship. Recommended for use only when the match is partial.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "sourceLearningStandardReference", + "targetLearningStandardReference", + "namespace" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandardEquivalenceAssociation", + "description": "Indicates a directional association of equivalence from a source to a target learning standard.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "sourceLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "targetLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization that has created and owns the association.", + "minLength": 5, + "maxLength": 255 + }, + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The date that the association is considered to be applicable or effective." + }, + "learningStandardEquivalenceStrengthDescriptor": { + "type": "string", + "description": "A measure that indicates the strength or quality of the equivalence relationship." + }, + "learningStandardEquivalenceStrengthDescription": { + "type": "string", + "description": "Captures supplemental information on the relationship. Recommended for use only when the match is partial.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "sourceLearningStandardReference", + "targetLearningStandardReference", + "namespace" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LearningStandardEquivalenceAssociation", + "description": "Indicates a directional association of equivalence from a source to a target learning standard.", + "type": "object", + "properties": { + "sourceLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "targetLearningStandardReference": { + "type": "object", + "properties": { + "learningStandardId": { + "type": "string", + "description": "The identifier for the specific learning standard (e.g., 111.15.3.1.A).", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "learningStandardId" + ] + }, + "namespace": { + "type": "string", + "description": "The namespace of the organization that has created and owns the association.", + "minLength": 5, + "maxLength": 255 + }, + "effectiveDate": { + "type": "string", + "format": "date", + "description": "The date that the association is considered to be applicable or effective." + }, + "learningStandardEquivalenceStrengthDescriptor": { + "type": "string", + "description": "A measure that indicates the strength or quality of the equivalence relationship." + }, + "learningStandardEquivalenceStrengthDescription": { + "type": "string", + "description": "Captures supplemental information on the relationship. Recommended for use only when the match is partial.", + "minLength": 1, + "maxLength": 255 + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SourceLearningStandard", + "TargetLearningStandard", + "Namespace" + ], + "documentPathsMapping": { + "SourceLearningStandard": { + "paths": { + "learningStandardId": "$.sourceLearningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "TargetLearningStandard": { + "paths": { + "learningStandardId": "$.targetLearningStandardReference.learningStandardId" + }, + "pathOrder": [ + "learningStandardId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LearningStandard" + }, + "Namespace": { + "paths": { + "namespace": "$.namespace" + }, + "pathOrder": [ + "namespace" + ], + "isReference": false + }, + "EffectiveDate": { + "paths": { + "effectiveDate": "$.effectiveDate" + }, + "pathOrder": [ + "effectiveDate" + ], + "isReference": false + }, + "LearningStandardEquivalenceStrength": { + "paths": { + "learningStandardEquivalenceStrengthDescriptor": "$.learningStandardEquivalenceStrengthDescriptor" + }, + "pathOrder": [ + "learningStandardEquivalenceStrengthDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LearningStandardEquivalenceStrengthDescriptor" + }, + "LearningStandardEquivalenceStrengthDescription": { + "paths": { + "learningStandardEquivalenceStrengthDescription": "$.learningStandardEquivalenceStrengthDescription" + }, + "pathOrder": [ + "learningStandardEquivalenceStrengthDescription" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "learningStandardId", + "namespace" + ], + "isSubclass": false + }, + "staffCohortAssociations": { + "resourceName": "StaffCohortAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffCohortAssociation", + "description": "This association indicates the staff associated with a cohort of students.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this cohort." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "cohortReference", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffCohortAssociation", + "description": "This association indicates the staff associated with a cohort of students.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this cohort." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "cohortReference", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffCohortAssociation", + "description": "This association indicates the staff associated with a cohort of students.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this cohort." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "Cohort", + "BeginDate" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "Cohort": { + "paths": { + "cohortIdentifier": "$.cohortReference.cohortIdentifier", + "educationOrganizationId": "$.cohortReference.educationOrganizationId" + }, + "pathOrder": [ + "cohortIdentifier", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Cohort" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "StudentRecordAccess": { + "paths": { + "studentRecordAccess": "$.studentRecordAccess" + }, + "pathOrder": [ + "studentRecordAccess" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "cohortIdentifier", + "educationOrganizationId", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffDisciplineIncidentAssociations": { + "resourceName": "StaffDisciplineIncidentAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffDisciplineIncidentAssociation", + "description": "This association indicates those staff who were victims, perpetrators, witnesses, and reporters for a discipline incident.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "disciplineIncidentReference", + "disciplineIncidentParticipationCodes" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffDisciplineIncidentAssociation", + "description": "This association indicates those staff who were victims, perpetrators, witnesses, and reporters for a discipline incident.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "disciplineIncidentReference", + "disciplineIncidentParticipationCodes" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffDisciplineIncidentAssociation", + "description": "This association indicates those staff who were victims, perpetrators, witnesses, and reporters for a discipline incident.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "DisciplineIncident" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "DisciplineIncident": { + "paths": { + "incidentIdentifier": "$.disciplineIncidentReference.incidentIdentifier", + "schoolId": "$.disciplineIncidentReference.schoolId" + }, + "pathOrder": [ + "incidentIdentifier", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "DisciplineIncident" + }, + "DisciplineIncidentParticipationCode": { + "paths": { + "disciplineIncidentParticipationCodeDescriptor": "$.disciplineIncidentParticipationCodes[*].disciplineIncidentParticipationCodeDescriptor" + }, + "pathOrder": [ + "disciplineIncidentParticipationCodeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineIncidentParticipationCodeDescriptor" + } + }, + "identityPathOrder": [ + "incidentIdentifier", + "schoolId", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffEducationOrganizationAssignmentAssociations": { + "resourceName": "StaffEducationOrganizationAssignmentAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationAssignmentAssociation", + "description": "This association indicates the education organization to which a staff member provides services.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the education organization." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the education organization." + }, + "orderOfAssignment": { + "type": "integer", + "description": "Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc." + }, + "staffEducationOrganizationEmploymentAssociationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "employmentStatusDescriptor", + "staffUniqueId" + ] + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "educationOrganizationReference", + "staffClassificationDescriptor", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationAssignmentAssociation", + "description": "This association indicates the education organization to which a staff member provides services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the education organization." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the education organization." + }, + "orderOfAssignment": { + "type": "integer", + "description": "Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc." + }, + "staffEducationOrganizationEmploymentAssociationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "employmentStatusDescriptor", + "staffUniqueId" + ] + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "educationOrganizationReference", + "staffClassificationDescriptor", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationAssignmentAssociation", + "description": "This association indicates the education organization to which a staff member provides services.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "staffClassificationDescriptor": { + "type": "string", + "description": "The titles of employment, official status, or rank of education staff." + }, + "positionTitle": { + "type": "string", + "description": "The descriptive name of an individual's position.", + "minLength": 1, + "maxLength": 100 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the education organization." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the education organization." + }, + "orderOfAssignment": { + "type": "integer", + "description": "Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc." + }, + "staffEducationOrganizationEmploymentAssociationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "employmentStatusDescriptor", + "staffUniqueId" + ] + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.staffEducationOrganizationEmploymentAssociationReference.staffUniqueId", + "targetJsonPath": "$.staffReference.staffUniqueId" + } + ], + "identityFullnames": [ + "Staff", + "EducationOrganization", + "StaffClassification", + "BeginDate" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "StaffClassification": { + "paths": { + "staffClassificationDescriptor": "$.staffClassificationDescriptor" + }, + "pathOrder": [ + "staffClassificationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StaffClassificationDescriptor" + }, + "PositionTitle": { + "paths": { + "positionTitle": "$.positionTitle" + }, + "pathOrder": [ + "positionTitle" + ], + "isReference": false + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "OrderOfAssignment": { + "paths": { + "orderOfAssignment": "$.orderOfAssignment" + }, + "pathOrder": [ + "orderOfAssignment" + ], + "isReference": false + }, + "StaffEducationOrganizationEmploymentAssociation": { + "paths": { + "educationOrganizationId": "$.staffEducationOrganizationEmploymentAssociationReference.educationOrganizationId", + "employmentStatusDescriptor": "$.staffEducationOrganizationEmploymentAssociationReference.employmentStatusDescriptor", + "staffUniqueId": "$.staffEducationOrganizationEmploymentAssociationReference.staffUniqueId" + }, + "pathOrder": [ + "educationOrganizationId", + "employmentStatusDescriptor", + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StaffEducationOrganizationEmploymentAssociation" + }, + "Credential": { + "paths": { + "credentialIdentifier": "$.credentialReference.credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor": "$.credentialReference.stateOfIssueStateAbbreviationDescriptor" + }, + "pathOrder": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Credential" + }, + "FullTimeEquivalency": { + "paths": { + "fullTimeEquivalency": "$.fullTimeEquivalency" + }, + "pathOrder": [ + "fullTimeEquivalency" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "staffClassificationDescriptor", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffEducationOrganizationContactAssociations": { + "resourceName": "StaffEducationOrganizationContactAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationContactAssociation", + "description": "This association provides the contact information of the staff associated with the education organization.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "address": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "contactTitle": { + "type": "string", + "description": "The title of the contact in the context of the education organization.", + "minLength": 1, + "maxLength": 75 + }, + "contactTypeDescriptor": { + "type": "string", + "description": "Indicates the type for the contact information." + }, + "electronicMailAddress": { + "type": "string", + "description": "The email for the contact associated with the education organization.", + "minLength": 7, + "maxLength": 128 + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "educationOrganizationReference", + "contactTitle", + "electronicMailAddress" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationContactAssociation", + "description": "This association provides the contact information of the staff associated with the education organization.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "address": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "contactTitle": { + "type": "string", + "description": "The title of the contact in the context of the education organization.", + "minLength": 1, + "maxLength": 75 + }, + "contactTypeDescriptor": { + "type": "string", + "description": "Indicates the type for the contact information." + }, + "electronicMailAddress": { + "type": "string", + "description": "The email for the contact associated with the education organization.", + "minLength": 7, + "maxLength": 128 + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "educationOrganizationReference", + "contactTitle", + "electronicMailAddress" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationContactAssociation", + "description": "This association provides the contact information of the staff associated with the education organization.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "address": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "contactTitle": { + "type": "string", + "description": "The title of the contact in the context of the education organization.", + "minLength": 1, + "maxLength": 75 + }, + "contactTypeDescriptor": { + "type": "string", + "description": "Indicates the type for the contact information." + }, + "electronicMailAddress": { + "type": "string", + "description": "The email for the contact associated with the education organization.", + "minLength": 7, + "maxLength": 128 + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "EducationOrganization", + "ContactTitle" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.address.streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.address.apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.address.buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.address.city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.address.stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.address.postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.address.nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.address.countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.address.latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.address.longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.address.periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.address.periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.address.addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.address.doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.address.congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.address.localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "ContactTitle": { + "paths": { + "contactTitle": "$.contactTitle" + }, + "pathOrder": [ + "contactTitle" + ], + "isReference": false + }, + "ContactType": { + "paths": { + "contactTypeDescriptor": "$.contactTypeDescriptor" + }, + "pathOrder": [ + "contactTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ContactTypeDescriptor" + }, + "ElectronicMailAddress": { + "paths": { + "electronicMailAddress": "$.electronicMailAddress" + }, + "pathOrder": [ + "electronicMailAddress" + ], + "isReference": false + }, + "Telephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.telephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "Telephone.TelephoneNumberType": { + "paths": { + "telephoneNumberTypeDescriptor": "$.telephones[*].telephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "telephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TelephoneNumberTypeDescriptor" + }, + "Telephone.OrderOfPriority": { + "paths": { + "orderOfPriority": "$.telephones[*].orderOfPriority" + }, + "pathOrder": [ + "orderOfPriority" + ], + "isReference": false + }, + "Telephone.TextMessageCapabilityIndicator": { + "paths": { + "textMessageCapabilityIndicator": "$.telephones[*].textMessageCapabilityIndicator" + }, + "pathOrder": [ + "textMessageCapabilityIndicator" + ], + "isReference": false + }, + "Telephone.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.telephones[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "contactTitle", + "educationOrganizationId", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffEducationOrganizationEmploymentAssociations": { + "resourceName": "StaffEducationOrganizationEmploymentAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationEmploymentAssociation", + "description": "This association indicates the education organization an employee, contractor, volunteer, or other service provider is formally associated with typically indicated by which organization the staff member has a services contract with or receives compensation from.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "hireDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was hired for a position." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a contract between an individual and a governing authority ends or is terminated under the provisions of the contract (or the date on which the agreement is made invalid)." + }, + "separationDescriptor": { + "type": "string", + "description": "Type of employment separation." + }, + "separationReasonDescriptor": { + "type": "string", + "description": "Reason for terminating the employment." + }, + "department": { + "type": "string", + "description": "The department or suborganization the employee/contractor is associated with in the education organization.", + "minLength": 1, + "maxLength": 60 + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "offerDate": { + "type": "string", + "format": "date", + "description": "Date at which the staff member was made an official offer for this employment." + }, + "hourlyWage": { + "type": "number", + "description": "Hourly wage associated with the employment position being reported." + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "educationOrganizationReference", + "employmentStatusDescriptor", + "hireDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationEmploymentAssociation", + "description": "This association indicates the education organization an employee, contractor, volunteer, or other service provider is formally associated with typically indicated by which organization the staff member has a services contract with or receives compensation from.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "hireDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was hired for a position." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a contract between an individual and a governing authority ends or is terminated under the provisions of the contract (or the date on which the agreement is made invalid)." + }, + "separationDescriptor": { + "type": "string", + "description": "Type of employment separation." + }, + "separationReasonDescriptor": { + "type": "string", + "description": "Reason for terminating the employment." + }, + "department": { + "type": "string", + "description": "The department or suborganization the employee/contractor is associated with in the education organization.", + "minLength": 1, + "maxLength": 60 + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "offerDate": { + "type": "string", + "format": "date", + "description": "Date at which the staff member was made an official offer for this employment." + }, + "hourlyWage": { + "type": "number", + "description": "Hourly wage associated with the employment position being reported." + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "educationOrganizationReference", + "employmentStatusDescriptor", + "hireDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffEducationOrganizationEmploymentAssociation", + "description": "This association indicates the education organization an employee, contractor, volunteer, or other service provider is formally associated with typically indicated by which organization the staff member has a services contract with or receives compensation from.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "employmentStatusDescriptor": { + "type": "string", + "description": "Reflects the type of employment or contract." + }, + "hireDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual was hired for a position." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which a contract between an individual and a governing authority ends or is terminated under the provisions of the contract (or the date on which the agreement is made invalid)." + }, + "separationDescriptor": { + "type": "string", + "description": "Type of employment separation." + }, + "separationReasonDescriptor": { + "type": "string", + "description": "Reason for terminating the employment." + }, + "department": { + "type": "string", + "description": "The department or suborganization the employee/contractor is associated with in the education organization.", + "minLength": 1, + "maxLength": 60 + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The ratio between the hours of work expected in a position and the hours of work normally expected in a full-time position in the same setting." + }, + "offerDate": { + "type": "string", + "format": "date", + "description": "Date at which the staff member was made an official offer for this employment." + }, + "hourlyWage": { + "type": "number", + "description": "Hourly wage associated with the employment position being reported." + }, + "credentialReference": { + "type": "object", + "properties": { + "credentialIdentifier": { + "type": "string", + "description": "Identifier or serial number assigned to the credential.", + "minLength": 1, + "maxLength": 60 + }, + "stateOfIssueStateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a license/credential was issued." + } + }, + "additionalProperties": false, + "required": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "EducationOrganization", + "EmploymentStatus" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "EmploymentStatus": { + "paths": { + "employmentStatusDescriptor": "$.employmentStatusDescriptor" + }, + "pathOrder": [ + "employmentStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EmploymentStatusDescriptor" + }, + "EmploymentPeriod.HireDate": { + "paths": { + "hireDate": "$.hireDate" + }, + "pathOrder": [ + "hireDate" + ], + "isReference": false + }, + "EmploymentPeriod.EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "EmploymentPeriod.Separation": { + "paths": { + "separationDescriptor": "$.separationDescriptor" + }, + "pathOrder": [ + "separationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SeparationDescriptor" + }, + "EmploymentPeriod.SeparationReason": { + "paths": { + "separationReasonDescriptor": "$.separationReasonDescriptor" + }, + "pathOrder": [ + "separationReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SeparationReasonDescriptor" + }, + "Department": { + "paths": { + "department": "$.department" + }, + "pathOrder": [ + "department" + ], + "isReference": false + }, + "FullTimeEquivalency": { + "paths": { + "fullTimeEquivalency": "$.fullTimeEquivalency" + }, + "pathOrder": [ + "fullTimeEquivalency" + ], + "isReference": false + }, + "OfferDate": { + "paths": { + "offerDate": "$.offerDate" + }, + "pathOrder": [ + "offerDate" + ], + "isReference": false + }, + "HourlyWage": { + "paths": { + "hourlyWage": "$.hourlyWage" + }, + "pathOrder": [ + "hourlyWage" + ], + "isReference": false + }, + "Credential": { + "paths": { + "credentialIdentifier": "$.credentialReference.credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor": "$.credentialReference.stateOfIssueStateAbbreviationDescriptor" + }, + "pathOrder": [ + "credentialIdentifier", + "stateOfIssueStateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Credential" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "employmentStatusDescriptor", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffProgramAssociations": { + "resourceName": "StaffProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffProgramAssociation", + "description": "This association indicates the staff associated with a program.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this program." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the program per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "programReference", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffProgramAssociation", + "description": "This association indicates the staff associated with a program.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this program." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the program per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "programReference", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffProgramAssociation", + "description": "This association indicates the staff associated with a program.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Start date for the association of staff to this program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "End date for the association of staff to this program." + }, + "studentRecordAccess": { + "type": "boolean", + "description": "Indicator of whether the staff has access to the student records of the program per district interpretation of FERPA and other privacy laws, regulations, and policies." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "Program", + "BeginDate" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "StudentRecordAccess": { + "paths": { + "studentRecordAccess": "$.studentRecordAccess" + }, + "pathOrder": [ + "studentRecordAccess" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffSchoolAssociations": { + "resourceName": "StaffSchoolAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSchoolAssociation", + "description": "This association indicates the school(s) to which a staff member provides instructional services.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the individual is assigned." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "schoolReference", + "programAssignmentDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSchoolAssociation", + "description": "This association indicates the school(s) to which a staff member provides instructional services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the individual is assigned." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "schoolReference", + "programAssignmentDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSchoolAssociation", + "description": "This association indicates the school(s) to which a staff member provides instructional services.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "programAssignmentDescriptor": { + "type": "string", + "description": "The name of the program for which the individual is assigned." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "academicSubjects": { + "type": "array", + "items": { + "type": "object", + "properties": { + "academicSubjectDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "academicSubjectDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.calendarReference.schoolYear", + "targetJsonPath": "$.schoolYearTypeReference.schoolYear" + }, + { + "sourceJsonPath": "$.calendarReference.schoolId", + "targetJsonPath": "$.schoolReference.schoolId" + } + ], + "identityFullnames": [ + "Staff", + "School", + "ProgramAssignment" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "ProgramAssignment": { + "paths": { + "programAssignmentDescriptor": "$.programAssignmentDescriptor" + }, + "pathOrder": [ + "programAssignmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgramAssignmentDescriptor" + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjects[*].academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "Calendar": { + "paths": { + "calendarCode": "$.calendarReference.calendarCode", + "schoolId": "$.calendarReference.schoolId", + "schoolYear": "$.calendarReference.schoolYear" + }, + "pathOrder": [ + "calendarCode", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Calendar" + } + }, + "identityPathOrder": [ + "programAssignmentDescriptor", + "schoolId", + "staffUniqueId" + ], + "isSubclass": false + }, + "staffSectionAssociations": { + "resourceName": "StaffSectionAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSectionAssociation", + "description": "This association indicates the class sections to which a staff member is assigned.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "classroomPositionDescriptor": { + "type": "string", + "description": "The type of position the staff member holds in the specific class/section." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of a teacher's assignment to the section. If blank, defaults to the first day of the first grading period for the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of a staff member's assignment to the section." + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for this section being taught." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "percentageContribution": { + "type": "number", + "description": "Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "staffReference", + "sectionReference", + "classroomPositionDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSectionAssociation", + "description": "This association indicates the class sections to which a staff member is assigned.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "classroomPositionDescriptor": { + "type": "string", + "description": "The type of position the staff member holds in the specific class/section." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of a teacher's assignment to the section. If blank, defaults to the first day of the first grading period for the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of a staff member's assignment to the section." + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for this section being taught." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "percentageContribution": { + "type": "number", + "description": "Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "staffReference", + "sectionReference", + "classroomPositionDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StaffSectionAssociation", + "description": "This association indicates the class sections to which a staff member is assigned.", + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "classroomPositionDescriptor": { + "type": "string", + "description": "The type of position the staff member holds in the specific class/section." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of a teacher's assignment to the section. If blank, defaults to the first day of the first grading period for the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the last day of a staff member's assignment to the section." + }, + "highlyQualifiedTeacher": { + "type": "boolean", + "description": "An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition. This attribute indicates the teacher is highly qualified for this section being taught." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "percentageContribution": { + "type": "number", + "description": "Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Staff", + "Section" + ], + "documentPathsMapping": { + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "ClassroomPosition": { + "paths": { + "classroomPositionDescriptor": "$.classroomPositionDescriptor" + }, + "pathOrder": [ + "classroomPositionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ClassroomPositionDescriptor" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "HighlyQualifiedTeacher": { + "paths": { + "highlyQualifiedTeacher": "$.highlyQualifiedTeacher" + }, + "pathOrder": [ + "highlyQualifiedTeacher" + ], + "isReference": false + }, + "TeacherStudentDataLinkExclusion": { + "paths": { + "teacherStudentDataLinkExclusion": "$.teacherStudentDataLinkExclusion" + }, + "pathOrder": [ + "teacherStudentDataLinkExclusion" + ], + "isReference": false + }, + "PercentageContribution": { + "paths": { + "percentageContribution": "$.percentageContribution" + }, + "pathOrder": [ + "percentageContribution" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "staffUniqueId" + ], + "isSubclass": false + }, + "studentAssessmentEducationOrganizationAssociations": { + "resourceName": "StudentAssessmentEducationOrganizationAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessmentEducationOrganizationAssociation", + "description": "The association of individual StudentAssessments with EducationOrganizations indicating administration, enrollment, or attribution.", + "type": "object", + "properties": { + "studentAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "studentUniqueId", + "studentAssessmentIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "educationOrganizationAssociationTypeDescriptor": { + "type": "string", + "description": "The type of association being represented." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentAssessmentReference", + "educationOrganizationReference", + "educationOrganizationAssociationTypeDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessmentEducationOrganizationAssociation", + "description": "The association of individual StudentAssessments with EducationOrganizations indicating administration, enrollment, or attribution.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "studentUniqueId", + "studentAssessmentIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "educationOrganizationAssociationTypeDescriptor": { + "type": "string", + "description": "The type of association being represented." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentAssessmentReference", + "educationOrganizationReference", + "educationOrganizationAssociationTypeDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentAssessmentEducationOrganizationAssociation", + "description": "The association of individual StudentAssessments with EducationOrganizations indicating administration, enrollment, or attribution.", + "type": "object", + "properties": { + "studentAssessmentReference": { + "type": "object", + "properties": { + "assessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment.", + "minLength": 1, + "maxLength": 60 + }, + "namespace": { + "type": "string", + "description": "Namespace for the assessment.", + "minLength": 5, + "maxLength": 255 + }, + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + }, + "studentAssessmentIdentifier": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an assessment administered to a student.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "assessmentIdentifier", + "namespace", + "studentUniqueId", + "studentAssessmentIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "educationOrganizationAssociationTypeDescriptor": { + "type": "string", + "description": "The type of association being represented." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "StudentAssessment", + "EducationOrganization", + "EducationOrganizationAssociationType" + ], + "documentPathsMapping": { + "StudentAssessment": { + "paths": { + "assessmentIdentifier": "$.studentAssessmentReference.assessmentIdentifier", + "namespace": "$.studentAssessmentReference.namespace", + "studentAssessmentIdentifier": "$.studentAssessmentReference.studentAssessmentIdentifier", + "studentUniqueId": "$.studentAssessmentReference.studentUniqueId" + }, + "pathOrder": [ + "assessmentIdentifier", + "namespace", + "studentAssessmentIdentifier", + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StudentAssessment" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "EducationOrganizationAssociationType": { + "paths": { + "educationOrganizationAssociationTypeDescriptor": "$.educationOrganizationAssociationTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationAssociationTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationAssociationTypeDescriptor" + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "assessmentIdentifier", + "educationOrganizationAssociationTypeDescriptor", + "educationOrganizationId", + "namespace", + "studentAssessmentIdentifier", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentCohortAssociations": { + "resourceName": "StudentCohortAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCohortAssociation", + "description": "This association represents the cohort(s) for which a student is designated.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was first identified as part of the cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was removed as part of the cohort." + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "cohortReference", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCohortAssociation", + "description": "This association represents the cohort(s) for which a student is designated.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was first identified as part of the cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was removed as part of the cohort." + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "cohortReference", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCohortAssociation", + "description": "This association represents the cohort(s) for which a student is designated.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was first identified as part of the cohort." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student was removed as part of the cohort." + }, + "sections": { + "type": "array", + "items": { + "type": "object", + "properties": { + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + } + }, + "additionalProperties": false, + "required": [ + "sectionReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "Cohort", + "BeginDate" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Cohort": { + "paths": { + "cohortIdentifier": "$.cohortReference.cohortIdentifier", + "educationOrganizationId": "$.cohortReference.educationOrganizationId" + }, + "pathOrder": [ + "cohortIdentifier", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Cohort" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Section": { + "paths": { + "localCourseCode": "$.sections[*].sectionReference.localCourseCode", + "schoolId": "$.sections[*].sectionReference.schoolId", + "schoolYear": "$.sections[*].sectionReference.schoolYear", + "sectionIdentifier": "$.sections[*].sectionReference.sectionIdentifier", + "sessionName": "$.sections[*].sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + } + }, + "identityPathOrder": [ + "beginDate", + "cohortIdentifier", + "educationOrganizationId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentContactAssociations": { + "resourceName": "StudentContactAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentContactAssociation", + "description": "This association relates students to their parents, guardians, or caretakers.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "contactUniqueId" + ] + }, + "relationDescriptor": { + "type": "string", + "description": "The nature of an individual's relationship to a student, primarily used to capture family relationships." + }, + "primaryContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a primary contact for the student." + }, + "livesWith": { + "type": "boolean", + "description": "Indicator of whether the student lives with the associated contact." + }, + "emergencyContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a designated emergency contact for the student." + }, + "contactPriority": { + "type": "integer", + "description": "The numeric order of the preferred sequence or priority of contact." + }, + "contactRestrictions": { + "type": "string", + "description": "Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual).", + "minLength": 1, + "maxLength": 250 + }, + "legalGuardian": { + "type": "boolean", + "description": "Indicator of whether the person is a legal guardian for the student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "contactReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentContactAssociation", + "description": "This association relates students to their parents, guardians, or caretakers.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "contactUniqueId" + ] + }, + "relationDescriptor": { + "type": "string", + "description": "The nature of an individual's relationship to a student, primarily used to capture family relationships." + }, + "primaryContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a primary contact for the student." + }, + "livesWith": { + "type": "boolean", + "description": "Indicator of whether the student lives with the associated contact." + }, + "emergencyContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a designated emergency contact for the student." + }, + "contactPriority": { + "type": "integer", + "description": "The numeric order of the preferred sequence or priority of contact." + }, + "contactRestrictions": { + "type": "string", + "description": "Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual).", + "minLength": 1, + "maxLength": 250 + }, + "legalGuardian": { + "type": "boolean", + "description": "Indicator of whether the person is a legal guardian for the student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "contactReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentContactAssociation", + "description": "This association relates students to their parents, guardians, or caretakers.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "contactReference": { + "type": "object", + "properties": { + "contactUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a contact.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "contactUniqueId" + ] + }, + "relationDescriptor": { + "type": "string", + "description": "The nature of an individual's relationship to a student, primarily used to capture family relationships." + }, + "primaryContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a primary contact for the student." + }, + "livesWith": { + "type": "boolean", + "description": "Indicator of whether the student lives with the associated contact." + }, + "emergencyContactStatus": { + "type": "boolean", + "description": "Indicator of whether the person is a designated emergency contact for the student." + }, + "contactPriority": { + "type": "integer", + "description": "The numeric order of the preferred sequence or priority of contact." + }, + "contactRestrictions": { + "type": "string", + "description": "Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual).", + "minLength": 1, + "maxLength": 250 + }, + "legalGuardian": { + "type": "boolean", + "description": "Indicator of whether the person is a legal guardian for the student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "Contact" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Contact": { + "paths": { + "contactUniqueId": "$.contactReference.contactUniqueId" + }, + "pathOrder": [ + "contactUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Contact" + }, + "Relation": { + "paths": { + "relationDescriptor": "$.relationDescriptor" + }, + "pathOrder": [ + "relationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RelationDescriptor" + }, + "PrimaryContactStatus": { + "paths": { + "primaryContactStatus": "$.primaryContactStatus" + }, + "pathOrder": [ + "primaryContactStatus" + ], + "isReference": false + }, + "LivesWith": { + "paths": { + "livesWith": "$.livesWith" + }, + "pathOrder": [ + "livesWith" + ], + "isReference": false + }, + "EmergencyContactStatus": { + "paths": { + "emergencyContactStatus": "$.emergencyContactStatus" + }, + "pathOrder": [ + "emergencyContactStatus" + ], + "isReference": false + }, + "ContactPriority": { + "paths": { + "contactPriority": "$.contactPriority" + }, + "pathOrder": [ + "contactPriority" + ], + "isReference": false + }, + "ContactRestrictions": { + "paths": { + "contactRestrictions": "$.contactRestrictions" + }, + "pathOrder": [ + "contactRestrictions" + ], + "isReference": false + }, + "LegalGuardian": { + "paths": { + "legalGuardian": "$.legalGuardian" + }, + "pathOrder": [ + "legalGuardian" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "contactUniqueId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentDisciplineIncidentBehaviorAssociations": { + "resourceName": "StudentDisciplineIncidentBehaviorAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentBehaviorAssociation", + "description": "This association describes the behavior of students involved in a discipline incident.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "disciplineIncidentReference", + "behaviorDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentBehaviorAssociation", + "description": "This association describes the behavior of students involved in a discipline incident.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "disciplineIncidentReference", + "behaviorDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentBehaviorAssociation", + "description": "This association describes the behavior of students involved in a discipline incident.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "behaviorDescriptor": { + "type": "string", + "description": "Describes behavior by category." + }, + "behaviorDetailedDescription": { + "type": "string", + "description": "Specifies a more granular level of detail of a behavior involved in the incident.", + "minLength": 1, + "maxLength": 1024 + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "DisciplineIncident", + "Behavior" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "DisciplineIncident": { + "paths": { + "incidentIdentifier": "$.disciplineIncidentReference.incidentIdentifier", + "schoolId": "$.disciplineIncidentReference.schoolId" + }, + "pathOrder": [ + "incidentIdentifier", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "DisciplineIncident" + }, + "Behavior": { + "paths": { + "behaviorDescriptor": "$.behaviorDescriptor" + }, + "pathOrder": [ + "behaviorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "BehaviorDescriptor" + }, + "BehaviorDetailedDescription": { + "paths": { + "behaviorDetailedDescription": "$.behaviorDetailedDescription" + }, + "pathOrder": [ + "behaviorDetailedDescription" + ], + "isReference": false + }, + "DisciplineIncidentParticipationCode": { + "paths": { + "disciplineIncidentParticipationCodeDescriptor": "$.disciplineIncidentParticipationCodes[*].disciplineIncidentParticipationCodeDescriptor" + }, + "pathOrder": [ + "disciplineIncidentParticipationCodeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineIncidentParticipationCodeDescriptor" + } + }, + "identityPathOrder": [ + "behaviorDescriptor", + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentDisciplineIncidentNonOffenderAssociations": { + "resourceName": "StudentDisciplineIncidentNonOffenderAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentNonOffenderAssociation", + "description": "This association indicates those students who were involved and not perpetrators for a discipline incident.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "disciplineIncidentReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentNonOffenderAssociation", + "description": "This association indicates those students who were involved and not perpetrators for a discipline incident.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "disciplineIncidentReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentDisciplineIncidentNonOffenderAssociation", + "description": "This association indicates those students who were involved and not perpetrators for a discipline incident.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "disciplineIncidentReference": { + "type": "object", + "properties": { + "incidentIdentifier": { + "type": "string", + "description": "A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire discipline incident even if it included multiple offenses and multiple offenders.", + "minLength": 1, + "maxLength": 36 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "incidentIdentifier", + "schoolId" + ] + }, + "disciplineIncidentParticipationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disciplineIncidentParticipationCodeDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disciplineIncidentParticipationCodeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "DisciplineIncident" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "DisciplineIncident": { + "paths": { + "incidentIdentifier": "$.disciplineIncidentReference.incidentIdentifier", + "schoolId": "$.disciplineIncidentReference.schoolId" + }, + "pathOrder": [ + "incidentIdentifier", + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "DisciplineIncident" + }, + "DisciplineIncidentParticipationCode": { + "paths": { + "disciplineIncidentParticipationCodeDescriptor": "$.disciplineIncidentParticipationCodes[*].disciplineIncidentParticipationCodeDescriptor" + }, + "pathOrder": [ + "disciplineIncidentParticipationCodeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisciplineIncidentParticipationCodeDescriptor" + } + }, + "identityPathOrder": [ + "incidentIdentifier", + "schoolId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentEducationOrganizationAssociations": { + "resourceName": "StudentEducationOrganizationAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationAssociation", + "description": "This association represents student information as reported in the context of the student's relationship to the education organization. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "studentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the StudentIdentificationCode.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "studentIdentificationSystemDescriptor", + "assigningOrganizationIdentificationCode" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "The student's gender as last reported to the education organization." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "profileThumbnail": { + "type": "string", + "description": "Locator reference for the student photo. The specification for that reference is left to local definition.", + "minLength": 1, + "maxLength": 255 + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race, as last reported to the education organization. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCharacteristicDescriptor": { + "type": "string", + "description": "The characteristic designated for the student." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the characteristic.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "studentCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "limitedEnglishProficiencyDescriptor": { + "type": "string", + "description": "An indication that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient." + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "cohortYears": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cohortYearTypeDescriptor": { + "type": "string", + "description": "The type of cohort year (9th grade, graduation)." + }, + "termDescriptor": { + "type": "string", + "description": "The term associated with the cohort year; for example, the intended term of graduation." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference", + "cohortYearTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentIndicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorGroup": { + "type": "string", + "description": "The name for a group of indicators.", + "minLength": 1, + "maxLength": 200 + }, + "indicatorName": { + "type": "string", + "description": "The name of the indicator or metric.", + "minLength": 1, + "maxLength": 200 + }, + "indicator": { + "type": "string", + "description": "The value of the indicator or metric.", + "minLength": 1, + "maxLength": 60 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the program association.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "indicatorName", + "indicator" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "primaryLearningDeviceAwayFromSchoolDescriptor": { + "type": "string", + "description": "The type of device the student uses most often to complete learning activities away from school." + }, + "primaryLearningDeviceAccessDescriptor": { + "type": "string", + "description": "An indication of whether the primary learning device is shared or not shared with another individual." + }, + "primaryLearningDeviceProviderDescriptor": { + "type": "string", + "description": "The provider of the primary learning device." + }, + "internetAccessInResidence": { + "type": "boolean", + "description": "An indication of whether the student is able to access the internet in their primary place of residence." + }, + "barrierToInternetAccessInResidenceDescriptor": { + "type": "string", + "description": "An indication of the barrier to having internet access in the student’s primary place of residence." + }, + "internetAccessTypeInResidenceDescriptor": { + "type": "string", + "description": "The primary type of internet service used in the student’s primary place of residence." + }, + "internetPerformanceInResidenceDescriptor": { + "type": "string", + "description": "An indication of whether the student can complete the full range of learning activities, including video streaming and assignment upload, without interruptions caused by poor internet performance in their primary place of residence." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "educationOrganizationReference", + "sexDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationAssociation", + "description": "This association represents student information as reported in the context of the student's relationship to the education organization. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "studentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the StudentIdentificationCode.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "studentIdentificationSystemDescriptor", + "assigningOrganizationIdentificationCode" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "The student's gender as last reported to the education organization." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "profileThumbnail": { + "type": "string", + "description": "Locator reference for the student photo. The specification for that reference is left to local definition.", + "minLength": 1, + "maxLength": 255 + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race, as last reported to the education organization. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCharacteristicDescriptor": { + "type": "string", + "description": "The characteristic designated for the student." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the characteristic.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "studentCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "limitedEnglishProficiencyDescriptor": { + "type": "string", + "description": "An indication that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient." + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "cohortYears": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cohortYearTypeDescriptor": { + "type": "string", + "description": "The type of cohort year (9th grade, graduation)." + }, + "termDescriptor": { + "type": "string", + "description": "The term associated with the cohort year; for example, the intended term of graduation." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference", + "cohortYearTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentIndicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorGroup": { + "type": "string", + "description": "The name for a group of indicators.", + "minLength": 1, + "maxLength": 200 + }, + "indicatorName": { + "type": "string", + "description": "The name of the indicator or metric.", + "minLength": 1, + "maxLength": 200 + }, + "indicator": { + "type": "string", + "description": "The value of the indicator or metric.", + "minLength": 1, + "maxLength": 60 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the program association.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "indicatorName", + "indicator" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "primaryLearningDeviceAwayFromSchoolDescriptor": { + "type": "string", + "description": "The type of device the student uses most often to complete learning activities away from school." + }, + "primaryLearningDeviceAccessDescriptor": { + "type": "string", + "description": "An indication of whether the primary learning device is shared or not shared with another individual." + }, + "primaryLearningDeviceProviderDescriptor": { + "type": "string", + "description": "The provider of the primary learning device." + }, + "internetAccessInResidence": { + "type": "boolean", + "description": "An indication of whether the student is able to access the internet in their primary place of residence." + }, + "barrierToInternetAccessInResidenceDescriptor": { + "type": "string", + "description": "An indication of the barrier to having internet access in the student’s primary place of residence." + }, + "internetAccessTypeInResidenceDescriptor": { + "type": "string", + "description": "The primary type of internet service used in the student’s primary place of residence." + }, + "internetPerformanceInResidenceDescriptor": { + "type": "string", + "description": "An indication of whether the student can complete the full range of learning activities, including video streaming and assignment upload, without interruptions caused by poor internet performance in their primary place of residence." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "educationOrganizationReference", + "sexDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationAssociation", + "description": "This association represents student information as reported in the context of the student's relationship to the education organization. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentIdentificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "studentIdentificationSystemDescriptor": { + "type": "string", + "description": "A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student." + }, + "assigningOrganizationIdentificationCode": { + "type": "string", + "description": "The organization code or name assigning the StudentIdentificationCode.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "studentIdentificationSystemDescriptor", + "assigningOrganizationIdentificationCode" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "sexDescriptor": { + "type": "string", + "description": "The student's gender as last reported to the education organization." + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "telephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "telephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + }, + "orderOfPriority": { + "type": "integer", + "description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "minimum": 1 + }, + "textMessageCapabilityIndicator": { + "type": "boolean", + "description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the telephone number should not be published." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "telephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "electronicMails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "electronicMailAddress": { + "type": "string", + "description": "The electronic mail (e-mail) address listed for an individual or organization.", + "minLength": 7, + "maxLength": 128 + }, + "electronicMailTypeDescriptor": { + "type": "string", + "description": "The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.)" + }, + "primaryEmailAddressIndicator": { + "type": "boolean", + "description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization." + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the electronic email address should not be published." + } + }, + "additionalProperties": false, + "required": [ + "electronicMailAddress", + "electronicMailTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "profileThumbnail": { + "type": "string", + "description": "Locator reference for the student photo. The specification for that reference is left to local definition.", + "minLength": 1, + "maxLength": 255 + }, + "hispanicLatinoEthnicity": { + "type": "boolean", + "description": "An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race, as last reported to the education organization. The term, \"Spanish origin,\" can be used in addition to \"Hispanic or Latino.\"" + }, + "races": { + "type": "array", + "items": { + "type": "object", + "properties": { + "raceDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "raceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "tribalAffiliations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "tribalAffiliationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "tribalAffiliationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentCharacteristics": { + "type": "array", + "items": { + "type": "object", + "properties": { + "studentCharacteristicDescriptor": { + "type": "string", + "description": "The characteristic designated for the student." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the characteristic.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "studentCharacteristicDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "limitedEnglishProficiencyDescriptor": { + "type": "string", + "description": "An indication that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient." + }, + "languages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageDescriptor": { + "type": "string", + "description": "A specification of which written or spoken communication is being used." + }, + "uses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageUseDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "languageUseDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "languageDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "cohortYears": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cohortYearTypeDescriptor": { + "type": "string", + "description": "The type of cohort year (9th grade, graduation)." + }, + "termDescriptor": { + "type": "string", + "description": "The term associated with the cohort year; for example, the intended term of graduation." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference", + "cohortYearTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentIndicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorGroup": { + "type": "string", + "description": "The name for a group of indicators.", + "minLength": 1, + "maxLength": 200 + }, + "indicatorName": { + "type": "string", + "description": "The name of the indicator or metric.", + "minLength": 1, + "maxLength": 200 + }, + "indicator": { + "type": "string", + "description": "The value of the indicator or metric.", + "minLength": 1, + "maxLength": 60 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the program association.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "indicatorName", + "indicator" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "loginId": { + "type": "string", + "description": "The login ID for the user; used for security access control interface.", + "minLength": 1, + "maxLength": 60 + }, + "ancestryEthnicOrigins": { + "type": "array", + "items": { + "type": "object", + "properties": { + "ancestryEthnicOriginDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "ancestryEthnicOriginDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "primaryLearningDeviceAwayFromSchoolDescriptor": { + "type": "string", + "description": "The type of device the student uses most often to complete learning activities away from school." + }, + "primaryLearningDeviceAccessDescriptor": { + "type": "string", + "description": "An indication of whether the primary learning device is shared or not shared with another individual." + }, + "primaryLearningDeviceProviderDescriptor": { + "type": "string", + "description": "The provider of the primary learning device." + }, + "internetAccessInResidence": { + "type": "boolean", + "description": "An indication of whether the student is able to access the internet in their primary place of residence." + }, + "barrierToInternetAccessInResidenceDescriptor": { + "type": "string", + "description": "An indication of the barrier to having internet access in the student’s primary place of residence." + }, + "internetAccessTypeInResidenceDescriptor": { + "type": "string", + "description": "The primary type of internet service used in the student’s primary place of residence." + }, + "internetPerformanceInResidenceDescriptor": { + "type": "string", + "description": "An indication of whether the student can complete the full range of learning activities, including video streaming and assignment upload, without interruptions caused by poor internet performance in their primary place of residence." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "EducationOrganization" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "StudentIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.studentIdentificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "StudentIdentificationCode.StudentIdentificationSystem": { + "paths": { + "studentIdentificationSystemDescriptor": "$.studentIdentificationCodes[*].studentIdentificationSystemDescriptor" + }, + "pathOrder": [ + "studentIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StudentIdentificationSystemDescriptor" + }, + "StudentIdentificationCode.AssigningOrganizationIdentificationCode": { + "paths": { + "assigningOrganizationIdentificationCode": "$.studentIdentificationCodes[*].assigningOrganizationIdentificationCode" + }, + "pathOrder": [ + "assigningOrganizationIdentificationCode" + ], + "isReference": false + }, + "Sex": { + "paths": { + "sexDescriptor": "$.sexDescriptor" + }, + "pathOrder": [ + "sexDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SexDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Telephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.telephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "Telephone.TelephoneNumberType": { + "paths": { + "telephoneNumberTypeDescriptor": "$.telephones[*].telephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "telephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TelephoneNumberTypeDescriptor" + }, + "Telephone.OrderOfPriority": { + "paths": { + "orderOfPriority": "$.telephones[*].orderOfPriority" + }, + "pathOrder": [ + "orderOfPriority" + ], + "isReference": false + }, + "Telephone.TextMessageCapabilityIndicator": { + "paths": { + "textMessageCapabilityIndicator": "$.telephones[*].textMessageCapabilityIndicator" + }, + "pathOrder": [ + "textMessageCapabilityIndicator" + ], + "isReference": false + }, + "Telephone.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.telephones[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailAddress": { + "paths": { + "electronicMailAddress": "$.electronicMails[*].electronicMailAddress" + }, + "pathOrder": [ + "electronicMailAddress" + ], + "isReference": false + }, + "ElectronicMail.ElectronicMailType": { + "paths": { + "electronicMailTypeDescriptor": "$.electronicMails[*].electronicMailTypeDescriptor" + }, + "pathOrder": [ + "electronicMailTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ElectronicMailTypeDescriptor" + }, + "ElectronicMail.PrimaryEmailAddressIndicator": { + "paths": { + "primaryEmailAddressIndicator": "$.electronicMails[*].primaryEmailAddressIndicator" + }, + "pathOrder": [ + "primaryEmailAddressIndicator" + ], + "isReference": false + }, + "ElectronicMail.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.electronicMails[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "ProfileThumbnail": { + "paths": { + "profileThumbnail": "$.profileThumbnail" + }, + "pathOrder": [ + "profileThumbnail" + ], + "isReference": false + }, + "HispanicLatinoEthnicity": { + "paths": { + "hispanicLatinoEthnicity": "$.hispanicLatinoEthnicity" + }, + "pathOrder": [ + "hispanicLatinoEthnicity" + ], + "isReference": false + }, + "Race": { + "paths": { + "raceDescriptor": "$.races[*].raceDescriptor" + }, + "pathOrder": [ + "raceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RaceDescriptor" + }, + "TribalAffiliation": { + "paths": { + "tribalAffiliationDescriptor": "$.tribalAffiliations[*].tribalAffiliationDescriptor" + }, + "pathOrder": [ + "tribalAffiliationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TribalAffiliationDescriptor" + }, + "StudentCharacteristic.StudentCharacteristic": { + "paths": { + "studentCharacteristicDescriptor": "$.studentCharacteristics[*].studentCharacteristicDescriptor" + }, + "pathOrder": [ + "studentCharacteristicDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StudentCharacteristicDescriptor" + }, + "StudentCharacteristic.Period.BeginDate": { + "paths": { + "beginDate": "$.studentCharacteristics[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "StudentCharacteristic.Period.EndDate": { + "paths": { + "endDate": "$.studentCharacteristics[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "StudentCharacteristic.DesignatedBy": { + "paths": { + "designatedBy": "$.studentCharacteristics[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "LimitedEnglishProficiency": { + "paths": { + "limitedEnglishProficiencyDescriptor": "$.limitedEnglishProficiencyDescriptor" + }, + "pathOrder": [ + "limitedEnglishProficiencyDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LimitedEnglishProficiencyDescriptor" + }, + "Language.Language": { + "paths": { + "languageDescriptor": "$.languages[*].languageDescriptor" + }, + "pathOrder": [ + "languageDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageDescriptor" + }, + "Language.LanguageUse": { + "paths": { + "languageUseDescriptor": "$.languages[*].uses[*].languageUseDescriptor" + }, + "pathOrder": [ + "languageUseDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageUseDescriptor" + }, + "Disability.Disability": { + "paths": { + "disabilityDescriptor": "$.disabilities[*].disabilityDescriptor" + }, + "pathOrder": [ + "disabilityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDescriptor" + }, + "Disability.DisabilityDiagnosis": { + "paths": { + "disabilityDiagnosis": "$.disabilities[*].disabilityDiagnosis" + }, + "pathOrder": [ + "disabilityDiagnosis" + ], + "isReference": false + }, + "Disability.OrderOfDisability": { + "paths": { + "orderOfDisability": "$.disabilities[*].orderOfDisability" + }, + "pathOrder": [ + "orderOfDisability" + ], + "isReference": false + }, + "Disability.DisabilityDeterminationSourceType": { + "paths": { + "disabilityDeterminationSourceTypeDescriptor": "$.disabilities[*].disabilityDeterminationSourceTypeDescriptor" + }, + "pathOrder": [ + "disabilityDeterminationSourceTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDeterminationSourceTypeDescriptor" + }, + "Disability.DisabilityDesignation": { + "paths": { + "disabilityDesignationDescriptor": "$.disabilities[*].designations[*].disabilityDesignationDescriptor" + }, + "pathOrder": [ + "disabilityDesignationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDesignationDescriptor" + }, + "CohortYear.SchoolYear": { + "paths": { + "schoolYear": "$.cohortYears[*].schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "CohortYear.CohortYearType": { + "paths": { + "cohortYearTypeDescriptor": "$.cohortYears[*].cohortYearTypeDescriptor" + }, + "pathOrder": [ + "cohortYearTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CohortYearTypeDescriptor" + }, + "CohortYear.Term": { + "paths": { + "termDescriptor": "$.cohortYears[*].termDescriptor" + }, + "pathOrder": [ + "termDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TermDescriptor" + }, + "StudentIndicator.IndicatorGroup": { + "paths": { + "indicatorGroup": "$.studentIndicators[*].indicatorGroup" + }, + "pathOrder": [ + "indicatorGroup" + ], + "isReference": false + }, + "StudentIndicator.IndicatorName": { + "paths": { + "indicatorName": "$.studentIndicators[*].indicatorName" + }, + "pathOrder": [ + "indicatorName" + ], + "isReference": false + }, + "StudentIndicator.Indicator": { + "paths": { + "indicator": "$.studentIndicators[*].indicator" + }, + "pathOrder": [ + "indicator" + ], + "isReference": false + }, + "StudentIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.studentIndicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "StudentIndicator.Period.EndDate": { + "paths": { + "endDate": "$.studentIndicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "StudentIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.studentIndicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "LoginId": { + "paths": { + "loginId": "$.loginId" + }, + "pathOrder": [ + "loginId" + ], + "isReference": false + }, + "AncestryEthnicOrigin": { + "paths": { + "ancestryEthnicOriginDescriptor": "$.ancestryEthnicOrigins[*].ancestryEthnicOriginDescriptor" + }, + "pathOrder": [ + "ancestryEthnicOriginDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AncestryEthnicOriginDescriptor" + }, + "PrimaryLearningDeviceAwayFromSchool": { + "paths": { + "primaryLearningDeviceAwayFromSchoolDescriptor": "$.primaryLearningDeviceAwayFromSchoolDescriptor" + }, + "pathOrder": [ + "primaryLearningDeviceAwayFromSchoolDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PrimaryLearningDeviceAwayFromSchoolDescriptor" + }, + "PrimaryLearningDeviceAccess": { + "paths": { + "primaryLearningDeviceAccessDescriptor": "$.primaryLearningDeviceAccessDescriptor" + }, + "pathOrder": [ + "primaryLearningDeviceAccessDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PrimaryLearningDeviceAccessDescriptor" + }, + "PrimaryLearningDeviceProvider": { + "paths": { + "primaryLearningDeviceProviderDescriptor": "$.primaryLearningDeviceProviderDescriptor" + }, + "pathOrder": [ + "primaryLearningDeviceProviderDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PrimaryLearningDeviceProviderDescriptor" + }, + "InternetAccessInResidence": { + "paths": { + "internetAccessInResidence": "$.internetAccessInResidence" + }, + "pathOrder": [ + "internetAccessInResidence" + ], + "isReference": false + }, + "BarrierToInternetAccessInResidence": { + "paths": { + "barrierToInternetAccessInResidenceDescriptor": "$.barrierToInternetAccessInResidenceDescriptor" + }, + "pathOrder": [ + "barrierToInternetAccessInResidenceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "BarrierToInternetAccessInResidenceDescriptor" + }, + "InternetAccessTypeInResidence": { + "paths": { + "internetAccessTypeInResidenceDescriptor": "$.internetAccessTypeInResidenceDescriptor" + }, + "pathOrder": [ + "internetAccessTypeInResidenceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InternetAccessTypeInResidenceDescriptor" + }, + "InternetPerformanceInResidence": { + "paths": { + "internetPerformanceInResidenceDescriptor": "$.internetPerformanceInResidenceDescriptor" + }, + "pathOrder": [ + "internetPerformanceInResidenceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InternetPerformanceInResidenceDescriptor" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentEducationOrganizationResponsibilityAssociations": { + "resourceName": "StudentEducationOrganizationResponsibilityAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationResponsibilityAssociation", + "description": "This association indicates a relationship between a student and an education organization other than an enrollment relationship, and generally indicating some kind of responsibility of the education organization for the student. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "responsibilityDescriptor": { + "type": "string", + "description": "Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start date of an education organization's responsibility for a student." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end date of an education organization's responsibility for a student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "educationOrganizationReference", + "responsibilityDescriptor", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationResponsibilityAssociation", + "description": "This association indicates a relationship between a student and an education organization other than an enrollment relationship, and generally indicating some kind of responsibility of the education organization for the student. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "responsibilityDescriptor": { + "type": "string", + "description": "Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start date of an education organization's responsibility for a student." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end date of an education organization's responsibility for a student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "educationOrganizationReference", + "responsibilityDescriptor", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentEducationOrganizationResponsibilityAssociation", + "description": "This association indicates a relationship between a student and an education organization other than an enrollment relationship, and generally indicating some kind of responsibility of the education organization for the student. Enrollment relationship semantics are covered by StudentSchoolAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "responsibilityDescriptor": { + "type": "string", + "description": "Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc." + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the start date of an education organization's responsibility for a student." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the end date of an education organization's responsibility for a student." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "EducationOrganization", + "Responsibility", + "BeginDate" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "Responsibility": { + "paths": { + "responsibilityDescriptor": "$.responsibilityDescriptor" + }, + "pathOrder": [ + "responsibilityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResponsibilityDescriptor" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "responsibilityDescriptor", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentInterventionAssociations": { + "resourceName": "StudentInterventionAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAssociation", + "description": "This association indicates the students participating in an intervention.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the assigner that provides information regarding why the student was assigned to this intervention.", + "minLength": 1, + "maxLength": 1024 + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the intervention." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "interventionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAssociation", + "description": "This association indicates the students participating in an intervention.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the assigner that provides information regarding why the student was assigned to this intervention.", + "minLength": 1, + "maxLength": 1024 + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the intervention." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "interventionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentInterventionAssociation", + "description": "This association indicates the students participating in an intervention.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "interventionReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "interventionIdentificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code assigned to an intervention.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "interventionIdentificationCode" + ] + }, + "cohortReference": { + "type": "object", + "properties": { + "cohortIdentifier": { + "type": "string", + "description": "The name or ID for the cohort.", + "minLength": 1, + "maxLength": 36 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "cohortIdentifier", + "educationOrganizationId" + ] + }, + "interventionEffectivenesses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "diagnosisDescriptor": { + "type": "string", + "description": "Targeted purpose of the intervention (e.g., attendance issue, dropout risk) for which the effectiveness is measured." + }, + "populationServedDescriptor": { + "type": "string", + "description": "Population for which effectiveness is measured." + }, + "gradeLevelDescriptor": { + "type": "string", + "description": "Grade level for which effectiveness is measured." + }, + "improvementIndex": { + "type": "integer", + "description": "Along a percentile distribution of students, the improvement index represents the change in an average student's percentile rank that is considered to be due to the intervention." + }, + "interventionEffectivenessRatingDescriptor": { + "type": "string", + "description": "An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects." + } + }, + "additionalProperties": false, + "required": [ + "diagnosisDescriptor", + "populationServedDescriptor", + "gradeLevelDescriptor", + "interventionEffectivenessRatingDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "diagnosticStatement": { + "type": "string", + "description": "A statement provided by the assigner that provides information regarding why the student was assigned to this intervention.", + "minLength": 1, + "maxLength": 1024 + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the intervention." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "Intervention" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Intervention": { + "paths": { + "educationOrganizationId": "$.interventionReference.educationOrganizationId", + "interventionIdentificationCode": "$.interventionReference.interventionIdentificationCode" + }, + "pathOrder": [ + "educationOrganizationId", + "interventionIdentificationCode" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Intervention" + }, + "Cohort": { + "paths": { + "cohortIdentifier": "$.cohortReference.cohortIdentifier", + "educationOrganizationId": "$.cohortReference.educationOrganizationId" + }, + "pathOrder": [ + "cohortIdentifier", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Cohort" + }, + "InterventionEffectiveness.Diagnosis": { + "paths": { + "diagnosisDescriptor": "$.interventionEffectivenesses[*].diagnosisDescriptor" + }, + "pathOrder": [ + "diagnosisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DiagnosisDescriptor" + }, + "InterventionEffectiveness.PopulationServed": { + "paths": { + "populationServedDescriptor": "$.interventionEffectivenesses[*].populationServedDescriptor" + }, + "pathOrder": [ + "populationServedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PopulationServedDescriptor" + }, + "InterventionEffectiveness.GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.interventionEffectivenesses[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "InterventionEffectiveness.ImprovementIndex": { + "paths": { + "improvementIndex": "$.interventionEffectivenesses[*].improvementIndex" + }, + "pathOrder": [ + "improvementIndex" + ], + "isReference": false + }, + "InterventionEffectiveness.InterventionEffectivenessRating": { + "paths": { + "interventionEffectivenessRatingDescriptor": "$.interventionEffectivenesses[*].interventionEffectivenessRatingDescriptor" + }, + "pathOrder": [ + "interventionEffectivenessRatingDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InterventionEffectivenessRatingDescriptor" + }, + "DiagnosticStatement": { + "paths": { + "diagnosticStatement": "$.diagnosticStatement" + }, + "pathOrder": [ + "diagnosticStatement" + ], + "isReference": false + }, + "Dosage": { + "paths": { + "dosage": "$.dosage" + }, + "pathOrder": [ + "dosage" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "interventionIdentificationCode", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentSchoolAssociations": { + "resourceName": "StudentSchoolAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAssociation", + "description": "This association represents the school in which a student is enrolled. The semantics of enrollment may differ slightly by state. Non-enrollment relationships between a student and an education organization may be described using the StudentEducationOrganizationAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "primarySchool": { + "type": "boolean", + "description": "Indicates if a given enrollment record should be considered the primary record for a student." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "entryDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual enters and begins to receive instructional services in a school." + }, + "entryGradeLevelDescriptor": { + "type": "string", + "description": "The grade level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session." + }, + "entryGradeLevelReasonDescriptor": { + "type": "string", + "description": "The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term." + }, + "entryTypeDescriptor": { + "type": "string", + "description": "The process by which a student enters a school during a given academic session." + }, + "repeatGradeIndicator": { + "type": "boolean", + "description": "An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back." + }, + "classOfSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "schoolChoiceTransfer": { + "type": "boolean", + "description": "An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116." + }, + "exitWithdrawDate": { + "type": "string", + "format": "date", + "description": "The recorded exit or withdraw date for the student." + }, + "exitWithdrawTypeDescriptor": { + "type": "string", + "description": "The circumstances under which the student exited from membership in an educational institution." + }, + "educationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationPlanDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationPlanDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "residencyStatusDescriptor": { + "type": "string", + "description": "An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit." + }, + "graduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + }, + "alternativeGraduationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alternativeGraduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "alternativeGraduationPlanReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "employedWhileEnrolled": { + "type": "boolean", + "description": "An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education." + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The full-time equivalent ratio for the student’s assignment to a school for services or instruction. For example, a full-time student would have an FTE value of 1 while a half-time student would have an FTE value of 0.5." + }, + "termCompletionIndicator": { + "type": "boolean", + "description": "Idicates whether or not a student completed the most recent school term." + }, + "nextYearSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "nextYearGradeLevelDescriptor": { + "type": "string", + "description": "The anticipated grade level for the student for the next school year." + }, + "schoolChoice": { + "type": "boolean", + "description": "An indication of whether the student enrolled in this school under the provisions for public school choice" + }, + "schoolChoiceBasisDescriptor": { + "type": "string", + "description": "The legal basis for the school choice enrollment according to local, state or federal policy or regulation. (The descriptor provides the list of available bases specific to the state" + }, + "enrollmentTypeDescriptor": { + "type": "string", + "description": "The type of enrollment reflected by the StudentSchoolAssociation." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "schoolReference", + "entryDate", + "entryGradeLevelDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAssociation", + "description": "This association represents the school in which a student is enrolled. The semantics of enrollment may differ slightly by state. Non-enrollment relationships between a student and an education organization may be described using the StudentEducationOrganizationAssociation.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "primarySchool": { + "type": "boolean", + "description": "Indicates if a given enrollment record should be considered the primary record for a student." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "entryDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual enters and begins to receive instructional services in a school." + }, + "entryGradeLevelDescriptor": { + "type": "string", + "description": "The grade level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session." + }, + "entryGradeLevelReasonDescriptor": { + "type": "string", + "description": "The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term." + }, + "entryTypeDescriptor": { + "type": "string", + "description": "The process by which a student enters a school during a given academic session." + }, + "repeatGradeIndicator": { + "type": "boolean", + "description": "An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back." + }, + "classOfSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "schoolChoiceTransfer": { + "type": "boolean", + "description": "An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116." + }, + "exitWithdrawDate": { + "type": "string", + "format": "date", + "description": "The recorded exit or withdraw date for the student." + }, + "exitWithdrawTypeDescriptor": { + "type": "string", + "description": "The circumstances under which the student exited from membership in an educational institution." + }, + "educationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationPlanDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationPlanDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "residencyStatusDescriptor": { + "type": "string", + "description": "An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit." + }, + "graduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + }, + "alternativeGraduationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alternativeGraduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "alternativeGraduationPlanReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "employedWhileEnrolled": { + "type": "boolean", + "description": "An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education." + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The full-time equivalent ratio for the student’s assignment to a school for services or instruction. For example, a full-time student would have an FTE value of 1 while a half-time student would have an FTE value of 0.5." + }, + "termCompletionIndicator": { + "type": "boolean", + "description": "Idicates whether or not a student completed the most recent school term." + }, + "nextYearSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "nextYearGradeLevelDescriptor": { + "type": "string", + "description": "The anticipated grade level for the student for the next school year." + }, + "schoolChoice": { + "type": "boolean", + "description": "An indication of whether the student enrolled in this school under the provisions for public school choice" + }, + "schoolChoiceBasisDescriptor": { + "type": "string", + "description": "The legal basis for the school choice enrollment according to local, state or federal policy or regulation. (The descriptor provides the list of available bases specific to the state" + }, + "enrollmentTypeDescriptor": { + "type": "string", + "description": "The type of enrollment reflected by the StudentSchoolAssociation." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "schoolReference", + "entryDate", + "entryGradeLevelDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolAssociation", + "description": "This association represents the school in which a student is enrolled. The semantics of enrollment may differ slightly by state. Non-enrollment relationships between a student and an education organization may be described using the StudentEducationOrganizationAssociation.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "schoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "primarySchool": { + "type": "boolean", + "description": "Indicates if a given enrollment record should be considered the primary record for a student." + }, + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "entryDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which an individual enters and begins to receive instructional services in a school." + }, + "entryGradeLevelDescriptor": { + "type": "string", + "description": "The grade level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session." + }, + "entryGradeLevelReasonDescriptor": { + "type": "string", + "description": "The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term." + }, + "entryTypeDescriptor": { + "type": "string", + "description": "The process by which a student enters a school during a given academic session." + }, + "repeatGradeIndicator": { + "type": "boolean", + "description": "An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back." + }, + "classOfSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "schoolChoiceTransfer": { + "type": "boolean", + "description": "An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116." + }, + "exitWithdrawDate": { + "type": "string", + "format": "date", + "description": "The recorded exit or withdraw date for the student." + }, + "exitWithdrawTypeDescriptor": { + "type": "string", + "description": "The circumstances under which the student exited from membership in an educational institution." + }, + "educationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationPlanDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationPlanDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "residencyStatusDescriptor": { + "type": "string", + "description": "An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit." + }, + "graduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + }, + "alternativeGraduationPlans": { + "type": "array", + "items": { + "type": "object", + "properties": { + "alternativeGraduationPlanReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "graduationPlanTypeDescriptor": { + "type": "string", + "description": "The type of academic plan the student is following for graduation." + }, + "graduationSchoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ] + } + }, + "additionalProperties": false, + "required": [ + "alternativeGraduationPlanReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "employedWhileEnrolled": { + "type": "boolean", + "description": "An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education." + }, + "calendarReference": { + "type": "object", + "properties": { + "calendarCode": { + "type": "string", + "description": "The identifier for the calendar.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false, + "required": [ + "calendarCode", + "schoolId", + "schoolYear" + ] + }, + "fullTimeEquivalency": { + "type": "number", + "description": "The full-time equivalent ratio for the student’s assignment to a school for services or instruction. For example, a full-time student would have an FTE value of 1 while a half-time student would have an FTE value of 0.5." + }, + "termCompletionIndicator": { + "type": "boolean", + "description": "Idicates whether or not a student completed the most recent school term." + }, + "nextYearSchoolReference": { + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + } + }, + "additionalProperties": false, + "required": [ + "schoolId" + ] + }, + "nextYearGradeLevelDescriptor": { + "type": "string", + "description": "The anticipated grade level for the student for the next school year." + }, + "schoolChoice": { + "type": "boolean", + "description": "An indication of whether the student enrolled in this school under the provisions for public school choice" + }, + "schoolChoiceBasisDescriptor": { + "type": "string", + "description": "The legal basis for the school choice enrollment according to local, state or federal policy or regulation. (The descriptor provides the list of available bases specific to the state" + }, + "enrollmentTypeDescriptor": { + "type": "string", + "description": "The type of enrollment reflected by the StudentSchoolAssociation." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [ + { + "sourceJsonPath": "$.calendarReference.schoolId", + "targetJsonPath": "$.schoolReference.schoolId" + }, + { + "sourceJsonPath": "$.calendarReference.schoolYear", + "targetJsonPath": "$.schoolYearTypeReference.schoolYear" + } + ], + "identityFullnames": [ + "Student", + "School", + "EntryDate" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "School": { + "paths": { + "schoolId": "$.schoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "PrimarySchool": { + "paths": { + "primarySchool": "$.primarySchool" + }, + "pathOrder": [ + "primarySchool" + ], + "isReference": false + }, + "SchoolYear": { + "paths": { + "schoolYear": "$.schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "EntryDate": { + "paths": { + "entryDate": "$.entryDate" + }, + "pathOrder": [ + "entryDate" + ], + "isReference": false + }, + "EntryGradeLevel": { + "paths": { + "entryGradeLevelDescriptor": "$.entryGradeLevelDescriptor" + }, + "pathOrder": [ + "entryGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "EntryGradeLevelReason": { + "paths": { + "entryGradeLevelReasonDescriptor": "$.entryGradeLevelReasonDescriptor" + }, + "pathOrder": [ + "entryGradeLevelReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EntryGradeLevelReasonDescriptor" + }, + "EntryType": { + "paths": { + "entryTypeDescriptor": "$.entryTypeDescriptor" + }, + "pathOrder": [ + "entryTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EntryTypeDescriptor" + }, + "RepeatGradeIndicator": { + "paths": { + "repeatGradeIndicator": "$.repeatGradeIndicator" + }, + "pathOrder": [ + "repeatGradeIndicator" + ], + "isReference": false + }, + "ClassOfSchoolYear": { + "paths": { + "schoolYear": "$.classOfSchoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "SchoolChoiceTransfer": { + "paths": { + "schoolChoiceTransfer": "$.schoolChoiceTransfer" + }, + "pathOrder": [ + "schoolChoiceTransfer" + ], + "isReference": false + }, + "ExitWithdrawDate": { + "paths": { + "exitWithdrawDate": "$.exitWithdrawDate" + }, + "pathOrder": [ + "exitWithdrawDate" + ], + "isReference": false + }, + "ExitWithdrawType": { + "paths": { + "exitWithdrawTypeDescriptor": "$.exitWithdrawTypeDescriptor" + }, + "pathOrder": [ + "exitWithdrawTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ExitWithdrawTypeDescriptor" + }, + "EducationPlan": { + "paths": { + "educationPlanDescriptor": "$.educationPlans[*].educationPlanDescriptor" + }, + "pathOrder": [ + "educationPlanDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationPlanDescriptor" + }, + "ResidencyStatus": { + "paths": { + "residencyStatusDescriptor": "$.residencyStatusDescriptor" + }, + "pathOrder": [ + "residencyStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ResidencyStatusDescriptor" + }, + "GraduationPlan": { + "paths": { + "educationOrganizationId": "$.graduationPlanReference.educationOrganizationId", + "graduationPlanTypeDescriptor": "$.graduationPlanReference.graduationPlanTypeDescriptor", + "graduationSchoolYear": "$.graduationPlanReference.graduationSchoolYear" + }, + "pathOrder": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GraduationPlan" + }, + "AlternativeGraduationPlan": { + "paths": { + "educationOrganizationId": "$.alternativeGraduationPlans[*].alternativeGraduationPlanReference.educationOrganizationId", + "graduationPlanTypeDescriptor": "$.alternativeGraduationPlans[*].alternativeGraduationPlanReference.graduationPlanTypeDescriptor", + "graduationSchoolYear": "$.alternativeGraduationPlans[*].alternativeGraduationPlanReference.graduationSchoolYear" + }, + "pathOrder": [ + "educationOrganizationId", + "graduationPlanTypeDescriptor", + "graduationSchoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "GraduationPlan" + }, + "EmployedWhileEnrolled": { + "paths": { + "employedWhileEnrolled": "$.employedWhileEnrolled" + }, + "pathOrder": [ + "employedWhileEnrolled" + ], + "isReference": false + }, + "Calendar": { + "paths": { + "calendarCode": "$.calendarReference.calendarCode", + "schoolId": "$.calendarReference.schoolId", + "schoolYear": "$.calendarReference.schoolYear" + }, + "pathOrder": [ + "calendarCode", + "schoolId", + "schoolYear" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Calendar" + }, + "FullTimeEquivalency": { + "paths": { + "fullTimeEquivalency": "$.fullTimeEquivalency" + }, + "pathOrder": [ + "fullTimeEquivalency" + ], + "isReference": false + }, + "TermCompletionIndicator": { + "paths": { + "termCompletionIndicator": "$.termCompletionIndicator" + }, + "pathOrder": [ + "termCompletionIndicator" + ], + "isReference": false + }, + "NextYearSchool": { + "paths": { + "schoolId": "$.nextYearSchoolReference.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "School" + }, + "NextYearGradeLevel": { + "paths": { + "nextYearGradeLevelDescriptor": "$.nextYearGradeLevelDescriptor" + }, + "pathOrder": [ + "nextYearGradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "SchoolChoice": { + "paths": { + "schoolChoice": "$.schoolChoice" + }, + "pathOrder": [ + "schoolChoice" + ], + "isReference": false + }, + "SchoolChoiceBasis": { + "paths": { + "schoolChoiceBasisDescriptor": "$.schoolChoiceBasisDescriptor" + }, + "pathOrder": [ + "schoolChoiceBasisDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SchoolChoiceBasisDescriptor" + }, + "EnrollmentType": { + "paths": { + "enrollmentTypeDescriptor": "$.enrollmentTypeDescriptor" + }, + "pathOrder": [ + "enrollmentTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EnrollmentTypeDescriptor" + } + }, + "identityPathOrder": [ + "entryDate", + "schoolId", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentSectionAssociations": { + "resourceName": "StudentSectionAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": true, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAssociation", + "description": "This association indicates the course sections to which a student is assigned.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the withdrawal or exit of the student from the section." + }, + "homeroomIndicator": { + "type": "boolean", + "description": "Indicates the section is the student's homeroom. Homeroom period may the convention for taking daily attendance." + }, + "repeatIdentifierDescriptor": { + "type": "string", + "description": "An indication as to whether a student has previously taken a given course." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "attemptStatusDescriptor": { + "type": "string", + "description": "An indication of the student's completion status for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "sectionReference", + "beginDate" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAssociation", + "description": "This association indicates the course sections to which a student is assigned.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the withdrawal or exit of the student from the section." + }, + "homeroomIndicator": { + "type": "boolean", + "description": "Indicates the section is the student's homeroom. Homeroom period may the convention for taking daily attendance." + }, + "repeatIdentifierDescriptor": { + "type": "string", + "description": "An indication as to whether a student has previously taken a given course." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "attemptStatusDescriptor": { + "type": "string", + "description": "An indication of the student's completion status for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "sectionReference", + "beginDate" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSectionAssociation", + "description": "This association indicates the course sections to which a student is assigned.", + "type": "object", + "properties": { + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the student's entry or assignment to the section." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "Month, day, and year of the withdrawal or exit of the student from the section." + }, + "homeroomIndicator": { + "type": "boolean", + "description": "Indicates the section is the student's homeroom. Homeroom period may the convention for taking daily attendance." + }, + "repeatIdentifierDescriptor": { + "type": "string", + "description": "An indication as to whether a student has previously taken a given course." + }, + "teacherStudentDataLinkExclusion": { + "type": "boolean", + "description": "Indicates that the student-section combination is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation." + }, + "attemptStatusDescriptor": { + "type": "string", + "description": "An indication of the student's completion status for the section." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Student", + "Section", + "BeginDate" + ], + "documentPathsMapping": { + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "HomeroomIndicator": { + "paths": { + "homeroomIndicator": "$.homeroomIndicator" + }, + "pathOrder": [ + "homeroomIndicator" + ], + "isReference": false + }, + "RepeatIdentifier": { + "paths": { + "repeatIdentifierDescriptor": "$.repeatIdentifierDescriptor" + }, + "pathOrder": [ + "repeatIdentifierDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "RepeatIdentifierDescriptor" + }, + "TeacherStudentDataLinkExclusion": { + "paths": { + "teacherStudentDataLinkExclusion": "$.teacherStudentDataLinkExclusion" + }, + "pathOrder": [ + "teacherStudentDataLinkExclusion" + ], + "isReference": false + }, + "AttemptStatus": { + "paths": { + "attemptStatusDescriptor": "$.attemptStatusDescriptor" + }, + "pathOrder": [ + "attemptStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AttemptStatusDescriptor" + } + }, + "identityPathOrder": [ + "beginDate", + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "studentUniqueId" + ], + "isSubclass": false + }, + "studentSpecialEducationProgramEligibilityAssociations": { + "resourceName": "StudentSpecialEducationProgramEligibilityAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramEligibilityAssociation", + "description": "Captures details regarding the evaluation process for eligibility of students for special education services under IDEA Part C or Part B.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "consentToEvaluationReceivedDate": { + "type": "string", + "format": "date", + "description": "Indicates the date on which the local education agency received written consent for the evaluation from the student's parent or guardian. This is the first day of the evaluation timeframe." + }, + "originalECIServicesDate": { + "type": "string", + "format": "date", + "description": "The month, date, and year when an infant or toddler, from birth through age 2, began participating in the early childhood intervention (ECI) program." + }, + "ideaPartDescriptor": { + "type": "string", + "description": "Indicates if the evaluation is done under Part B IDEA or Part C IDEA." + }, + "consentToEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date on which the student's parent gave a consent (Parent Consent Date)." + }, + "evaluationCompleteIndicator": { + "type": "boolean", + "description": "Indicates the evaluation completed status." + }, + "eligibilityEvaluationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the written individual evaluation report was completed." + }, + "eligibilityEvaluationTypeDescriptor": { + "type": "string", + "description": "Indicates if this is an initial evaluation or a reevaluation." + }, + "evaluationDelayReasonDescriptor": { + "type": "string", + "description": "Refers to the justification as to why the evaluation report was completed beyond the state-established timeframe. This descriptor field will have allowed reasons as descriptor values." + }, + "evaluationLateReason": { + "type": "string", + "description": "Refers to additional information for delay in doing the evaluation.", + "minLength": 1, + "maxLength": 255 + }, + "evaluationDelayDays": { + "type": "integer", + "description": "Indicates the number of student absences, if any, beginning the first instructional day following the date on which the local education agency (LEA) received written parental or guardian consent for the evaluation." + }, + "eligibilityDeterminationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the local education agency (LEA) held the admission, review, and dismissal committee meeting regarding the child's eligibility determination for special education and related services. An individualized education plan (IEP) would be developed and implemented for a child admitted into special education on this same date." + }, + "ideaIndicator": { + "type": "boolean", + "description": "Indicates whether or not the student was determined eligible and enrolled in special education and related services as a result of the evaluation report and the admission, review, and dismissal committee meeting decision." + }, + "eligibilityDelayReasonDescriptor": { + "type": "string", + "description": "The reason why the eligibility determination was completed beyond the required timeframe." + }, + "transitionNotificationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the LEA Notification of Potentially Eligible for Special Education Services was sent by the early childhood intervention (ECI) contractor to the local education agency (LEA) to notify them that a child enrolled in ECI will shortly reach the age of eligibility for Part B services and the child is potentially eligible for services under Part B, early childhood special education (ECSE). The LEA Notification constitutes a referral to the LEA for an initial evaluation and eligibility determination of the child which the parent or guardian may opt out from the referral." + }, + "transitionConferenceDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the transition conference was held (for a child receiving early childhood intervention (ECI) services) among the lead agency, the family, and the local education agency (LEA) where the child resides to discuss the child's potential eligibility for early childhood special education (ECSE) services." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationReference", + "studentReference", + "programReference", + "consentToEvaluationReceivedDate", + "ideaPartDescriptor" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramEligibilityAssociation", + "description": "Captures details regarding the evaluation process for eligibility of students for special education services under IDEA Part C or Part B.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "consentToEvaluationReceivedDate": { + "type": "string", + "format": "date", + "description": "Indicates the date on which the local education agency received written consent for the evaluation from the student's parent or guardian. This is the first day of the evaluation timeframe." + }, + "originalECIServicesDate": { + "type": "string", + "format": "date", + "description": "The month, date, and year when an infant or toddler, from birth through age 2, began participating in the early childhood intervention (ECI) program." + }, + "ideaPartDescriptor": { + "type": "string", + "description": "Indicates if the evaluation is done under Part B IDEA or Part C IDEA." + }, + "consentToEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date on which the student's parent gave a consent (Parent Consent Date)." + }, + "evaluationCompleteIndicator": { + "type": "boolean", + "description": "Indicates the evaluation completed status." + }, + "eligibilityEvaluationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the written individual evaluation report was completed." + }, + "eligibilityEvaluationTypeDescriptor": { + "type": "string", + "description": "Indicates if this is an initial evaluation or a reevaluation." + }, + "evaluationDelayReasonDescriptor": { + "type": "string", + "description": "Refers to the justification as to why the evaluation report was completed beyond the state-established timeframe. This descriptor field will have allowed reasons as descriptor values." + }, + "evaluationLateReason": { + "type": "string", + "description": "Refers to additional information for delay in doing the evaluation.", + "minLength": 1, + "maxLength": 255 + }, + "evaluationDelayDays": { + "type": "integer", + "description": "Indicates the number of student absences, if any, beginning the first instructional day following the date on which the local education agency (LEA) received written parental or guardian consent for the evaluation." + }, + "eligibilityDeterminationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the local education agency (LEA) held the admission, review, and dismissal committee meeting regarding the child's eligibility determination for special education and related services. An individualized education plan (IEP) would be developed and implemented for a child admitted into special education on this same date." + }, + "ideaIndicator": { + "type": "boolean", + "description": "Indicates whether or not the student was determined eligible and enrolled in special education and related services as a result of the evaluation report and the admission, review, and dismissal committee meeting decision." + }, + "eligibilityDelayReasonDescriptor": { + "type": "string", + "description": "The reason why the eligibility determination was completed beyond the required timeframe." + }, + "transitionNotificationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the LEA Notification of Potentially Eligible for Special Education Services was sent by the early childhood intervention (ECI) contractor to the local education agency (LEA) to notify them that a child enrolled in ECI will shortly reach the age of eligibility for Part B services and the child is potentially eligible for services under Part B, early childhood special education (ECSE). The LEA Notification constitutes a referral to the LEA for an initial evaluation and eligibility determination of the child which the parent or guardian may opt out from the referral." + }, + "transitionConferenceDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the transition conference was held (for a child receiving early childhood intervention (ECI) services) among the lead agency, the family, and the local education agency (LEA) where the child resides to discuss the child's potential eligibility for early childhood special education (ECSE) services." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationReference", + "studentReference", + "programReference", + "consentToEvaluationReceivedDate", + "ideaPartDescriptor" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramEligibilityAssociation", + "description": "Captures details regarding the evaluation process for eligibility of students for special education services under IDEA Part C or Part B.", + "type": "object", + "properties": { + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "consentToEvaluationReceivedDate": { + "type": "string", + "format": "date", + "description": "Indicates the date on which the local education agency received written consent for the evaluation from the student's parent or guardian. This is the first day of the evaluation timeframe." + }, + "originalECIServicesDate": { + "type": "string", + "format": "date", + "description": "The month, date, and year when an infant or toddler, from birth through age 2, began participating in the early childhood intervention (ECI) program." + }, + "ideaPartDescriptor": { + "type": "string", + "description": "Indicates if the evaluation is done under Part B IDEA or Part C IDEA." + }, + "consentToEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date on which the student's parent gave a consent (Parent Consent Date)." + }, + "evaluationCompleteIndicator": { + "type": "boolean", + "description": "Indicates the evaluation completed status." + }, + "eligibilityEvaluationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the written individual evaluation report was completed." + }, + "eligibilityEvaluationTypeDescriptor": { + "type": "string", + "description": "Indicates if this is an initial evaluation or a reevaluation." + }, + "evaluationDelayReasonDescriptor": { + "type": "string", + "description": "Refers to the justification as to why the evaluation report was completed beyond the state-established timeframe. This descriptor field will have allowed reasons as descriptor values." + }, + "evaluationLateReason": { + "type": "string", + "description": "Refers to additional information for delay in doing the evaluation.", + "minLength": 1, + "maxLength": 255 + }, + "evaluationDelayDays": { + "type": "integer", + "description": "Indicates the number of student absences, if any, beginning the first instructional day following the date on which the local education agency (LEA) received written parental or guardian consent for the evaluation." + }, + "eligibilityDeterminationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the local education agency (LEA) held the admission, review, and dismissal committee meeting regarding the child's eligibility determination for special education and related services. An individualized education plan (IEP) would be developed and implemented for a child admitted into special education on this same date." + }, + "ideaIndicator": { + "type": "boolean", + "description": "Indicates whether or not the student was determined eligible and enrolled in special education and related services as a result of the evaluation report and the admission, review, and dismissal committee meeting decision." + }, + "eligibilityDelayReasonDescriptor": { + "type": "string", + "description": "The reason why the eligibility determination was completed beyond the required timeframe." + }, + "transitionNotificationDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year the LEA Notification of Potentially Eligible for Special Education Services was sent by the early childhood intervention (ECI) contractor to the local education agency (LEA) to notify them that a child enrolled in ECI will shortly reach the age of eligibility for Part B services and the child is potentially eligible for services under Part B, early childhood special education (ECSE). The LEA Notification constitutes a referral to the LEA for an initial evaluation and eligibility determination of the child which the parent or guardian may opt out from the referral." + }, + "transitionConferenceDate": { + "type": "string", + "format": "date", + "description": "Indicates the month, day, and year when the transition conference was held (for a child receiving early childhood intervention (ECI) services) among the lead agency, the family, and the local education agency (LEA) where the child resides to discuss the child's potential eligibility for early childhood special education (ECSE) services." + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganization", + "Student", + "Program", + "ConsentToEvaluationReceivedDate" + ], + "documentPathsMapping": { + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "ConsentToEvaluationReceivedDate": { + "paths": { + "consentToEvaluationReceivedDate": "$.consentToEvaluationReceivedDate" + }, + "pathOrder": [ + "consentToEvaluationReceivedDate" + ], + "isReference": false + }, + "OriginalECIServicesDate": { + "paths": { + "originalECIServicesDate": "$.originalECIServicesDate" + }, + "pathOrder": [ + "originalECIServicesDate" + ], + "isReference": false + }, + "IDEAPart": { + "paths": { + "ideaPartDescriptor": "$.ideaPartDescriptor" + }, + "pathOrder": [ + "ideaPartDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IDEAPartDescriptor" + }, + "ConsentToEvaluationDate": { + "paths": { + "consentToEvaluationDate": "$.consentToEvaluationDate" + }, + "pathOrder": [ + "consentToEvaluationDate" + ], + "isReference": false + }, + "EvaluationCompleteIndicator": { + "paths": { + "evaluationCompleteIndicator": "$.evaluationCompleteIndicator" + }, + "pathOrder": [ + "evaluationCompleteIndicator" + ], + "isReference": false + }, + "EligibilityEvaluationDate": { + "paths": { + "eligibilityEvaluationDate": "$.eligibilityEvaluationDate" + }, + "pathOrder": [ + "eligibilityEvaluationDate" + ], + "isReference": false + }, + "EligibilityEvaluationType": { + "paths": { + "eligibilityEvaluationTypeDescriptor": "$.eligibilityEvaluationTypeDescriptor" + }, + "pathOrder": [ + "eligibilityEvaluationTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EligibilityEvaluationTypeDescriptor" + }, + "EvaluationDelayReason": { + "paths": { + "evaluationDelayReasonDescriptor": "$.evaluationDelayReasonDescriptor" + }, + "pathOrder": [ + "evaluationDelayReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EvaluationDelayReasonDescriptor" + }, + "EvaluationLateReason": { + "paths": { + "evaluationLateReason": "$.evaluationLateReason" + }, + "pathOrder": [ + "evaluationLateReason" + ], + "isReference": false + }, + "EvaluationDelayDays": { + "paths": { + "evaluationDelayDays": "$.evaluationDelayDays" + }, + "pathOrder": [ + "evaluationDelayDays" + ], + "isReference": false + }, + "EligibilityDeterminationDate": { + "paths": { + "eligibilityDeterminationDate": "$.eligibilityDeterminationDate" + }, + "pathOrder": [ + "eligibilityDeterminationDate" + ], + "isReference": false + }, + "IDEAIndicator": { + "paths": { + "ideaIndicator": "$.ideaIndicator" + }, + "pathOrder": [ + "ideaIndicator" + ], + "isReference": false + }, + "EligibilityDelayReason": { + "paths": { + "eligibilityDelayReasonDescriptor": "$.eligibilityDelayReasonDescriptor" + }, + "pathOrder": [ + "eligibilityDelayReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EligibilityDelayReasonDescriptor" + }, + "TransitionNotificationDate": { + "paths": { + "transitionNotificationDate": "$.transitionNotificationDate" + }, + "pathOrder": [ + "transitionNotificationDate" + ], + "isReference": false + }, + "TransitionConferenceDate": { + "paths": { + "transitionConferenceDate": "$.transitionConferenceDate" + }, + "pathOrder": [ + "transitionConferenceDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "consentToEvaluationReceivedDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": false + }, + "surveyCourseAssociations": { + "resourceName": "SurveyCourseAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyCourseAssociation", + "description": "The course associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyReference", + "courseReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyCourseAssociation", + "description": "The course associated with the survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyReference", + "courseReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyCourseAssociation", + "description": "The course associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "courseReference": { + "type": "object", + "properties": { + "courseCode": { + "type": "string", + "description": "A unique alphanumeric code assigned to a course.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "courseCode", + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Survey", + "Course" + ], + "documentPathsMapping": { + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "Course": { + "paths": { + "courseCode": "$.courseReference.courseCode", + "educationOrganizationId": "$.courseReference.educationOrganizationId" + }, + "pathOrder": [ + "courseCode", + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Course" + } + }, + "identityPathOrder": [ + "courseCode", + "educationOrganizationId", + "namespace", + "surveyIdentifier" + ], + "isSubclass": false + }, + "surveyProgramAssociations": { + "resourceName": "SurveyProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyProgramAssociation", + "description": "The program associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyReference", + "programReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyProgramAssociation", + "description": "The program associated with the survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyReference", + "programReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyProgramAssociation", + "description": "The program associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Survey", + "Program" + ], + "documentPathsMapping": { + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "namespace", + "programName", + "programTypeDescriptor", + "surveyIdentifier" + ], + "isSubclass": false + }, + "surveyResponseEducationOrganizationTargetAssociations": { + "resourceName": "SurveyResponseEducationOrganizationTargetAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey being taken and the education organization the survey is about.", + "type": "object", + "properties": { + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyResponseReference", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey being taken and the education organization the survey is about.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyResponseReference", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey being taken and the education organization the survey is about.", + "type": "object", + "properties": { + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveyResponse", + "EducationOrganization" + ], + "documentPathsMapping": { + "SurveyResponse": { + "paths": { + "namespace": "$.surveyResponseReference.namespace", + "surveyIdentifier": "$.surveyResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveyResponseReference.surveyResponseIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveyResponse" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isSubclass": false + }, + "surveyResponseStaffTargetAssociations": { + "resourceName": "SurveyResponseStaffTargetAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseStaffTargetAssociation", + "description": "The association provides information about the survey being taken and who the survey is about.", + "type": "object", + "properties": { + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyResponseReference", + "staffReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseStaffTargetAssociation", + "description": "The association provides information about the survey being taken and who the survey is about.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyResponseReference", + "staffReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveyResponseStaffTargetAssociation", + "description": "The association provides information about the survey being taken and who the survey is about.", + "type": "object", + "properties": { + "surveyResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveyResponse", + "Staff" + ], + "documentPathsMapping": { + "SurveyResponse": { + "paths": { + "namespace": "$.surveyResponseReference.namespace", + "surveyIdentifier": "$.surveyResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveyResponseReference.surveyResponseIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveyResponse" + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "namespace", + "staffUniqueId", + "surveyIdentifier", + "surveyResponseIdentifier" + ], + "isSubclass": false + }, + "surveySectionAssociations": { + "resourceName": "SurveySectionAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionAssociation", + "description": "The section associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveyReference", + "sectionReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionAssociation", + "description": "The section associated with the survey.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveyReference", + "sectionReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionAssociation", + "description": "The section associated with the survey.", + "type": "object", + "properties": { + "surveyReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier" + ] + }, + "sectionReference": { + "type": "object", + "properties": { + "localCourseCode": { + "type": "string", + "description": "The local code assigned by the School that identifies the course offering provided for the instruction of students.", + "minLength": 1, + "maxLength": 60 + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + }, + "sessionName": { + "type": "string", + "description": "The identifier for the calendar for the academic session.", + "minLength": 1, + "maxLength": 60 + }, + "sectionIdentifier": { + "type": "string", + "description": "The local identifier assigned to a section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sessionName", + "sectionIdentifier" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "Survey", + "Section" + ], + "documentPathsMapping": { + "Survey": { + "paths": { + "namespace": "$.surveyReference.namespace", + "surveyIdentifier": "$.surveyReference.surveyIdentifier" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Survey" + }, + "Section": { + "paths": { + "localCourseCode": "$.sectionReference.localCourseCode", + "schoolId": "$.sectionReference.schoolId", + "schoolYear": "$.sectionReference.schoolYear", + "sectionIdentifier": "$.sectionReference.sectionIdentifier", + "sessionName": "$.sectionReference.sessionName" + }, + "pathOrder": [ + "localCourseCode", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Section" + } + }, + "identityPathOrder": [ + "localCourseCode", + "namespace", + "schoolId", + "schoolYear", + "sectionIdentifier", + "sessionName", + "surveyIdentifier" + ], + "isSubclass": false + }, + "surveySectionResponseEducationOrganizationTargetAssociations": { + "resourceName": "SurveySectionResponseEducationOrganizationTargetAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey section and the education organization the survey section is about.", + "type": "object", + "properties": { + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveySectionResponseReference", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey section and the education organization the survey section is about.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveySectionResponseReference", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseEducationOrganizationTargetAssociation", + "description": "This association provides information about the survey section and the education organization the survey section is about.", + "type": "object", + "properties": { + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveySectionResponse", + "EducationOrganization" + ], + "documentPathsMapping": { + "SurveySectionResponse": { + "paths": { + "namespace": "$.surveySectionResponseReference.namespace", + "surveyIdentifier": "$.surveySectionResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveySectionResponseReference.surveyResponseIdentifier", + "surveySectionTitle": "$.surveySectionResponseReference.surveySectionTitle" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveySectionResponse" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + } + }, + "identityPathOrder": [ + "educationOrganizationId", + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ], + "isSubclass": false + }, + "surveySectionResponseStaffTargetAssociations": { + "resourceName": "SurveySectionResponseStaffTargetAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseStaffTargetAssociation", + "description": "This association provides information about the survey section and the staff the survey section is about.", + "type": "object", + "properties": { + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "surveySectionResponseReference", + "staffReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseStaffTargetAssociation", + "description": "This association provides information about the survey section and the staff the survey section is about.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "surveySectionResponseReference", + "staffReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.SurveySectionResponseStaffTargetAssociation", + "description": "This association provides information about the survey section and the staff the survey section is about.", + "type": "object", + "properties": { + "surveySectionResponseReference": { + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "Namespace for the survey.", + "minLength": 5, + "maxLength": 255 + }, + "surveyIdentifier": { + "type": "string", + "description": "The unique survey identifier from the survey tool.", + "minLength": 1, + "maxLength": 60 + }, + "surveyResponseIdentifier": { + "type": "string", + "description": "The identifier of the survey typically from the survey application.", + "minLength": 1, + "maxLength": 60 + }, + "surveySectionTitle": { + "type": "string", + "description": "The title or label for the survey section.", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ] + }, + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SurveySectionResponse", + "Staff" + ], + "documentPathsMapping": { + "SurveySectionResponse": { + "paths": { + "namespace": "$.surveySectionResponseReference.namespace", + "surveyIdentifier": "$.surveySectionResponseReference.surveyIdentifier", + "surveyResponseIdentifier": "$.surveySectionResponseReference.surveyResponseIdentifier", + "surveySectionTitle": "$.surveySectionResponseReference.surveySectionTitle" + }, + "pathOrder": [ + "namespace", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "SurveySectionResponse" + }, + "Staff": { + "paths": { + "staffUniqueId": "$.staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + } + }, + "identityPathOrder": [ + "namespace", + "staffUniqueId", + "surveyIdentifier", + "surveyResponseIdentifier", + "surveySectionTitle" + ], + "isSubclass": false + }, + "absenceEventCategoryDescriptors": { + "resourceName": "AbsenceEventCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "academicHonorCategoryDescriptors": { + "resourceName": "AcademicHonorCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "academicSubjectDescriptors": { + "resourceName": "AcademicSubjectDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "accommodationDescriptors": { + "resourceName": "AccommodationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "accountTypeDescriptors": { + "resourceName": "AccountTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "achievementCategoryDescriptors": { + "resourceName": "AchievementCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "additionalCreditTypeDescriptors": { + "resourceName": "AdditionalCreditTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "addressTypeDescriptors": { + "resourceName": "AddressTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "administrationEnvironmentDescriptors": { + "resourceName": "AdministrationEnvironmentDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "administrativeFundingControlDescriptors": { + "resourceName": "AdministrativeFundingControlDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "ancestryEthnicOriginDescriptors": { + "resourceName": "AncestryEthnicOriginDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentCategoryDescriptors": { + "resourceName": "AssessmentCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentIdentificationSystemDescriptors": { + "resourceName": "AssessmentIdentificationSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentItemCategoryDescriptors": { + "resourceName": "AssessmentItemCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentItemResultDescriptors": { + "resourceName": "AssessmentItemResultDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentPeriodDescriptors": { + "resourceName": "AssessmentPeriodDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assessmentReportingMethodDescriptors": { + "resourceName": "AssessmentReportingMethodDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "assignmentLateStatusDescriptors": { + "resourceName": "AssignmentLateStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "attemptStatusDescriptors": { + "resourceName": "AttemptStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "attendanceEventCategoryDescriptors": { + "resourceName": "AttendanceEventCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "barrierToInternetAccessInResidenceDescriptors": { + "resourceName": "BarrierToInternetAccessInResidenceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "behaviorDescriptors": { + "resourceName": "BehaviorDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "calendarEventDescriptors": { + "resourceName": "CalendarEventDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "calendarTypeDescriptors": { + "resourceName": "CalendarTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "careerPathwayDescriptors": { + "resourceName": "CareerPathwayDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "charterApprovalAgencyTypeDescriptors": { + "resourceName": "CharterApprovalAgencyTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "charterStatusDescriptors": { + "resourceName": "CharterStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "citizenshipStatusDescriptors": { + "resourceName": "CitizenshipStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "classroomPositionDescriptors": { + "resourceName": "ClassroomPositionDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "cohortScopeDescriptors": { + "resourceName": "CohortScopeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "cohortTypeDescriptors": { + "resourceName": "CohortTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "cohortYearTypeDescriptors": { + "resourceName": "CohortYearTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "competencyLevelDescriptors": { + "resourceName": "CompetencyLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "contactTypeDescriptors": { + "resourceName": "ContactTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "contentClassDescriptors": { + "resourceName": "ContentClassDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "continuationOfServicesReasonDescriptors": { + "resourceName": "ContinuationOfServicesReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "costRateDescriptors": { + "resourceName": "CostRateDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "countryDescriptors": { + "resourceName": "CountryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseAttemptResultDescriptors": { + "resourceName": "CourseAttemptResultDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseDefinedByDescriptors": { + "resourceName": "CourseDefinedByDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseGPAApplicabilityDescriptors": { + "resourceName": "CourseGPAApplicabilityDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseIdentificationSystemDescriptors": { + "resourceName": "CourseIdentificationSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseLevelCharacteristicDescriptors": { + "resourceName": "CourseLevelCharacteristicDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "courseRepeatCodeDescriptors": { + "resourceName": "CourseRepeatCodeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "credentialFieldDescriptors": { + "resourceName": "CredentialFieldDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "credentialTypeDescriptors": { + "resourceName": "CredentialTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "creditCategoryDescriptors": { + "resourceName": "CreditCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "creditTypeDescriptors": { + "resourceName": "CreditTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "cTEProgramServiceDescriptors": { + "resourceName": "CTEProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "curriculumUsedDescriptors": { + "resourceName": "CurriculumUsedDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "deliveryMethodDescriptors": { + "resourceName": "DeliveryMethodDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "diagnosisDescriptors": { + "resourceName": "DiagnosisDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "diplomaLevelDescriptors": { + "resourceName": "DiplomaLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "diplomaTypeDescriptors": { + "resourceName": "DiplomaTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disabilityDescriptors": { + "resourceName": "DisabilityDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disabilityDesignationDescriptors": { + "resourceName": "DisabilityDesignationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disabilityDeterminationSourceTypeDescriptors": { + "resourceName": "DisabilityDeterminationSourceTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disciplineDescriptors": { + "resourceName": "DisciplineDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disciplineActionLengthDifferenceReasonDescriptors": { + "resourceName": "DisciplineActionLengthDifferenceReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "disciplineIncidentParticipationCodeDescriptors": { + "resourceName": "DisciplineIncidentParticipationCodeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "educationalEnvironmentDescriptors": { + "resourceName": "EducationalEnvironmentDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "educationOrganizationAssociationTypeDescriptors": { + "resourceName": "EducationOrganizationAssociationTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "educationOrganizationCategoryDescriptors": { + "resourceName": "EducationOrganizationCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "educationOrganizationIdentificationSystemDescriptors": { + "resourceName": "EducationOrganizationIdentificationSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "educationPlanDescriptors": { + "resourceName": "EducationPlanDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "electronicMailTypeDescriptors": { + "resourceName": "ElectronicMailTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "eligibilityDelayReasonDescriptors": { + "resourceName": "EligibilityDelayReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "eligibilityEvaluationTypeDescriptors": { + "resourceName": "EligibilityEvaluationTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "employmentStatusDescriptors": { + "resourceName": "EmploymentStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "enrollmentTypeDescriptors": { + "resourceName": "EnrollmentTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "entryGradeLevelReasonDescriptors": { + "resourceName": "EntryGradeLevelReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "entryTypeDescriptors": { + "resourceName": "EntryTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "evaluationDelayReasonDescriptors": { + "resourceName": "EvaluationDelayReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "eventCircumstanceDescriptors": { + "resourceName": "EventCircumstanceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "exitWithdrawTypeDescriptors": { + "resourceName": "ExitWithdrawTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "financialCollectionDescriptors": { + "resourceName": "FinancialCollectionDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gradebookEntryTypeDescriptors": { + "resourceName": "GradebookEntryTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gradeLevelDescriptors": { + "resourceName": "GradeLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gradePointAverageTypeDescriptors": { + "resourceName": "GradePointAverageTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gradeTypeDescriptors": { + "resourceName": "GradeTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gradingPeriodDescriptors": { + "resourceName": "GradingPeriodDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "graduationPlanTypeDescriptors": { + "resourceName": "GraduationPlanTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "gunFreeSchoolsActReportingStatusDescriptors": { + "resourceName": "GunFreeSchoolsActReportingStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "homelessPrimaryNighttimeResidenceDescriptors": { + "resourceName": "HomelessPrimaryNighttimeResidenceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "homelessProgramServiceDescriptors": { + "resourceName": "HomelessProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "iDEAPartDescriptors": { + "resourceName": "IDEAPartDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "identificationDocumentUseDescriptors": { + "resourceName": "IdentificationDocumentUseDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "incidentLocationDescriptors": { + "resourceName": "IncidentLocationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "indicatorDescriptors": { + "resourceName": "IndicatorDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "indicatorGroupDescriptors": { + "resourceName": "IndicatorGroupDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "indicatorLevelDescriptors": { + "resourceName": "IndicatorLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "institutionTelephoneNumberTypeDescriptors": { + "resourceName": "InstitutionTelephoneNumberTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "interactivityStyleDescriptors": { + "resourceName": "InteractivityStyleDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "internetAccessDescriptors": { + "resourceName": "InternetAccessDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "internetAccessTypeInResidenceDescriptors": { + "resourceName": "InternetAccessTypeInResidenceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "internetPerformanceInResidenceDescriptors": { + "resourceName": "InternetPerformanceInResidenceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "interventionClassDescriptors": { + "resourceName": "InterventionClassDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "interventionEffectivenessRatingDescriptors": { + "resourceName": "InterventionEffectivenessRatingDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "languageDescriptors": { + "resourceName": "LanguageDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "languageInstructionProgramServiceDescriptors": { + "resourceName": "LanguageInstructionProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "languageUseDescriptors": { + "resourceName": "LanguageUseDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "learningStandardCategoryDescriptors": { + "resourceName": "LearningStandardCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "learningStandardEquivalenceStrengthDescriptors": { + "resourceName": "LearningStandardEquivalenceStrengthDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "learningStandardScopeDescriptors": { + "resourceName": "LearningStandardScopeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "levelOfEducationDescriptors": { + "resourceName": "LevelOfEducationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "licenseStatusDescriptors": { + "resourceName": "LicenseStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "licenseTypeDescriptors": { + "resourceName": "LicenseTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "limitedEnglishProficiencyDescriptors": { + "resourceName": "LimitedEnglishProficiencyDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "localeDescriptors": { + "resourceName": "LocaleDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "localEducationAgencyCategoryDescriptors": { + "resourceName": "LocalEducationAgencyCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "magnetSpecialProgramEmphasisSchoolDescriptors": { + "resourceName": "MagnetSpecialProgramEmphasisSchoolDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "mediumOfInstructionDescriptors": { + "resourceName": "MediumOfInstructionDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "methodCreditEarnedDescriptors": { + "resourceName": "MethodCreditEarnedDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "migrantEducationProgramServiceDescriptors": { + "resourceName": "MigrantEducationProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "modelEntityDescriptors": { + "resourceName": "ModelEntityDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "monitoredDescriptors": { + "resourceName": "MonitoredDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "neglectedOrDelinquentProgramDescriptors": { + "resourceName": "NeglectedOrDelinquentProgramDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "neglectedOrDelinquentProgramServiceDescriptors": { + "resourceName": "NeglectedOrDelinquentProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "networkPurposeDescriptors": { + "resourceName": "NetworkPurposeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "operationalStatusDescriptors": { + "resourceName": "OperationalStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "otherNameTypeDescriptors": { + "resourceName": "OtherNameTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "participationDescriptors": { + "resourceName": "ParticipationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "participationStatusDescriptors": { + "resourceName": "ParticipationStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "performanceBaseConversionDescriptors": { + "resourceName": "PerformanceBaseConversionDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "performanceLevelDescriptors": { + "resourceName": "PerformanceLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "personalInformationVerificationDescriptors": { + "resourceName": "PersonalInformationVerificationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "platformTypeDescriptors": { + "resourceName": "PlatformTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "populationServedDescriptors": { + "resourceName": "PopulationServedDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "postingResultDescriptors": { + "resourceName": "PostingResultDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "postSecondaryEventCategoryDescriptors": { + "resourceName": "PostSecondaryEventCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "postSecondaryInstitutionLevelDescriptors": { + "resourceName": "PostSecondaryInstitutionLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "primaryLearningDeviceAccessDescriptors": { + "resourceName": "PrimaryLearningDeviceAccessDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "primaryLearningDeviceAwayFromSchoolDescriptors": { + "resourceName": "PrimaryLearningDeviceAwayFromSchoolDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "primaryLearningDeviceProviderDescriptors": { + "resourceName": "PrimaryLearningDeviceProviderDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "proficiencyDescriptors": { + "resourceName": "ProficiencyDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "programAssignmentDescriptors": { + "resourceName": "ProgramAssignmentDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "programCharacteristicDescriptors": { + "resourceName": "ProgramCharacteristicDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "programSponsorDescriptors": { + "resourceName": "ProgramSponsorDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "programTypeDescriptors": { + "resourceName": "ProgramTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "progressDescriptors": { + "resourceName": "ProgressDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "progressLevelDescriptors": { + "resourceName": "ProgressLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "providerCategoryDescriptors": { + "resourceName": "ProviderCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "providerProfitabilityDescriptors": { + "resourceName": "ProviderProfitabilityDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "providerStatusDescriptors": { + "resourceName": "ProviderStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "publicationStatusDescriptors": { + "resourceName": "PublicationStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "questionFormDescriptors": { + "resourceName": "QuestionFormDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "raceDescriptors": { + "resourceName": "RaceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "reasonExitedDescriptors": { + "resourceName": "ReasonExitedDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "reasonNotTestedDescriptors": { + "resourceName": "ReasonNotTestedDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "recognitionTypeDescriptors": { + "resourceName": "RecognitionTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "relationDescriptors": { + "resourceName": "RelationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "repeatIdentifierDescriptors": { + "resourceName": "RepeatIdentifierDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "reporterDescriptionDescriptors": { + "resourceName": "ReporterDescriptionDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "reportingTagDescriptors": { + "resourceName": "ReportingTagDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "residencyStatusDescriptors": { + "resourceName": "ResidencyStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "responseIndicatorDescriptors": { + "resourceName": "ResponseIndicatorDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "responsibilityDescriptors": { + "resourceName": "ResponsibilityDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "restraintEventReasonDescriptors": { + "resourceName": "RestraintEventReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "resultDatatypeTypeDescriptors": { + "resourceName": "ResultDatatypeTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "retestIndicatorDescriptors": { + "resourceName": "RetestIndicatorDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "schoolCategoryDescriptors": { + "resourceName": "SchoolCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "schoolChoiceBasisDescriptors": { + "resourceName": "SchoolChoiceBasisDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "schoolChoiceImplementStatusDescriptors": { + "resourceName": "SchoolChoiceImplementStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "schoolFoodServiceProgramServiceDescriptors": { + "resourceName": "SchoolFoodServiceProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "schoolTypeDescriptors": { + "resourceName": "SchoolTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "sectionCharacteristicDescriptors": { + "resourceName": "SectionCharacteristicDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "separationDescriptors": { + "resourceName": "SeparationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "separationReasonDescriptors": { + "resourceName": "SeparationReasonDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "serviceDescriptors": { + "resourceName": "ServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "sexDescriptors": { + "resourceName": "SexDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "sourceSystemDescriptors": { + "resourceName": "SourceSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "specialEducationProgramServiceDescriptors": { + "resourceName": "SpecialEducationProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "specialEducationSettingDescriptors": { + "resourceName": "SpecialEducationSettingDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "staffClassificationDescriptors": { + "resourceName": "StaffClassificationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "staffIdentificationSystemDescriptors": { + "resourceName": "StaffIdentificationSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "staffLeaveEventCategoryDescriptors": { + "resourceName": "StaffLeaveEventCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "stateAbbreviationDescriptors": { + "resourceName": "StateAbbreviationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "studentCharacteristicDescriptors": { + "resourceName": "StudentCharacteristicDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "studentIdentificationSystemDescriptors": { + "resourceName": "StudentIdentificationSystemDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "studentParticipationCodeDescriptors": { + "resourceName": "StudentParticipationCodeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "submissionStatusDescriptors": { + "resourceName": "SubmissionStatusDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "surveyCategoryDescriptors": { + "resourceName": "SurveyCategoryDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "surveyLevelDescriptors": { + "resourceName": "SurveyLevelDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "teachingCredentialDescriptors": { + "resourceName": "TeachingCredentialDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "teachingCredentialBasisDescriptors": { + "resourceName": "TeachingCredentialBasisDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "technicalSkillsAssessmentDescriptors": { + "resourceName": "TechnicalSkillsAssessmentDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "telephoneNumberTypeDescriptors": { + "resourceName": "TelephoneNumberTypeDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "termDescriptors": { + "resourceName": "TermDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "titleIPartAParticipantDescriptors": { + "resourceName": "TitleIPartAParticipantDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "titleIPartAProgramServiceDescriptors": { + "resourceName": "TitleIPartAProgramServiceDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "titleIPartASchoolDesignationDescriptors": { + "resourceName": "TitleIPartASchoolDesignationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "tribalAffiliationDescriptors": { + "resourceName": "TribalAffiliationDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "visaDescriptors": { + "resourceName": "VisaDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "weaponDescriptors": { + "resourceName": "WeaponDescriptor", + "isDescriptor": true, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [ + "id", + "namespace", + "codeValue", + "shortDescription" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.Descriptor", + "description": "An Ed-Fi Descriptor", + "type": "object", + "properties": { + "namespace": { + "type": "string", + "description": "The descriptor namespace as a URI" + }, + "codeValue": { + "type": "string", + "description": "The descriptor code value" + }, + "shortDescription": { + "type": "string", + "description": "The descriptor short description" + }, + "description": { + "type": "string", + "description": "The descriptor description" + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [], + "documentPathsMapping": {}, + "identityPathOrder": [], + "isSubclass": false + }, + "communityOrganizations": { + "resourceName": "CommunityOrganization", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityOrganization", + "description": "This entity represents an administrative unit at the state level which exists primarily to operate local community providers.", + "type": "object", + "properties": { + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "communityOrganizationId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityOrganization", + "description": "This entity represents an administrative unit at the state level which exists primarily to operate local community providers.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "communityOrganizationId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityOrganization", + "description": "This entity represents an administrative unit at the state level which exists primarily to operate local community providers.", + "type": "object", + "properties": { + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CommunityOrganizationId" + ], + "documentPathsMapping": { + "CommunityOrganizationId": { + "paths": { + "communityOrganizationId": "$.communityOrganizationId" + }, + "pathOrder": [ + "communityOrganizationId" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "communityOrganizationId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "communityOrganizationId", + "subclassType": "domainEntity" + }, + "communityProviders": { + "resourceName": "CommunityProvider", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProvider", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + }, + "communityOrganizationReference": { + "type": "object", + "properties": { + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + } + }, + "additionalProperties": false, + "required": [ + "communityOrganizationId" + ] + }, + "providerProfitabilityDescriptor": { + "type": "string", + "description": "Indicates the profitability status of the provider." + }, + "providerStatusDescriptor": { + "type": "string", + "description": "Indicates the status of the provider." + }, + "providerCategoryDescriptor": { + "type": "string", + "description": "Indicates the category of the provider." + }, + "schoolIndicator": { + "type": "boolean", + "description": "An indication of whether the community provider is a school." + }, + "licenseExemptIndicator": { + "type": "boolean", + "description": "An indication of whether the provider is exempt from having a license." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "communityProviderId", + "providerStatusDescriptor", + "providerCategoryDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProvider", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + }, + "communityOrganizationReference": { + "type": "object", + "properties": { + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + } + }, + "additionalProperties": false, + "required": [ + "communityOrganizationId" + ] + }, + "providerProfitabilityDescriptor": { + "type": "string", + "description": "Indicates the profitability status of the provider." + }, + "providerStatusDescriptor": { + "type": "string", + "description": "Indicates the status of the provider." + }, + "providerCategoryDescriptor": { + "type": "string", + "description": "Indicates the category of the provider." + }, + "schoolIndicator": { + "type": "boolean", + "description": "An indication of whether the community provider is a school." + }, + "licenseExemptIndicator": { + "type": "boolean", + "description": "An indication of whether the provider is exempt from having a license." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "communityProviderId", + "providerStatusDescriptor", + "providerCategoryDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.CommunityProvider", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "communityProviderId": { + "type": "integer", + "description": "The identifier assigned to a community provider." + }, + "communityOrganizationReference": { + "type": "object", + "properties": { + "communityOrganizationId": { + "type": "integer", + "description": "The identifier assigned to a community organization." + } + }, + "additionalProperties": false, + "required": [ + "communityOrganizationId" + ] + }, + "providerProfitabilityDescriptor": { + "type": "string", + "description": "Indicates the profitability status of the provider." + }, + "providerStatusDescriptor": { + "type": "string", + "description": "Indicates the status of the provider." + }, + "providerCategoryDescriptor": { + "type": "string", + "description": "Indicates the category of the provider." + }, + "schoolIndicator": { + "type": "boolean", + "description": "An indication of whether the community provider is a school." + }, + "licenseExemptIndicator": { + "type": "boolean", + "description": "An indication of whether the provider is exempt from having a license." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "CommunityProviderId" + ], + "documentPathsMapping": { + "CommunityProviderId": { + "paths": { + "communityProviderId": "$.communityProviderId" + }, + "pathOrder": [ + "communityProviderId" + ], + "isReference": false + }, + "CommunityOrganization": { + "paths": { + "communityOrganizationId": "$.communityOrganizationReference.communityOrganizationId" + }, + "pathOrder": [ + "communityOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "CommunityOrganization" + }, + "ProviderProfitability": { + "paths": { + "providerProfitabilityDescriptor": "$.providerProfitabilityDescriptor" + }, + "pathOrder": [ + "providerProfitabilityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProviderProfitabilityDescriptor" + }, + "ProviderStatus": { + "paths": { + "providerStatusDescriptor": "$.providerStatusDescriptor" + }, + "pathOrder": [ + "providerStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProviderStatusDescriptor" + }, + "ProviderCategory": { + "paths": { + "providerCategoryDescriptor": "$.providerCategoryDescriptor" + }, + "pathOrder": [ + "providerCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProviderCategoryDescriptor" + }, + "SchoolIndicator": { + "paths": { + "schoolIndicator": "$.schoolIndicator" + }, + "pathOrder": [ + "schoolIndicator" + ], + "isReference": false + }, + "LicenseExemptIndicator": { + "paths": { + "licenseExemptIndicator": "$.licenseExemptIndicator" + }, + "pathOrder": [ + "licenseExemptIndicator" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "communityProviderId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "communityProviderId", + "subclassType": "domainEntity" + }, + "educationOrganizationNetworks": { + "resourceName": "EducationOrganizationNetwork", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetwork", + "description": "This entity is a self-organized membership network of peer-level education organizations intended to provide shared services or collective procurement.", + "type": "object", + "properties": { + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + }, + "networkPurposeDescriptor": { + "type": "string", + "description": "The purpose(s) of the network (e.g., shared services, collective procurement)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationNetworkId", + "networkPurposeDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetwork", + "description": "This entity is a self-organized membership network of peer-level education organizations intended to provide shared services or collective procurement.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + }, + "networkPurposeDescriptor": { + "type": "string", + "description": "The purpose(s) of the network (e.g., shared services, collective procurement)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationOrganizationNetworkId", + "networkPurposeDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationOrganizationNetwork", + "description": "This entity is a self-organized membership network of peer-level education organizations intended to provide shared services or collective procurement.", + "type": "object", + "properties": { + "educationOrganizationNetworkId": { + "type": "integer", + "description": "The identifier assigned to a network of education organizations." + }, + "networkPurposeDescriptor": { + "type": "string", + "description": "The purpose(s) of the network (e.g., shared services, collective procurement)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationOrganizationNetworkId" + ], + "documentPathsMapping": { + "EducationOrganizationNetworkId": { + "paths": { + "educationOrganizationNetworkId": "$.educationOrganizationNetworkId" + }, + "pathOrder": [ + "educationOrganizationNetworkId" + ], + "isReference": false + }, + "NetworkPurpose": { + "paths": { + "networkPurposeDescriptor": "$.networkPurposeDescriptor" + }, + "pathOrder": [ + "networkPurposeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "NetworkPurposeDescriptor" + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationOrganizationNetworkId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "educationOrganizationNetworkId", + "subclassType": "domainEntity" + }, + "educationServiceCenters": { + "resourceName": "EducationServiceCenter", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationServiceCenter", + "description": "This entity represents a regional, multi-services public agency authorized by state law to develop, manage and provide services, programs, or other support options (e.g., construction, food services, and technology services) to LEAs.", + "type": "object", + "properties": { + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "educationServiceCenterId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationServiceCenter", + "description": "This entity represents a regional, multi-services public agency authorized by state law to develop, manage and provide services, programs, or other support options (e.g., construction, food services, and technology services) to LEAs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "educationServiceCenterId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.EducationServiceCenter", + "description": "This entity represents a regional, multi-services public agency authorized by state law to develop, manage and provide services, programs, or other support options (e.g., construction, food services, and technology services) to LEAs.", + "type": "object", + "properties": { + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "EducationServiceCenterId" + ], + "documentPathsMapping": { + "EducationServiceCenterId": { + "paths": { + "educationServiceCenterId": "$.educationServiceCenterId" + }, + "pathOrder": [ + "educationServiceCenterId" + ], + "isReference": false + }, + "StateEducationAgency": { + "paths": { + "stateEducationAgencyId": "$.stateEducationAgencyReference.stateEducationAgencyId" + }, + "pathOrder": [ + "stateEducationAgencyId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StateEducationAgency" + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "educationServiceCenterId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "educationServiceCenterId", + "subclassType": "domainEntity" + }, + "localEducationAgencies": { + "resourceName": "LocalEducationAgency", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEducationAgency", + "description": "This entity represents an administrative unit at the local level which exists primarily to operate schools or to contract for educational services. It includes school districts, charter schools, charter management organizations, or other local administrative organizations.", + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + }, + "localEducationAgencyCategoryDescriptor": { + "type": "string", + "description": "The category of local education agency/district." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "gunFreeSchoolsActReportingStatusDescriptor": { + "type": "string", + "description": "An indication of whether the school or Local Education Agency (LEA) submitted a Gun-Free Schools Act (GFSA) of 1994 report to the state, as defined by Title 18, Section 921." + }, + "schoolChoiceImplementStatusDescriptor": { + "type": "string", + "description": "An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA as amended." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "innovativeDollarsSpent": { + "type": "number", + "description": "The total Title V, Part A funds expended by LEAs." + }, + "innovativeDollarsSpentStrategicPriorities": { + "type": "number", + "description": "The total amount of Title V, Part A funds expended by LEAs for the four strategic priorities." + }, + "innovativeProgramsFundsReceived": { + "type": "number", + "description": "The total Title V, Part A funds received by LEAs." + }, + "schoolImprovementAllocation": { + "type": "number", + "description": "The amount of Section 1003(a) and 1003(g) allocations to LEAs." + }, + "schoolImprovementReservedFundsPercentage": { + "type": "number", + "description": "An indication of the percentage of the Title I, Part A allocation that the SEA reserved in accordance with Section 1003(a) of ESEA and 200.100(a) of ED's regulations governing the reservation of funds for school improvement under Section 1003(a) of ESEA." + }, + "supplementalEducationalServicesFundsSpent": { + "type": "number", + "description": "The dollar amount spent on supplemental educational services during the school year under Title I, Part A, Section 1116 of ESEA as amended." + }, + "supplementalEducationalServicesPerPupilExpenditure": { + "type": "number", + "description": "The maximum dollar amount that may be spent per child for expenditures related to supplemental educational services under Title I of the ESEA." + }, + "stateAssessmentAdministrationFunding": { + "type": "number", + "description": "The percentage of funds used to administer assessments required by Section 1111(b) or to carry out other activities described in Section 6111 and other activities related to ensuring that the state's schools and LEAs are held accountable for results." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentLocalEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "educationServiceCenterReference": { + "type": "object", + "properties": { + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + } + }, + "additionalProperties": false, + "required": [ + "educationServiceCenterId" + ] + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId", + "localEducationAgencyCategoryDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEducationAgency", + "description": "This entity represents an administrative unit at the local level which exists primarily to operate schools or to contract for educational services. It includes school districts, charter schools, charter management organizations, or other local administrative organizations.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + }, + "localEducationAgencyCategoryDescriptor": { + "type": "string", + "description": "The category of local education agency/district." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "gunFreeSchoolsActReportingStatusDescriptor": { + "type": "string", + "description": "An indication of whether the school or Local Education Agency (LEA) submitted a Gun-Free Schools Act (GFSA) of 1994 report to the state, as defined by Title 18, Section 921." + }, + "schoolChoiceImplementStatusDescriptor": { + "type": "string", + "description": "An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA as amended." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "innovativeDollarsSpent": { + "type": "number", + "description": "The total Title V, Part A funds expended by LEAs." + }, + "innovativeDollarsSpentStrategicPriorities": { + "type": "number", + "description": "The total amount of Title V, Part A funds expended by LEAs for the four strategic priorities." + }, + "innovativeProgramsFundsReceived": { + "type": "number", + "description": "The total Title V, Part A funds received by LEAs." + }, + "schoolImprovementAllocation": { + "type": "number", + "description": "The amount of Section 1003(a) and 1003(g) allocations to LEAs." + }, + "schoolImprovementReservedFundsPercentage": { + "type": "number", + "description": "An indication of the percentage of the Title I, Part A allocation that the SEA reserved in accordance with Section 1003(a) of ESEA and 200.100(a) of ED's regulations governing the reservation of funds for school improvement under Section 1003(a) of ESEA." + }, + "supplementalEducationalServicesFundsSpent": { + "type": "number", + "description": "The dollar amount spent on supplemental educational services during the school year under Title I, Part A, Section 1116 of ESEA as amended." + }, + "supplementalEducationalServicesPerPupilExpenditure": { + "type": "number", + "description": "The maximum dollar amount that may be spent per child for expenditures related to supplemental educational services under Title I of the ESEA." + }, + "stateAssessmentAdministrationFunding": { + "type": "number", + "description": "The percentage of funds used to administer assessments required by Section 1111(b) or to carry out other activities described in Section 6111 and other activities related to ensuring that the state's schools and LEAs are held accountable for results." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentLocalEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "educationServiceCenterReference": { + "type": "object", + "properties": { + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + } + }, + "additionalProperties": false, + "required": [ + "educationServiceCenterId" + ] + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "localEducationAgencyId", + "localEducationAgencyCategoryDescriptor", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.LocalEducationAgency", + "description": "This entity represents an administrative unit at the local level which exists primarily to operate schools or to contract for educational services. It includes school districts, charter schools, charter management organizations, or other local administrative organizations.", + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + }, + "localEducationAgencyCategoryDescriptor": { + "type": "string", + "description": "The category of local education agency/district." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "gunFreeSchoolsActReportingStatusDescriptor": { + "type": "string", + "description": "An indication of whether the school or Local Education Agency (LEA) submitted a Gun-Free Schools Act (GFSA) of 1994 report to the state, as defined by Title 18, Section 921." + }, + "schoolChoiceImplementStatusDescriptor": { + "type": "string", + "description": "An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA as amended." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "innovativeDollarsSpent": { + "type": "number", + "description": "The total Title V, Part A funds expended by LEAs." + }, + "innovativeDollarsSpentStrategicPriorities": { + "type": "number", + "description": "The total amount of Title V, Part A funds expended by LEAs for the four strategic priorities." + }, + "innovativeProgramsFundsReceived": { + "type": "number", + "description": "The total Title V, Part A funds received by LEAs." + }, + "schoolImprovementAllocation": { + "type": "number", + "description": "The amount of Section 1003(a) and 1003(g) allocations to LEAs." + }, + "schoolImprovementReservedFundsPercentage": { + "type": "number", + "description": "An indication of the percentage of the Title I, Part A allocation that the SEA reserved in accordance with Section 1003(a) of ESEA and 200.100(a) of ED's regulations governing the reservation of funds for school improvement under Section 1003(a) of ESEA." + }, + "supplementalEducationalServicesFundsSpent": { + "type": "number", + "description": "The dollar amount spent on supplemental educational services during the school year under Title I, Part A, Section 1116 of ESEA as amended." + }, + "supplementalEducationalServicesPerPupilExpenditure": { + "type": "number", + "description": "The maximum dollar amount that may be spent per child for expenditures related to supplemental educational services under Title I of the ESEA." + }, + "stateAssessmentAdministrationFunding": { + "type": "number", + "description": "The percentage of funds used to administer assessments required by Section 1111(b) or to carry out other activities described in Section 6111 and other activities related to ensuring that the state's schools and LEAs are held accountable for results." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "parentLocalEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "educationServiceCenterReference": { + "type": "object", + "properties": { + "educationServiceCenterId": { + "type": "integer", + "description": "The identifier assigned to an education service center." + } + }, + "additionalProperties": false, + "required": [ + "educationServiceCenterId" + ] + }, + "stateEducationAgencyReference": { + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "LocalEducationAgencyId" + ], + "documentPathsMapping": { + "LocalEducationAgencyId": { + "paths": { + "localEducationAgencyId": "$.localEducationAgencyId" + }, + "pathOrder": [ + "localEducationAgencyId" + ], + "isReference": false + }, + "LocalEducationAgencyCategory": { + "paths": { + "localEducationAgencyCategoryDescriptor": "$.localEducationAgencyCategoryDescriptor" + }, + "pathOrder": [ + "localEducationAgencyCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocalEducationAgencyCategoryDescriptor" + }, + "CharterStatus": { + "paths": { + "charterStatusDescriptor": "$.charterStatusDescriptor" + }, + "pathOrder": [ + "charterStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CharterStatusDescriptor" + }, + "LocalEducationAgencyAccountability.SchoolYear": { + "paths": { + "schoolYear": "$.accountabilities[*].schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "LocalEducationAgencyAccountability.GunFreeSchoolsActReportingStatus": { + "paths": { + "gunFreeSchoolsActReportingStatusDescriptor": "$.accountabilities[*].gunFreeSchoolsActReportingStatusDescriptor" + }, + "pathOrder": [ + "gunFreeSchoolsActReportingStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GunFreeSchoolsActReportingStatusDescriptor" + }, + "LocalEducationAgencyAccountability.SchoolChoiceImplementStatus": { + "paths": { + "schoolChoiceImplementStatusDescriptor": "$.accountabilities[*].schoolChoiceImplementStatusDescriptor" + }, + "pathOrder": [ + "schoolChoiceImplementStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SchoolChoiceImplementStatusDescriptor" + }, + "LocalEducationAgencyFederalFunds.FiscalYear": { + "paths": { + "fiscalYear": "$.federalFunds[*].fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.InnovativeDollarsSpent": { + "paths": { + "innovativeDollarsSpent": "$.federalFunds[*].innovativeDollarsSpent" + }, + "pathOrder": [ + "innovativeDollarsSpent" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.InnovativeDollarsSpentStrategicPriorities": { + "paths": { + "innovativeDollarsSpentStrategicPriorities": "$.federalFunds[*].innovativeDollarsSpentStrategicPriorities" + }, + "pathOrder": [ + "innovativeDollarsSpentStrategicPriorities" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.InnovativeProgramsFundsReceived": { + "paths": { + "innovativeProgramsFundsReceived": "$.federalFunds[*].innovativeProgramsFundsReceived" + }, + "pathOrder": [ + "innovativeProgramsFundsReceived" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.SchoolImprovementAllocation": { + "paths": { + "schoolImprovementAllocation": "$.federalFunds[*].schoolImprovementAllocation" + }, + "pathOrder": [ + "schoolImprovementAllocation" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.SchoolImprovementReservedFundsPercentage": { + "paths": { + "schoolImprovementReservedFundsPercentage": "$.federalFunds[*].schoolImprovementReservedFundsPercentage" + }, + "pathOrder": [ + "schoolImprovementReservedFundsPercentage" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.SupplementalEducationalServicesFundsSpent": { + "paths": { + "supplementalEducationalServicesFundsSpent": "$.federalFunds[*].supplementalEducationalServicesFundsSpent" + }, + "pathOrder": [ + "supplementalEducationalServicesFundsSpent" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.SupplementalEducationalServicesPerPupilExpenditure": { + "paths": { + "supplementalEducationalServicesPerPupilExpenditure": "$.federalFunds[*].supplementalEducationalServicesPerPupilExpenditure" + }, + "pathOrder": [ + "supplementalEducationalServicesPerPupilExpenditure" + ], + "isReference": false + }, + "LocalEducationAgencyFederalFunds.StateAssessmentAdministrationFunding": { + "paths": { + "stateAssessmentAdministrationFunding": "$.federalFunds[*].stateAssessmentAdministrationFunding" + }, + "pathOrder": [ + "stateAssessmentAdministrationFunding" + ], + "isReference": false + }, + "ParentLocalEducationAgency": { + "paths": { + "localEducationAgencyId": "$.parentLocalEducationAgencyReference.localEducationAgencyId" + }, + "pathOrder": [ + "localEducationAgencyId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalEducationAgency" + }, + "EducationServiceCenter": { + "paths": { + "educationServiceCenterId": "$.educationServiceCenterReference.educationServiceCenterId" + }, + "pathOrder": [ + "educationServiceCenterId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationServiceCenter" + }, + "StateEducationAgency": { + "paths": { + "stateEducationAgencyId": "$.stateEducationAgencyReference.stateEducationAgencyId" + }, + "pathOrder": [ + "stateEducationAgencyId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "StateEducationAgency" + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "localEducationAgencyId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "localEducationAgencyId", + "subclassType": "domainEntity" + }, + "organizationDepartments": { + "resourceName": "OrganizationDepartment", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OrganizationDepartment", + "description": "An organizational unit of another education organization, often devoted to a particular academic discipline, area of study, or organization function.", + "type": "object", + "properties": { + "organizationDepartmentId": { + "type": "integer", + "description": "The unique identification code for the organization department." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the department." + }, + "parentEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "organizationDepartmentId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OrganizationDepartment", + "description": "An organizational unit of another education organization, often devoted to a particular academic discipline, area of study, or organization function.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "organizationDepartmentId": { + "type": "integer", + "description": "The unique identification code for the organization department." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the department." + }, + "parentEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "organizationDepartmentId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.OrganizationDepartment", + "description": "An organizational unit of another education organization, often devoted to a particular academic discipline, area of study, or organization function.", + "type": "object", + "properties": { + "organizationDepartmentId": { + "type": "integer", + "description": "The unique identification code for the organization department." + }, + "academicSubjectDescriptor": { + "type": "string", + "description": "The intended major subject area of the department." + }, + "parentEducationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "OrganizationDepartmentId" + ], + "documentPathsMapping": { + "OrganizationDepartmentId": { + "paths": { + "organizationDepartmentId": "$.organizationDepartmentId" + }, + "pathOrder": [ + "organizationDepartmentId" + ], + "isReference": false + }, + "AcademicSubject": { + "paths": { + "academicSubjectDescriptor": "$.academicSubjectDescriptor" + }, + "pathOrder": [ + "academicSubjectDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AcademicSubjectDescriptor" + }, + "ParentEducationOrganization": { + "paths": { + "educationOrganizationId": "$.parentEducationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "organizationDepartmentId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "organizationDepartmentId", + "subclassType": "domainEntity" + }, + "postSecondaryInstitutions": { + "resourceName": "PostSecondaryInstitution", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryInstitution", + "description": "An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s).", + "type": "object", + "properties": { + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + }, + "mediumOfInstructions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "mediumOfInstructionDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "postSecondaryInstitutionLevelDescriptor": { + "type": "string", + "description": "A classification of whether a post secondary institution's highest level of offering is a program of 4-years or higher (4 year), 2-but-less-than 4-years (2 year), or less than 2-years." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "A classification of whether a postsecondary institution is operated by publicly elected or appointed officials (public control) or by privately elected or appointed officials and derives its major source of funds from private sources (private control)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "postSecondaryInstitutionId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryInstitution", + "description": "An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s).", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + }, + "mediumOfInstructions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "mediumOfInstructionDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "postSecondaryInstitutionLevelDescriptor": { + "type": "string", + "description": "A classification of whether a post secondary institution's highest level of offering is a program of 4-years or higher (4 year), 2-but-less-than 4-years (2 year), or less than 2-years." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "A classification of whether a postsecondary institution is operated by publicly elected or appointed officials (public control) or by privately elected or appointed officials and derives its major source of funds from private sources (private control)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "postSecondaryInstitutionId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.PostSecondaryInstitution", + "description": "An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s).", + "type": "object", + "properties": { + "postSecondaryInstitutionId": { + "type": "integer", + "description": "The ID of the post secondary institution." + }, + "mediumOfInstructions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "mediumOfInstructionDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "mediumOfInstructionDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "postSecondaryInstitutionLevelDescriptor": { + "type": "string", + "description": "A classification of whether a post secondary institution's highest level of offering is a program of 4-years or higher (4 year), 2-but-less-than 4-years (2 year), or less than 2-years." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "A classification of whether a postsecondary institution is operated by publicly elected or appointed officials (public control) or by privately elected or appointed officials and derives its major source of funds from private sources (private control)." + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "PostSecondaryInstitutionId" + ], + "documentPathsMapping": { + "PostSecondaryInstitutionId": { + "paths": { + "postSecondaryInstitutionId": "$.postSecondaryInstitutionId" + }, + "pathOrder": [ + "postSecondaryInstitutionId" + ], + "isReference": false + }, + "MediumOfInstruction": { + "paths": { + "mediumOfInstructionDescriptor": "$.mediumOfInstructions[*].mediumOfInstructionDescriptor" + }, + "pathOrder": [ + "mediumOfInstructionDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MediumOfInstructionDescriptor" + }, + "PostSecondaryInstitutionLevel": { + "paths": { + "postSecondaryInstitutionLevelDescriptor": "$.postSecondaryInstitutionLevelDescriptor" + }, + "pathOrder": [ + "postSecondaryInstitutionLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "PostSecondaryInstitutionLevelDescriptor" + }, + "AdministrativeFundingControl": { + "paths": { + "administrativeFundingControlDescriptor": "$.administrativeFundingControlDescriptor" + }, + "pathOrder": [ + "administrativeFundingControlDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AdministrativeFundingControlDescriptor" + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "postSecondaryInstitutionId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "postSecondaryInstitutionId", + "subclassType": "domainEntity" + }, + "schools": { + "resourceName": "School", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.School", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "schoolCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "schoolCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolTypeDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its primary focus." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "titleIPartASchoolDesignationDescriptor": { + "type": "string", + "description": "Denotes the Title I Part A designation for the school." + }, + "magnetSpecialProgramEmphasisSchoolDescriptor": { + "type": "string", + "description": "A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language)." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its funding source, for example public or private." + }, + "internetAccessDescriptor": { + "type": "string", + "description": "The type of Internet access available." + }, + "localEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "charterApprovalAgencyTypeDescriptor": { + "type": "string", + "description": "The type of agency that approved the establishment or continuation of a charter school." + }, + "charterApprovalSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "educationOrganizationCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "schoolId", + "gradeLevels", + "nameOfInstitution", + "educationOrganizationCategories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.School", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "schoolCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "schoolCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolTypeDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its primary focus." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "titleIPartASchoolDesignationDescriptor": { + "type": "string", + "description": "Denotes the Title I Part A designation for the school." + }, + "magnetSpecialProgramEmphasisSchoolDescriptor": { + "type": "string", + "description": "A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language)." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its funding source, for example public or private." + }, + "internetAccessDescriptor": { + "type": "string", + "description": "The type of Internet access available." + }, + "localEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "charterApprovalAgencyTypeDescriptor": { + "type": "string", + "description": "The type of agency that approved the establishment or continuation of a charter school." + }, + "charterApprovalSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "educationOrganizationCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "schoolId", + "gradeLevels", + "nameOfInstitution", + "educationOrganizationCategories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.School", + "description": "This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.", + "type": "object", + "properties": { + "schoolId": { + "type": "integer", + "description": "The identifier assigned to a school." + }, + "gradeLevels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "gradeLevelDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "gradeLevelDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "schoolCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "schoolCategoryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "schoolTypeDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its primary focus." + }, + "charterStatusDescriptor": { + "type": "string", + "description": "A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school." + }, + "titleIPartASchoolDesignationDescriptor": { + "type": "string", + "description": "Denotes the Title I Part A designation for the school." + }, + "magnetSpecialProgramEmphasisSchoolDescriptor": { + "type": "string", + "description": "A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language)." + }, + "administrativeFundingControlDescriptor": { + "type": "string", + "description": "The type of education institution as classified by its funding source, for example public or private." + }, + "internetAccessDescriptor": { + "type": "string", + "description": "The type of Internet access available." + }, + "localEducationAgencyReference": { + "type": "object", + "properties": { + "localEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a local education agency." + } + }, + "additionalProperties": false, + "required": [ + "localEducationAgencyId" + ] + }, + "charterApprovalAgencyTypeDescriptor": { + "type": "string", + "description": "The type of agency that approved the establishment or continuation of a charter school." + }, + "charterApprovalSchoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "educationOrganizationCategories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "SchoolId" + ], + "documentPathsMapping": { + "SchoolId": { + "paths": { + "schoolId": "$.schoolId" + }, + "pathOrder": [ + "schoolId" + ], + "isReference": false + }, + "GradeLevel": { + "paths": { + "gradeLevelDescriptor": "$.gradeLevels[*].gradeLevelDescriptor" + }, + "pathOrder": [ + "gradeLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "GradeLevelDescriptor" + }, + "SchoolCategory": { + "paths": { + "schoolCategoryDescriptor": "$.schoolCategories[*].schoolCategoryDescriptor" + }, + "pathOrder": [ + "schoolCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SchoolCategoryDescriptor" + }, + "SchoolType": { + "paths": { + "schoolTypeDescriptor": "$.schoolTypeDescriptor" + }, + "pathOrder": [ + "schoolTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SchoolTypeDescriptor" + }, + "CharterStatus": { + "paths": { + "charterStatusDescriptor": "$.charterStatusDescriptor" + }, + "pathOrder": [ + "charterStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CharterStatusDescriptor" + }, + "TitleIPartASchoolDesignation": { + "paths": { + "titleIPartASchoolDesignationDescriptor": "$.titleIPartASchoolDesignationDescriptor" + }, + "pathOrder": [ + "titleIPartASchoolDesignationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TitleIPartASchoolDesignationDescriptor" + }, + "MagnetSpecialProgramEmphasisSchool": { + "paths": { + "magnetSpecialProgramEmphasisSchoolDescriptor": "$.magnetSpecialProgramEmphasisSchoolDescriptor" + }, + "pathOrder": [ + "magnetSpecialProgramEmphasisSchoolDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MagnetSpecialProgramEmphasisSchoolDescriptor" + }, + "AdministrativeFundingControl": { + "paths": { + "administrativeFundingControlDescriptor": "$.administrativeFundingControlDescriptor" + }, + "pathOrder": [ + "administrativeFundingControlDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AdministrativeFundingControlDescriptor" + }, + "InternetAccess": { + "paths": { + "internetAccessDescriptor": "$.internetAccessDescriptor" + }, + "pathOrder": [ + "internetAccessDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InternetAccessDescriptor" + }, + "LocalEducationAgency": { + "paths": { + "localEducationAgencyId": "$.localEducationAgencyReference.localEducationAgencyId" + }, + "pathOrder": [ + "localEducationAgencyId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "LocalEducationAgency" + }, + "CharterApprovalAgencyType": { + "paths": { + "charterApprovalAgencyTypeDescriptor": "$.charterApprovalAgencyTypeDescriptor" + }, + "pathOrder": [ + "charterApprovalAgencyTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CharterApprovalAgencyTypeDescriptor" + }, + "CharterApprovalSchoolYear": { + "paths": { + "schoolYear": "$.charterApprovalSchoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.educationOrganizationCategories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "schoolId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "schoolId", + "subclassType": "domainEntity" + }, + "stateEducationAgencies": { + "resourceName": "StateEducationAgency", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StateEducationAgency", + "description": "This entity represents the agency of the state charged with the primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instructional programs.", + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cteGraduationRateInclusion": { + "type": "boolean", + "description": "An indication of whether CTE concentrators are included in the state's computation of its graduation rate." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "federalProgramsFundingAllocation": { + "type": "number", + "description": "The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs)." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "stateEducationAgencyId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StateEducationAgency", + "description": "This entity represents the agency of the state charged with the primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instructional programs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cteGraduationRateInclusion": { + "type": "boolean", + "description": "An indication of whether CTE concentrators are included in the state's computation of its graduation rate." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "federalProgramsFundingAllocation": { + "type": "number", + "description": "The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs)." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "stateEducationAgencyId", + "nameOfInstitution", + "categories" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StateEducationAgency", + "description": "This entity represents the agency of the state charged with the primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instructional programs.", + "type": "object", + "properties": { + "stateEducationAgencyId": { + "type": "integer", + "description": "The identifier assigned to a state education agency." + }, + "accountabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "cteGraduationRateInclusion": { + "type": "boolean", + "description": "An indication of whether CTE concentrators are included in the state's computation of its graduation rate." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "federalFunds": { + "type": "array", + "items": { + "type": "object", + "properties": { + "fiscalYear": { + "type": "integer", + "description": "The fiscal year for which the federal funds are received." + }, + "federalProgramsFundingAllocation": { + "type": "number", + "description": "The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs)." + } + }, + "additionalProperties": false, + "required": [ + "fiscalYear" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "identificationCodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "identificationCode": { + "type": "string", + "description": "A unique number or alphanumeric code that is assigned to an education organization by a school, school system, state, or other agency or entity.", + "minLength": 1, + "maxLength": 60 + }, + "educationOrganizationIdentificationSystemDescriptor": { + "type": "string", + "description": "The school system, state, or agency assigning the identification code." + } + }, + "additionalProperties": false, + "required": [ + "identificationCode", + "educationOrganizationIdentificationSystemDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "nameOfInstitution": { + "type": "string", + "description": "The full, legally accepted name of the institution.", + "minLength": 1, + "maxLength": 75 + }, + "shortNameOfInstitution": { + "type": "string", + "description": "A short name for the institution.", + "minLength": 1, + "maxLength": 75 + }, + "categories": { + "type": "array", + "items": { + "type": "object", + "properties": { + "educationOrganizationCategoryDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationCategoryDescriptor" + ] + }, + "minItems": 1, + "uniqueItems": false + }, + "addresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "streetNumberName": { + "type": "string", + "description": "The street number and street name or post office box number of an address.", + "minLength": 1, + "maxLength": 150 + }, + "apartmentRoomSuiteNumber": { + "type": "string", + "description": "The apartment, room, or suite number of an address.", + "minLength": 1, + "maxLength": 50 + }, + "buildingSiteNumber": { + "type": "string", + "description": "The number of the building on the site, if more than one building shares the same address.", + "minLength": 1, + "maxLength": 20 + }, + "city": { + "type": "string", + "description": "The name of the city in which an address is located.", + "minLength": 2, + "maxLength": 30 + }, + "stateAbbreviationDescriptor": { + "type": "string", + "description": "The abbreviation for the state (within the United States) or outlying area in which an address is located." + }, + "postalCode": { + "type": "string", + "description": "The five or nine digit zip code or overseas postal code portion of an address.", + "minLength": 1, + "maxLength": 17 + }, + "nameOfCounty": { + "type": "string", + "description": "The name of the county, parish, borough, or comparable unit (within a state) in 'which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "countyFIPSCode": { + "type": "string", + "description": "The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the \"first-order subdivisions\" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.", + "minLength": 3, + "maxLength": 5 + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "doNotPublishIndicator": { + "type": "boolean", + "description": "An indication that the address should not be published." + }, + "congressionalDistrict": { + "type": "string", + "description": "The congressional district in which an address is located.", + "minLength": 1, + "maxLength": 30 + }, + "localeDescriptor": { + "type": "string", + "description": "A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban)." + } + }, + "additionalProperties": false, + "required": [ + "streetNumberName", + "city", + "stateAbbreviationDescriptor", + "postalCode", + "addressTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "internationalAddresses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "addressTypeDescriptor": { + "type": "string", + "description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)" + }, + "addressLine1": { + "type": "string", + "description": "The first line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine2": { + "type": "string", + "description": "The second line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine3": { + "type": "string", + "description": "The third line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "addressLine4": { + "type": "string", + "description": "The fourth line of the address.", + "minLength": 1, + "maxLength": 150 + }, + "countryDescriptor": { + "type": "string", + "description": "The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes." + }, + "latitude": { + "type": "string", + "description": "The geographic latitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "longitude": { + "type": "string", + "description": "The geographic longitude of the physical address.", + "minLength": 1, + "maxLength": 20 + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The first date the address is valid. For physical addresses, the date the individual moved to that address." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The last date the address is valid. For physical addresses, the date the individual moved from that address." + } + }, + "additionalProperties": false, + "required": [ + "addressTypeDescriptor", + "addressLine1", + "countryDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "institutionTelephones": { + "type": "array", + "items": { + "type": "object", + "properties": { + "telephoneNumber": { + "type": "string", + "description": "The telephone number including the area code, and extension, if applicable.", + "minLength": 1, + "maxLength": 24 + }, + "institutionTelephoneNumberTypeDescriptor": { + "type": "string", + "description": "The type of communication number listed for an individual or organization." + } + }, + "additionalProperties": false, + "required": [ + "telephoneNumber", + "institutionTelephoneNumberTypeDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "webSite": { + "type": "string", + "description": "The public web site address (URL) for the education organization.", + "minLength": 5, + "maxLength": 255 + }, + "operationalStatusDescriptor": { + "type": "string", + "description": "The current operational status of the education organization (e.g., active, inactive)." + }, + "indicators": { + "type": "array", + "items": { + "type": "object", + "properties": { + "indicatorDescriptor": { + "type": "string", + "description": "The name or code for the indicator or metric." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that defined the metric.", + "minLength": 1, + "maxLength": 60 + }, + "indicatorValue": { + "type": "string", + "description": "The value of the indicator or metric. The semantics of an empty value is \"not submitted.\"", + "minLength": 1, + "maxLength": 60 + }, + "indicatorLevelDescriptor": { + "type": "string", + "description": "The value of the indicator or metric, as a value from a controlled vocabulary. The semantics of an empty value is \"not submitted.\"" + }, + "indicatorGroupDescriptor": { + "type": "string", + "description": "The name for a group of indicators." + }, + "periods": { + "type": "array", + "items": { + "type": "object", + "properties": { + "beginDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the start of the period." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year for the end of the period." + } + }, + "additionalProperties": false, + "required": [ + "beginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "indicatorDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "StateEducationAgencyId" + ], + "documentPathsMapping": { + "StateEducationAgencyId": { + "paths": { + "stateEducationAgencyId": "$.stateEducationAgencyId" + }, + "pathOrder": [ + "stateEducationAgencyId" + ], + "isReference": false + }, + "StateEducationAgencyAccountability.SchoolYear": { + "paths": { + "schoolYear": "$.accountabilities[*].schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "StateEducationAgencyAccountability.CTEGraduationRateInclusion": { + "paths": { + "cteGraduationRateInclusion": "$.accountabilities[*].cteGraduationRateInclusion" + }, + "pathOrder": [ + "cteGraduationRateInclusion" + ], + "isReference": false + }, + "StateEducationAgencyFederalFunds.FiscalYear": { + "paths": { + "fiscalYear": "$.federalFunds[*].fiscalYear" + }, + "pathOrder": [ + "fiscalYear" + ], + "isReference": false + }, + "StateEducationAgencyFederalFunds.FederalProgramsFundingAllocation": { + "paths": { + "federalProgramsFundingAllocation": "$.federalFunds[*].federalProgramsFundingAllocation" + }, + "pathOrder": [ + "federalProgramsFundingAllocation" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.IdentificationCode": { + "paths": { + "identificationCode": "$.identificationCodes[*].identificationCode" + }, + "pathOrder": [ + "identificationCode" + ], + "isReference": false + }, + "EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem": { + "paths": { + "educationOrganizationIdentificationSystemDescriptor": "$.identificationCodes[*].educationOrganizationIdentificationSystemDescriptor" + }, + "pathOrder": [ + "educationOrganizationIdentificationSystemDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationIdentificationSystemDescriptor" + }, + "NameOfInstitution": { + "paths": { + "nameOfInstitution": "$.nameOfInstitution" + }, + "pathOrder": [ + "nameOfInstitution" + ], + "isReference": false + }, + "ShortNameOfInstitution": { + "paths": { + "shortNameOfInstitution": "$.shortNameOfInstitution" + }, + "pathOrder": [ + "shortNameOfInstitution" + ], + "isReference": false + }, + "EducationOrganizationCategory": { + "paths": { + "educationOrganizationCategoryDescriptor": "$.categories[*].educationOrganizationCategoryDescriptor" + }, + "pathOrder": [ + "educationOrganizationCategoryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "EducationOrganizationCategoryDescriptor" + }, + "Address.StreetNumberName": { + "paths": { + "streetNumberName": "$.addresses[*].streetNumberName" + }, + "pathOrder": [ + "streetNumberName" + ], + "isReference": false + }, + "Address.ApartmentRoomSuiteNumber": { + "paths": { + "apartmentRoomSuiteNumber": "$.addresses[*].apartmentRoomSuiteNumber" + }, + "pathOrder": [ + "apartmentRoomSuiteNumber" + ], + "isReference": false + }, + "Address.BuildingSiteNumber": { + "paths": { + "buildingSiteNumber": "$.addresses[*].buildingSiteNumber" + }, + "pathOrder": [ + "buildingSiteNumber" + ], + "isReference": false + }, + "Address.City": { + "paths": { + "city": "$.addresses[*].city" + }, + "pathOrder": [ + "city" + ], + "isReference": false + }, + "Address.StateAbbreviation": { + "paths": { + "stateAbbreviationDescriptor": "$.addresses[*].stateAbbreviationDescriptor" + }, + "pathOrder": [ + "stateAbbreviationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "StateAbbreviationDescriptor" + }, + "Address.PostalCode": { + "paths": { + "postalCode": "$.addresses[*].postalCode" + }, + "pathOrder": [ + "postalCode" + ], + "isReference": false + }, + "Address.NameOfCounty": { + "paths": { + "nameOfCounty": "$.addresses[*].nameOfCounty" + }, + "pathOrder": [ + "nameOfCounty" + ], + "isReference": false + }, + "Address.CountyFIPSCode": { + "paths": { + "countyFIPSCode": "$.addresses[*].countyFIPSCode" + }, + "pathOrder": [ + "countyFIPSCode" + ], + "isReference": false + }, + "Address.Latitude": { + "paths": { + "latitude": "$.addresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "Address.Longitude": { + "paths": { + "longitude": "$.addresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "Address.Period.BeginDate": { + "paths": { + "beginDate": "$.addresses[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "Address.Period.EndDate": { + "paths": { + "endDate": "$.addresses[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "Address.AddressType": { + "paths": { + "addressTypeDescriptor": "$.addresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "Address.DoNotPublishIndicator": { + "paths": { + "doNotPublishIndicator": "$.addresses[*].doNotPublishIndicator" + }, + "pathOrder": [ + "doNotPublishIndicator" + ], + "isReference": false + }, + "Address.CongressionalDistrict": { + "paths": { + "congressionalDistrict": "$.addresses[*].congressionalDistrict" + }, + "pathOrder": [ + "congressionalDistrict" + ], + "isReference": false + }, + "Address.Locale": { + "paths": { + "localeDescriptor": "$.addresses[*].localeDescriptor" + }, + "pathOrder": [ + "localeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LocaleDescriptor" + }, + "InternationalAddress.AddressType": { + "paths": { + "addressTypeDescriptor": "$.internationalAddresses[*].addressTypeDescriptor" + }, + "pathOrder": [ + "addressTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "AddressTypeDescriptor" + }, + "InternationalAddress.AddressLine1": { + "paths": { + "addressLine1": "$.internationalAddresses[*].addressLine1" + }, + "pathOrder": [ + "addressLine1" + ], + "isReference": false + }, + "InternationalAddress.AddressLine2": { + "paths": { + "addressLine2": "$.internationalAddresses[*].addressLine2" + }, + "pathOrder": [ + "addressLine2" + ], + "isReference": false + }, + "InternationalAddress.AddressLine3": { + "paths": { + "addressLine3": "$.internationalAddresses[*].addressLine3" + }, + "pathOrder": [ + "addressLine3" + ], + "isReference": false + }, + "InternationalAddress.AddressLine4": { + "paths": { + "addressLine4": "$.internationalAddresses[*].addressLine4" + }, + "pathOrder": [ + "addressLine4" + ], + "isReference": false + }, + "InternationalAddress.Country": { + "paths": { + "countryDescriptor": "$.internationalAddresses[*].countryDescriptor" + }, + "pathOrder": [ + "countryDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CountryDescriptor" + }, + "InternationalAddress.Latitude": { + "paths": { + "latitude": "$.internationalAddresses[*].latitude" + }, + "pathOrder": [ + "latitude" + ], + "isReference": false + }, + "InternationalAddress.Longitude": { + "paths": { + "longitude": "$.internationalAddresses[*].longitude" + }, + "pathOrder": [ + "longitude" + ], + "isReference": false + }, + "InternationalAddress.BeginDate": { + "paths": { + "beginDate": "$.internationalAddresses[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "InternationalAddress.EndDate": { + "paths": { + "endDate": "$.internationalAddresses[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "InstitutionTelephone.TelephoneNumber": { + "paths": { + "telephoneNumber": "$.institutionTelephones[*].telephoneNumber" + }, + "pathOrder": [ + "telephoneNumber" + ], + "isReference": false + }, + "InstitutionTelephone.InstitutionTelephoneNumberType": { + "paths": { + "institutionTelephoneNumberTypeDescriptor": "$.institutionTelephones[*].institutionTelephoneNumberTypeDescriptor" + }, + "pathOrder": [ + "institutionTelephoneNumberTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "InstitutionTelephoneNumberTypeDescriptor" + }, + "WebSite": { + "paths": { + "webSite": "$.webSite" + }, + "pathOrder": [ + "webSite" + ], + "isReference": false + }, + "OperationalStatus": { + "paths": { + "operationalStatusDescriptor": "$.operationalStatusDescriptor" + }, + "pathOrder": [ + "operationalStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "OperationalStatusDescriptor" + }, + "EducationOrganizationIndicator.Indicator": { + "paths": { + "indicatorDescriptor": "$.indicators[*].indicatorDescriptor" + }, + "pathOrder": [ + "indicatorDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorDescriptor" + }, + "EducationOrganizationIndicator.DesignatedBy": { + "paths": { + "designatedBy": "$.indicators[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorValue": { + "paths": { + "indicatorValue": "$.indicators[*].indicatorValue" + }, + "pathOrder": [ + "indicatorValue" + ], + "isReference": false + }, + "EducationOrganizationIndicator.IndicatorLevel": { + "paths": { + "indicatorLevelDescriptor": "$.indicators[*].indicatorLevelDescriptor" + }, + "pathOrder": [ + "indicatorLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorLevelDescriptor" + }, + "EducationOrganizationIndicator.IndicatorGroup": { + "paths": { + "indicatorGroupDescriptor": "$.indicators[*].indicatorGroupDescriptor" + }, + "pathOrder": [ + "indicatorGroupDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "IndicatorGroupDescriptor" + }, + "EducationOrganizationIndicator.Period.BeginDate": { + "paths": { + "beginDate": "$.indicators[*].periods[*].beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EducationOrganizationIndicator.Period.EndDate": { + "paths": { + "endDate": "$.indicators[*].periods[*].endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "stateEducationAgencyId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "EducationOrganization", + "superclassIdentityDocumentKey": "educationOrganizationId", + "subclassIdentityDocumentKey": "stateEducationAgencyId", + "subclassType": "domainEntity" + }, + "studentCTEProgramAssociations": { + "resourceName": "StudentCTEProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCTEProgramAssociation", + "description": "This association represents the career and technical education (CTE) program that a student participates in. The association is an extension of the StudentProgramAssociation particular for CTE programs.", + "type": "object", + "properties": { + "nonTraditionalGenderStatus": { + "type": "boolean", + "description": "Indicator that student is from a gender group that comprises less than 25% of the individuals employed in an occupation or field of work." + }, + "privateCTEProgram": { + "type": "boolean", + "description": "Indicator that student participated in career and technical education at private agencies or institutions that are reported by the state for purposes of the Elementary and Secondary Education Act (ESEA). Students in private institutions which do not receive Perkins funding are reported only in the state file." + }, + "technicalSkillsAssessmentDescriptor": { + "type": "string", + "description": "Results of technical skills assessment aligned with industry recognized standards." + }, + "cteProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "cteProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the CTE program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "cipCode": { + "type": "string", + "description": "Number and description of the CIP code associated with the student's CTE program.", + "minLength": 1, + "maxLength": 120 + } + }, + "additionalProperties": false, + "required": [ + "cteProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCTEProgramAssociation", + "description": "This association represents the career and technical education (CTE) program that a student participates in. The association is an extension of the StudentProgramAssociation particular for CTE programs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "nonTraditionalGenderStatus": { + "type": "boolean", + "description": "Indicator that student is from a gender group that comprises less than 25% of the individuals employed in an occupation or field of work." + }, + "privateCTEProgram": { + "type": "boolean", + "description": "Indicator that student participated in career and technical education at private agencies or institutions that are reported by the state for purposes of the Elementary and Secondary Education Act (ESEA). Students in private institutions which do not receive Perkins funding are reported only in the state file." + }, + "technicalSkillsAssessmentDescriptor": { + "type": "string", + "description": "Results of technical skills assessment aligned with industry recognized standards." + }, + "cteProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "cteProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the CTE program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "cipCode": { + "type": "string", + "description": "Number and description of the CIP code associated with the student's CTE program.", + "minLength": 1, + "maxLength": 120 + } + }, + "additionalProperties": false, + "required": [ + "cteProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentCTEProgramAssociation", + "description": "This association represents the career and technical education (CTE) program that a student participates in. The association is an extension of the StudentProgramAssociation particular for CTE programs.", + "type": "object", + "properties": { + "nonTraditionalGenderStatus": { + "type": "boolean", + "description": "Indicator that student is from a gender group that comprises less than 25% of the individuals employed in an occupation or field of work." + }, + "privateCTEProgram": { + "type": "boolean", + "description": "Indicator that student participated in career and technical education at private agencies or institutions that are reported by the state for purposes of the Elementary and Secondary Education Act (ESEA). Students in private institutions which do not receive Perkins funding are reported only in the state file." + }, + "technicalSkillsAssessmentDescriptor": { + "type": "string", + "description": "Results of technical skills assessment aligned with industry recognized standards." + }, + "cteProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "cteProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the CTE program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "cipCode": { + "type": "string", + "description": "Number and description of the CIP code associated with the student's CTE program.", + "minLength": 1, + "maxLength": 120 + } + }, + "additionalProperties": false, + "required": [ + "cteProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "NonTraditionalGenderStatus": { + "paths": { + "nonTraditionalGenderStatus": "$.nonTraditionalGenderStatus" + }, + "pathOrder": [ + "nonTraditionalGenderStatus" + ], + "isReference": false + }, + "PrivateCTEProgram": { + "paths": { + "privateCTEProgram": "$.privateCTEProgram" + }, + "pathOrder": [ + "privateCTEProgram" + ], + "isReference": false + }, + "TechnicalSkillsAssessment": { + "paths": { + "technicalSkillsAssessmentDescriptor": "$.technicalSkillsAssessmentDescriptor" + }, + "pathOrder": [ + "technicalSkillsAssessmentDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TechnicalSkillsAssessmentDescriptor" + }, + "CTEProgramService.CTEProgramService": { + "paths": { + "cteProgramServiceDescriptor": "$.cteProgramServices[*].cteProgramServiceDescriptor" + }, + "pathOrder": [ + "cteProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "CTEProgramServiceDescriptor" + }, + "CTEProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.cteProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "CTEProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.cteProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "CTEProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.cteProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "CTEProgramService.CIPCode": { + "paths": { + "cipCode": "$.cteProgramServices[*].cipCode" + }, + "pathOrder": [ + "cipCode" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentHomelessProgramAssociations": { + "resourceName": "StudentHomelessProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentHomelessProgramAssociation", + "description": "This association represents the McKinney-Vento Homeless Program program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "homelessPrimaryNighttimeResidenceDescriptor": { + "type": "string", + "description": "The primary nighttime residence of the student at the time the student is identified as homeless." + }, + "awaitingFosterCare": { + "type": "boolean", + "description": "State defined definition for awaiting foster care." + }, + "homelessUnaccompaniedYouth": { + "type": "boolean", + "description": "A homeless unaccompanied youth is a youth who is not in the physical custody of a parent or guardian and who fits the McKinney-Vento definition of homeless. Students must be both unaccompanied and homeless to be included as an unaccompanied homeless youth." + }, + "homelessProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "homelessProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the homeless program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "homelessProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentHomelessProgramAssociation", + "description": "This association represents the McKinney-Vento Homeless Program program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "homelessPrimaryNighttimeResidenceDescriptor": { + "type": "string", + "description": "The primary nighttime residence of the student at the time the student is identified as homeless." + }, + "awaitingFosterCare": { + "type": "boolean", + "description": "State defined definition for awaiting foster care." + }, + "homelessUnaccompaniedYouth": { + "type": "boolean", + "description": "A homeless unaccompanied youth is a youth who is not in the physical custody of a parent or guardian and who fits the McKinney-Vento definition of homeless. Students must be both unaccompanied and homeless to be included as an unaccompanied homeless youth." + }, + "homelessProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "homelessProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the homeless program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "homelessProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentHomelessProgramAssociation", + "description": "This association represents the McKinney-Vento Homeless Program program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "homelessPrimaryNighttimeResidenceDescriptor": { + "type": "string", + "description": "The primary nighttime residence of the student at the time the student is identified as homeless." + }, + "awaitingFosterCare": { + "type": "boolean", + "description": "State defined definition for awaiting foster care." + }, + "homelessUnaccompaniedYouth": { + "type": "boolean", + "description": "A homeless unaccompanied youth is a youth who is not in the physical custody of a parent or guardian and who fits the McKinney-Vento definition of homeless. Students must be both unaccompanied and homeless to be included as an unaccompanied homeless youth." + }, + "homelessProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "homelessProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the homeless program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "homelessProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "HomelessPrimaryNighttimeResidence": { + "paths": { + "homelessPrimaryNighttimeResidenceDescriptor": "$.homelessPrimaryNighttimeResidenceDescriptor" + }, + "pathOrder": [ + "homelessPrimaryNighttimeResidenceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "HomelessPrimaryNighttimeResidenceDescriptor" + }, + "AwaitingFosterCare": { + "paths": { + "awaitingFosterCare": "$.awaitingFosterCare" + }, + "pathOrder": [ + "awaitingFosterCare" + ], + "isReference": false + }, + "HomelessUnaccompaniedYouth": { + "paths": { + "homelessUnaccompaniedYouth": "$.homelessUnaccompaniedYouth" + }, + "pathOrder": [ + "homelessUnaccompaniedYouth" + ], + "isReference": false + }, + "HomelessProgramService.HomelessProgramService": { + "paths": { + "homelessProgramServiceDescriptor": "$.homelessProgramServices[*].homelessProgramServiceDescriptor" + }, + "pathOrder": [ + "homelessProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "HomelessProgramServiceDescriptor" + }, + "HomelessProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.homelessProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "HomelessProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.homelessProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "HomelessProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.homelessProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentLanguageInstructionProgramAssociations": { + "resourceName": "StudentLanguageInstructionProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentLanguageInstructionProgramAssociation", + "description": "This association represents the Title III Language Instruction for Limited English Proficient and Immigrant Students program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "englishLanguageProficiencyAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "participationDescriptor": { + "type": "string", + "description": "Field indicating the participation in the yearly English language assessment." + }, + "proficiencyDescriptor": { + "type": "string", + "description": "The proficiency level for the yearly English language assessment." + }, + "progressDescriptor": { + "type": "string", + "description": "The yearly progress or growth from last year's assessment." + }, + "monitoredDescriptor": { + "type": "string", + "description": "Student is monitored on content achievement who are no longer receiving services." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "englishLearnerParticipation": { + "type": "boolean", + "description": "An indication that an English learner student is served by an English language instruction educational program supported with Title III of ESEA funds." + }, + "languageInstructionProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageInstructionProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the language instruction program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "languageInstructionProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the program." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentLanguageInstructionProgramAssociation", + "description": "This association represents the Title III Language Instruction for Limited English Proficient and Immigrant Students program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "englishLanguageProficiencyAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "participationDescriptor": { + "type": "string", + "description": "Field indicating the participation in the yearly English language assessment." + }, + "proficiencyDescriptor": { + "type": "string", + "description": "The proficiency level for the yearly English language assessment." + }, + "progressDescriptor": { + "type": "string", + "description": "The yearly progress or growth from last year's assessment." + }, + "monitoredDescriptor": { + "type": "string", + "description": "Student is monitored on content achievement who are no longer receiving services." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "englishLearnerParticipation": { + "type": "boolean", + "description": "An indication that an English learner student is served by an English language instruction educational program supported with Title III of ESEA funds." + }, + "languageInstructionProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageInstructionProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the language instruction program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "languageInstructionProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the program." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentLanguageInstructionProgramAssociation", + "description": "This association represents the Title III Language Instruction for Limited English Proficient and Immigrant Students program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "englishLanguageProficiencyAssessments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolYearTypeReference": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "EdFi.SchoolYearType", + "description": "A school year enumeration", + "type": "object", + "properties": { + "schoolYear": { + "type": "integer", + "description": "A school year between 1900 and 2100", + "minimum": 1900, + "maximum": 2100 + } + }, + "additionalProperties": false + }, + "participationDescriptor": { + "type": "string", + "description": "Field indicating the participation in the yearly English language assessment." + }, + "proficiencyDescriptor": { + "type": "string", + "description": "The proficiency level for the yearly English language assessment." + }, + "progressDescriptor": { + "type": "string", + "description": "The yearly progress or growth from last year's assessment." + }, + "monitoredDescriptor": { + "type": "string", + "description": "Student is monitored on content achievement who are no longer receiving services." + } + }, + "additionalProperties": false, + "required": [ + "schoolYearTypeReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "englishLearnerParticipation": { + "type": "boolean", + "description": "An indication that an English learner student is served by an English language instruction educational program supported with Title III of ESEA funds." + }, + "languageInstructionProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "languageInstructionProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the language instruction program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "languageInstructionProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "dosage": { + "type": "integer", + "description": "The duration of time in minutes for which the student was assigned to participate in the program." + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "EnglishLanguageProficiencyAssessment.SchoolYear": { + "paths": { + "schoolYear": "$.englishLanguageProficiencyAssessments[*].schoolYearTypeReference.schoolYear" + }, + "pathOrder": [ + "schoolYear" + ], + "isReference": false + }, + "EnglishLanguageProficiencyAssessment.Participation": { + "paths": { + "participationDescriptor": "$.englishLanguageProficiencyAssessments[*].participationDescriptor" + }, + "pathOrder": [ + "participationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationDescriptor" + }, + "EnglishLanguageProficiencyAssessment.Proficiency": { + "paths": { + "proficiencyDescriptor": "$.englishLanguageProficiencyAssessments[*].proficiencyDescriptor" + }, + "pathOrder": [ + "proficiencyDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProficiencyDescriptor" + }, + "EnglishLanguageProficiencyAssessment.Progress": { + "paths": { + "progressDescriptor": "$.englishLanguageProficiencyAssessments[*].progressDescriptor" + }, + "pathOrder": [ + "progressDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgressDescriptor" + }, + "EnglishLanguageProficiencyAssessment.Monitored": { + "paths": { + "monitoredDescriptor": "$.englishLanguageProficiencyAssessments[*].monitoredDescriptor" + }, + "pathOrder": [ + "monitoredDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MonitoredDescriptor" + }, + "EnglishLearnerParticipation": { + "paths": { + "englishLearnerParticipation": "$.englishLearnerParticipation" + }, + "pathOrder": [ + "englishLearnerParticipation" + ], + "isReference": false + }, + "LanguageInstructionProgramService.LanguageInstructionProgramService": { + "paths": { + "languageInstructionProgramServiceDescriptor": "$.languageInstructionProgramServices[*].languageInstructionProgramServiceDescriptor" + }, + "pathOrder": [ + "languageInstructionProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "LanguageInstructionProgramServiceDescriptor" + }, + "LanguageInstructionProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.languageInstructionProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "LanguageInstructionProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.languageInstructionProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "LanguageInstructionProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.languageInstructionProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Dosage": { + "paths": { + "dosage": "$.dosage" + }, + "pathOrder": [ + "dosage" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentMigrantEducationProgramAssociations": { + "resourceName": "StudentMigrantEducationProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentMigrantEducationProgramAssociation", + "description": "This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs.", + "type": "object", + "properties": { + "priorityForServices": { + "type": "boolean", + "description": "Report migratory children who are classified as having \"priority for services\" because they are failing, or most at risk of failing to meet the state's challenging state academic content standards and challenging state student academic achievement standards, and their education has been interrupted during the regular school year." + }, + "lastQualifyingMove": { + "type": "string", + "format": "date", + "description": "Date the last qualifying move occurred; used to compute MEP status." + }, + "continuationOfServicesReasonDescriptor": { + "type": "string", + "description": "The \"continuation of services\" provision found in Section 1304(e) of the statute provides that (1) a child who ceases to be a migratory child during a school term shall be eligible for services until the end of such term; (2) a child who is no longer a migratory child may continue to receive services for one additional school year, but only if comparable services are not available through other programs; and (3) secondary school students who were eligible for services in secondary school may continue to be served through credit accrual programs until graduation. Only students who received services at any time during their 36 month eligibility period may continue to receive services (not necessarily the same service)." + }, + "usInitialEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered the U.S." + }, + "usMostRecentEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the student's most recent entry into the U.S." + }, + "usInitialSchoolEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered a U.S. school." + }, + "qualifyingArrivalDate": { + "type": "string", + "format": "date", + "description": "The qualifying arrival date (QAD) is the date the child joins the worker who has already moved, or the date when the worker joins the child who has already moved. The QAD is the date that the child's eligibility for the MEP begins. The QAD is not affected by subsequent non-qualifying moves." + }, + "stateResidencyDate": { + "type": "string", + "format": "date", + "description": "The verified state residency for the student." + }, + "eligibilityExpirationDate": { + "type": "string", + "format": "date", + "description": "The eligibility expiration date is used to determine end of eligibility and to account for a child's eligibility expiring earlier than 36 months from the child's QAD. A child's eligibility would end earlier than 36 months from the child's QAD, if the child is no longer entitled to a free public education (e.g., graduated with a high school diploma, obtained a high school equivalency diploma (HSED), or for other reasons as determined by states' requirements), or if the child passes away." + }, + "migrantEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "migrantEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the migrant education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "migrantEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "priorityForServices", + "lastQualifyingMove", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentMigrantEducationProgramAssociation", + "description": "This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "priorityForServices": { + "type": "boolean", + "description": "Report migratory children who are classified as having \"priority for services\" because they are failing, or most at risk of failing to meet the state's challenging state academic content standards and challenging state student academic achievement standards, and their education has been interrupted during the regular school year." + }, + "lastQualifyingMove": { + "type": "string", + "format": "date", + "description": "Date the last qualifying move occurred; used to compute MEP status." + }, + "continuationOfServicesReasonDescriptor": { + "type": "string", + "description": "The \"continuation of services\" provision found in Section 1304(e) of the statute provides that (1) a child who ceases to be a migratory child during a school term shall be eligible for services until the end of such term; (2) a child who is no longer a migratory child may continue to receive services for one additional school year, but only if comparable services are not available through other programs; and (3) secondary school students who were eligible for services in secondary school may continue to be served through credit accrual programs until graduation. Only students who received services at any time during their 36 month eligibility period may continue to receive services (not necessarily the same service)." + }, + "usInitialEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered the U.S." + }, + "usMostRecentEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the student's most recent entry into the U.S." + }, + "usInitialSchoolEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered a U.S. school." + }, + "qualifyingArrivalDate": { + "type": "string", + "format": "date", + "description": "The qualifying arrival date (QAD) is the date the child joins the worker who has already moved, or the date when the worker joins the child who has already moved. The QAD is the date that the child's eligibility for the MEP begins. The QAD is not affected by subsequent non-qualifying moves." + }, + "stateResidencyDate": { + "type": "string", + "format": "date", + "description": "The verified state residency for the student." + }, + "eligibilityExpirationDate": { + "type": "string", + "format": "date", + "description": "The eligibility expiration date is used to determine end of eligibility and to account for a child's eligibility expiring earlier than 36 months from the child's QAD. A child's eligibility would end earlier than 36 months from the child's QAD, if the child is no longer entitled to a free public education (e.g., graduated with a high school diploma, obtained a high school equivalency diploma (HSED), or for other reasons as determined by states' requirements), or if the child passes away." + }, + "migrantEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "migrantEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the migrant education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "migrantEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "priorityForServices", + "lastQualifyingMove", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentMigrantEducationProgramAssociation", + "description": "This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs.", + "type": "object", + "properties": { + "priorityForServices": { + "type": "boolean", + "description": "Report migratory children who are classified as having \"priority for services\" because they are failing, or most at risk of failing to meet the state's challenging state academic content standards and challenging state student academic achievement standards, and their education has been interrupted during the regular school year." + }, + "lastQualifyingMove": { + "type": "string", + "format": "date", + "description": "Date the last qualifying move occurred; used to compute MEP status." + }, + "continuationOfServicesReasonDescriptor": { + "type": "string", + "description": "The \"continuation of services\" provision found in Section 1304(e) of the statute provides that (1) a child who ceases to be a migratory child during a school term shall be eligible for services until the end of such term; (2) a child who is no longer a migratory child may continue to receive services for one additional school year, but only if comparable services are not available through other programs; and (3) secondary school students who were eligible for services in secondary school may continue to be served through credit accrual programs until graduation. Only students who received services at any time during their 36 month eligibility period may continue to receive services (not necessarily the same service)." + }, + "usInitialEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered the U.S." + }, + "usMostRecentEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year of the student's most recent entry into the U.S." + }, + "usInitialSchoolEntry": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student first entered a U.S. school." + }, + "qualifyingArrivalDate": { + "type": "string", + "format": "date", + "description": "The qualifying arrival date (QAD) is the date the child joins the worker who has already moved, or the date when the worker joins the child who has already moved. The QAD is the date that the child's eligibility for the MEP begins. The QAD is not affected by subsequent non-qualifying moves." + }, + "stateResidencyDate": { + "type": "string", + "format": "date", + "description": "The verified state residency for the student." + }, + "eligibilityExpirationDate": { + "type": "string", + "format": "date", + "description": "The eligibility expiration date is used to determine end of eligibility and to account for a child's eligibility expiring earlier than 36 months from the child's QAD. A child's eligibility would end earlier than 36 months from the child's QAD, if the child is no longer entitled to a free public education (e.g., graduated with a high school diploma, obtained a high school equivalency diploma (HSED), or for other reasons as determined by states' requirements), or if the child passes away." + }, + "migrantEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "migrantEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the migrant education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "migrantEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "PriorityForServices": { + "paths": { + "priorityForServices": "$.priorityForServices" + }, + "pathOrder": [ + "priorityForServices" + ], + "isReference": false + }, + "LastQualifyingMove": { + "paths": { + "lastQualifyingMove": "$.lastQualifyingMove" + }, + "pathOrder": [ + "lastQualifyingMove" + ], + "isReference": false + }, + "ContinuationOfServicesReason": { + "paths": { + "continuationOfServicesReasonDescriptor": "$.continuationOfServicesReasonDescriptor" + }, + "pathOrder": [ + "continuationOfServicesReasonDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ContinuationOfServicesReasonDescriptor" + }, + "USInitialEntry": { + "paths": { + "usInitialEntry": "$.usInitialEntry" + }, + "pathOrder": [ + "usInitialEntry" + ], + "isReference": false + }, + "USMostRecentEntry": { + "paths": { + "usMostRecentEntry": "$.usMostRecentEntry" + }, + "pathOrder": [ + "usMostRecentEntry" + ], + "isReference": false + }, + "USInitialSchoolEntry": { + "paths": { + "usInitialSchoolEntry": "$.usInitialSchoolEntry" + }, + "pathOrder": [ + "usInitialSchoolEntry" + ], + "isReference": false + }, + "QualifyingArrivalDate": { + "paths": { + "qualifyingArrivalDate": "$.qualifyingArrivalDate" + }, + "pathOrder": [ + "qualifyingArrivalDate" + ], + "isReference": false + }, + "StateResidencyDate": { + "paths": { + "stateResidencyDate": "$.stateResidencyDate" + }, + "pathOrder": [ + "stateResidencyDate" + ], + "isReference": false + }, + "EligibilityExpirationDate": { + "paths": { + "eligibilityExpirationDate": "$.eligibilityExpirationDate" + }, + "pathOrder": [ + "eligibilityExpirationDate" + ], + "isReference": false + }, + "MigrantEducationProgramService.MigrantEducationProgramService": { + "paths": { + "migrantEducationProgramServiceDescriptor": "$.migrantEducationProgramServices[*].migrantEducationProgramServiceDescriptor" + }, + "pathOrder": [ + "migrantEducationProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "MigrantEducationProgramServiceDescriptor" + }, + "MigrantEducationProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.migrantEducationProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "MigrantEducationProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.migrantEducationProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "MigrantEducationProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.migrantEducationProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentNeglectedOrDelinquentProgramAssociations": { + "resourceName": "StudentNeglectedOrDelinquentProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentNeglectedOrDelinquentProgramAssociation", + "description": "This association represents the Title I Part D Neglected or Delinquent program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "neglectedOrDelinquentProgramDescriptor": { + "type": "string", + "description": "The type of program under ESEA Title I, Part D, Subpart 1 (state programs) or Subpart 2 (LEA)." + }, + "elaProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post- test for ELA." + }, + "mathematicsProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post-test for Mathematics." + }, + "neglectedOrDelinquentProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "neglectedOrDelinquentProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the neglected or delinquent program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "neglectedOrDelinquentProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentNeglectedOrDelinquentProgramAssociation", + "description": "This association represents the Title I Part D Neglected or Delinquent program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "neglectedOrDelinquentProgramDescriptor": { + "type": "string", + "description": "The type of program under ESEA Title I, Part D, Subpart 1 (state programs) or Subpart 2 (LEA)." + }, + "elaProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post- test for ELA." + }, + "mathematicsProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post-test for Mathematics." + }, + "neglectedOrDelinquentProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "neglectedOrDelinquentProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the neglected or delinquent program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "neglectedOrDelinquentProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentNeglectedOrDelinquentProgramAssociation", + "description": "This association represents the Title I Part D Neglected or Delinquent program(s) that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "neglectedOrDelinquentProgramDescriptor": { + "type": "string", + "description": "The type of program under ESEA Title I, Part D, Subpart 1 (state programs) or Subpart 2 (LEA)." + }, + "elaProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post- test for ELA." + }, + "mathematicsProgressLevelDescriptor": { + "type": "string", + "description": "The progress measured from pre- to post-test for Mathematics." + }, + "neglectedOrDelinquentProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "neglectedOrDelinquentProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the neglected or delinquent program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "neglectedOrDelinquentProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "NeglectedOrDelinquentProgram": { + "paths": { + "neglectedOrDelinquentProgramDescriptor": "$.neglectedOrDelinquentProgramDescriptor" + }, + "pathOrder": [ + "neglectedOrDelinquentProgramDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "NeglectedOrDelinquentProgramDescriptor" + }, + "ELAProgressLevel": { + "paths": { + "elaProgressLevelDescriptor": "$.elaProgressLevelDescriptor" + }, + "pathOrder": [ + "elaProgressLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgressLevelDescriptor" + }, + "MathematicsProgressLevel": { + "paths": { + "mathematicsProgressLevelDescriptor": "$.mathematicsProgressLevelDescriptor" + }, + "pathOrder": [ + "mathematicsProgressLevelDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ProgressLevelDescriptor" + }, + "NeglectedOrDelinquentProgramService.NeglectedOrDelinquentProgramService": { + "paths": { + "neglectedOrDelinquentProgramServiceDescriptor": "$.neglectedOrDelinquentProgramServices[*].neglectedOrDelinquentProgramServiceDescriptor" + }, + "pathOrder": [ + "neglectedOrDelinquentProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "NeglectedOrDelinquentProgramServiceDescriptor" + }, + "NeglectedOrDelinquentProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.neglectedOrDelinquentProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "NeglectedOrDelinquentProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.neglectedOrDelinquentProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "NeglectedOrDelinquentProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.neglectedOrDelinquentProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentProgramAssociations": { + "resourceName": "StudentProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAssociation", + "description": "This association represents the program(s) that a student participates in or is served by.", + "type": "object", + "properties": { + "services": { + "type": "array", + "items": { + "type": "object", + "properties": { + "serviceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "serviceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAssociation", + "description": "This association represents the program(s) that a student participates in or is served by.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "services": { + "type": "array", + "items": { + "type": "object", + "properties": { + "serviceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "serviceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentProgramAssociation", + "description": "This association represents the program(s) that a student participates in or is served by.", + "type": "object", + "properties": { + "services": { + "type": "array", + "items": { + "type": "object", + "properties": { + "serviceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "serviceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "Service.Service": { + "paths": { + "serviceDescriptor": "$.services[*].serviceDescriptor" + }, + "pathOrder": [ + "serviceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ServiceDescriptor" + }, + "Service.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.services[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "Service.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.services[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "Service.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.services[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentSchoolFoodServiceProgramAssociations": { + "resourceName": "StudentSchoolFoodServiceProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolFoodServiceProgramAssociation", + "description": "This association represents the school food services program(s), such as the Free or Reduced Lunch program, that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "directCertification": { + "type": "boolean", + "description": "Indicates that the student's National School Lunch Program (NSLP) eligibility has been determined through direct certification." + }, + "schoolFoodServiceProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolFoodServiceProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the school food service program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "schoolFoodServiceProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolFoodServiceProgramAssociation", + "description": "This association represents the school food services program(s), such as the Free or Reduced Lunch program, that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "directCertification": { + "type": "boolean", + "description": "Indicates that the student's National School Lunch Program (NSLP) eligibility has been determined through direct certification." + }, + "schoolFoodServiceProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolFoodServiceProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the school food service program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "schoolFoodServiceProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSchoolFoodServiceProgramAssociation", + "description": "This association represents the school food services program(s), such as the Free or Reduced Lunch program, that a student participates in or from which the student receives services.", + "type": "object", + "properties": { + "directCertification": { + "type": "boolean", + "description": "Indicates that the student's National School Lunch Program (NSLP) eligibility has been determined through direct certification." + }, + "schoolFoodServiceProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "schoolFoodServiceProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the school food service program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "schoolFoodServiceProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "DirectCertification": { + "paths": { + "directCertification": "$.directCertification" + }, + "pathOrder": [ + "directCertification" + ], + "isReference": false + }, + "SchoolFoodServiceProgramService.SchoolFoodServiceProgramService": { + "paths": { + "schoolFoodServiceProgramServiceDescriptor": "$.schoolFoodServiceProgramServices[*].schoolFoodServiceProgramServiceDescriptor" + }, + "pathOrder": [ + "schoolFoodServiceProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SchoolFoodServiceProgramServiceDescriptor" + }, + "SchoolFoodServiceProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.schoolFoodServiceProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "SchoolFoodServiceProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.schoolFoodServiceProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "SchoolFoodServiceProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.schoolFoodServiceProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentSpecialEducationProgramAssociations": { + "resourceName": "StudentSpecialEducationProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramAssociation", + "description": "This association represents the special education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation particular for special education programs.", + "type": "object", + "properties": { + "ideaEligibility": { + "type": "boolean", + "description": "Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA)." + }, + "specialEducationSettingDescriptor": { + "type": "string", + "description": "The major instructional setting (more than 50 percent of a student's special education program)." + }, + "serviceProviders": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationHoursPerWeek": { + "type": "number", + "description": "The number of hours per week for special education instruction and therapy." + }, + "schoolHoursPerWeek": { + "type": "number", + "description": "Indicate the total number of hours of instructional time per week for the school that the student attends." + }, + "multiplyDisabled": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements." + }, + "medicallyFragile": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services is: 1) in the age range of birth to 22 years, and 2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and 3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and 4) lives with ongoing threat to his or her continued well-being. Aligns with federal requirements." + }, + "lastEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date of the last special education evaluation." + }, + "iepReviewDate": { + "type": "string", + "format": "date", + "description": "The date of the last IEP review." + }, + "iepBeginDate": { + "type": "string", + "format": "date", + "description": "The effective date of the most recent IEP." + }, + "iepEndDate": { + "type": "string", + "format": "date", + "description": "The end date of the most recent IEP." + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "specialEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the special education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "providers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "specialEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramAssociation", + "description": "This association represents the special education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation particular for special education programs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "ideaEligibility": { + "type": "boolean", + "description": "Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA)." + }, + "specialEducationSettingDescriptor": { + "type": "string", + "description": "The major instructional setting (more than 50 percent of a student's special education program)." + }, + "serviceProviders": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationHoursPerWeek": { + "type": "number", + "description": "The number of hours per week for special education instruction and therapy." + }, + "schoolHoursPerWeek": { + "type": "number", + "description": "Indicate the total number of hours of instructional time per week for the school that the student attends." + }, + "multiplyDisabled": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements." + }, + "medicallyFragile": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services is: 1) in the age range of birth to 22 years, and 2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and 3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and 4) lives with ongoing threat to his or her continued well-being. Aligns with federal requirements." + }, + "lastEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date of the last special education evaluation." + }, + "iepReviewDate": { + "type": "string", + "format": "date", + "description": "The date of the last IEP review." + }, + "iepBeginDate": { + "type": "string", + "format": "date", + "description": "The effective date of the most recent IEP." + }, + "iepEndDate": { + "type": "string", + "format": "date", + "description": "The end date of the most recent IEP." + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "specialEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the special education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "providers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "specialEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentSpecialEducationProgramAssociation", + "description": "This association represents the special education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation particular for special education programs.", + "type": "object", + "properties": { + "ideaEligibility": { + "type": "boolean", + "description": "Indicator of the eligibility of the student to receive special education services according to the Individuals with Disabilities Education Act (IDEA)." + }, + "specialEducationSettingDescriptor": { + "type": "string", + "description": "The major instructional setting (more than 50 percent of a student's special education program)." + }, + "serviceProviders": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationHoursPerWeek": { + "type": "number", + "description": "The number of hours per week for special education instruction and therapy." + }, + "schoolHoursPerWeek": { + "type": "number", + "description": "Indicate the total number of hours of instructional time per week for the school that the student attends." + }, + "multiplyDisabled": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services has been designated as multiply disabled by the admission, review, and dismissal committee as aligned with federal requirements." + }, + "medicallyFragile": { + "type": "boolean", + "description": "Indicates whether the student receiving special education and related services is: 1) in the age range of birth to 22 years, and 2) has a serious, ongoing illness or a chronic condition that has lasted or is anticipated to last at least 12 or more months or has required at least one month of hospitalization, and that requires daily, ongoing medical treatments and monitoring by appropriately trained personnel which may include parents or other family members, and 3) requires the routine use of medical device or of assistive technology to compensate for the loss of usefulness of a body function needed to participate in activities of daily living, and 4) lives with ongoing threat to his or her continued well-being. Aligns with federal requirements." + }, + "lastEvaluationDate": { + "type": "string", + "format": "date", + "description": "The date of the last special education evaluation." + }, + "iepReviewDate": { + "type": "string", + "format": "date", + "description": "The date of the last IEP review." + }, + "iepBeginDate": { + "type": "string", + "format": "date", + "description": "The effective date of the most recent IEP." + }, + "iepEndDate": { + "type": "string", + "format": "date", + "description": "The end date of the most recent IEP." + }, + "disabilities": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDescriptor": { + "type": "string", + "description": "A disability category that describes a individual's impairment." + }, + "disabilityDiagnosis": { + "type": "string", + "description": "A description of the disability diagnosis.", + "minLength": 1, + "maxLength": 80 + }, + "orderOfDisability": { + "type": "integer", + "description": "The order by severity of individual's disabilities: 1- Primary, 2 - Secondary, 3 - Tertiary, etc." + }, + "disabilityDeterminationSourceTypeDescriptor": { + "type": "string", + "description": "The source that provided the disability determination." + }, + "designations": { + "type": "array", + "items": { + "type": "object", + "properties": { + "disabilityDesignationDescriptor": { + "type": "string", + "description": "An Ed-Fi Descriptor" + } + }, + "additionalProperties": false, + "required": [ + "disabilityDesignationDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "disabilityDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "specialEducationProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "specialEducationProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the special education program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the student was in this option for the current school year." + }, + "providers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "staffReference": { + "type": "object", + "properties": { + "staffUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a staff.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "staffUniqueId" + ] + }, + "primaryProvider": { + "type": "boolean", + "description": "Primary ServiceProvider." + } + }, + "additionalProperties": false, + "required": [ + "staffReference" + ] + }, + "minItems": 0, + "uniqueItems": false + } + }, + "additionalProperties": false, + "required": [ + "specialEducationProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "IdeaEligibility": { + "paths": { + "ideaEligibility": "$.ideaEligibility" + }, + "pathOrder": [ + "ideaEligibility" + ], + "isReference": false + }, + "SpecialEducationSetting": { + "paths": { + "specialEducationSettingDescriptor": "$.specialEducationSettingDescriptor" + }, + "pathOrder": [ + "specialEducationSettingDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SpecialEducationSettingDescriptor" + }, + "ServiceProvider.Staff": { + "paths": { + "staffUniqueId": "$.serviceProviders[*].staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "ServiceProvider.PrimaryProvider": { + "paths": { + "primaryProvider": "$.serviceProviders[*].primaryProvider" + }, + "pathOrder": [ + "primaryProvider" + ], + "isReference": false + }, + "SpecialEducationHoursPerWeek": { + "paths": { + "specialEducationHoursPerWeek": "$.specialEducationHoursPerWeek" + }, + "pathOrder": [ + "specialEducationHoursPerWeek" + ], + "isReference": false + }, + "SchoolHoursPerWeek": { + "paths": { + "schoolHoursPerWeek": "$.schoolHoursPerWeek" + }, + "pathOrder": [ + "schoolHoursPerWeek" + ], + "isReference": false + }, + "MultiplyDisabled": { + "paths": { + "multiplyDisabled": "$.multiplyDisabled" + }, + "pathOrder": [ + "multiplyDisabled" + ], + "isReference": false + }, + "MedicallyFragile": { + "paths": { + "medicallyFragile": "$.medicallyFragile" + }, + "pathOrder": [ + "medicallyFragile" + ], + "isReference": false + }, + "LastEvaluationDate": { + "paths": { + "lastEvaluationDate": "$.lastEvaluationDate" + }, + "pathOrder": [ + "lastEvaluationDate" + ], + "isReference": false + }, + "IEPReviewDate": { + "paths": { + "iepReviewDate": "$.iepReviewDate" + }, + "pathOrder": [ + "iepReviewDate" + ], + "isReference": false + }, + "IEPBeginDate": { + "paths": { + "iepBeginDate": "$.iepBeginDate" + }, + "pathOrder": [ + "iepBeginDate" + ], + "isReference": false + }, + "IEPEndDate": { + "paths": { + "iepEndDate": "$.iepEndDate" + }, + "pathOrder": [ + "iepEndDate" + ], + "isReference": false + }, + "Disability.Disability": { + "paths": { + "disabilityDescriptor": "$.disabilities[*].disabilityDescriptor" + }, + "pathOrder": [ + "disabilityDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDescriptor" + }, + "Disability.DisabilityDiagnosis": { + "paths": { + "disabilityDiagnosis": "$.disabilities[*].disabilityDiagnosis" + }, + "pathOrder": [ + "disabilityDiagnosis" + ], + "isReference": false + }, + "Disability.OrderOfDisability": { + "paths": { + "orderOfDisability": "$.disabilities[*].orderOfDisability" + }, + "pathOrder": [ + "orderOfDisability" + ], + "isReference": false + }, + "Disability.DisabilityDeterminationSourceType": { + "paths": { + "disabilityDeterminationSourceTypeDescriptor": "$.disabilities[*].disabilityDeterminationSourceTypeDescriptor" + }, + "pathOrder": [ + "disabilityDeterminationSourceTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDeterminationSourceTypeDescriptor" + }, + "Disability.DisabilityDesignation": { + "paths": { + "disabilityDesignationDescriptor": "$.disabilities[*].designations[*].disabilityDesignationDescriptor" + }, + "pathOrder": [ + "disabilityDesignationDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "DisabilityDesignationDescriptor" + }, + "SpecialEducationProgramService.SpecialEducationProgramService": { + "paths": { + "specialEducationProgramServiceDescriptor": "$.specialEducationProgramServices[*].specialEducationProgramServiceDescriptor" + }, + "pathOrder": [ + "specialEducationProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "SpecialEducationProgramServiceDescriptor" + }, + "SpecialEducationProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.specialEducationProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "SpecialEducationProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.specialEducationProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "SpecialEducationProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.specialEducationProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "SpecialEducationProgramService.ServiceProvider.Staff": { + "paths": { + "staffUniqueId": "$.specialEducationProgramServices[*].providers[*].staffReference.staffUniqueId" + }, + "pathOrder": [ + "staffUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Staff" + }, + "SpecialEducationProgramService.ServiceProvider.PrimaryProvider": { + "paths": { + "primaryProvider": "$.specialEducationProgramServices[*].providers[*].primaryProvider" + }, + "pathOrder": [ + "primaryProvider" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + }, + "studentTitleIPartAProgramAssociations": { + "resourceName": "StudentTitleIPartAProgramAssociation", + "isDescriptor": false, + "isSchoolYearEnumeration": false, + "allowIdentityUpdates": false, + "jsonSchemaForInsert": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentTitleIPartAProgramAssociation", + "description": "This association represents the Title I Part A program(s) that a student participates in or from which the student receives services. The association is an extension of the StudentProgramAssociation particular for Title I Part A programs.", + "type": "object", + "properties": { + "titleIPartAParticipantDescriptor": { + "type": "string", + "description": "An indication of the type of Title I program, if any, in which the student is participating and by which the student is served." + }, + "titleIPartAProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "titleIPartAProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the Title I Part A Program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the Student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the Student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "titleIPartAProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "titleIPartAParticipantDescriptor", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForUpdate": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentTitleIPartAProgramAssociation", + "description": "This association represents the Title I Part A program(s) that a student participates in or from which the student receives services. The association is an extension of the StudentProgramAssociation particular for Title I Part A programs.", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The item id" + }, + "titleIPartAParticipantDescriptor": { + "type": "string", + "description": "An indication of the type of Title I program, if any, in which the student is participating and by which the student is served." + }, + "titleIPartAProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "titleIPartAProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the Title I Part A Program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the Student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the Student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "titleIPartAProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [ + "id", + "titleIPartAParticipantDescriptor", + "studentReference", + "programReference", + "beginDate", + "educationOrganizationReference" + ] + }, + "jsonSchemaForQuery": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Ed-Fi.StudentTitleIPartAProgramAssociation", + "description": "This association represents the Title I Part A program(s) that a student participates in or from which the student receives services. The association is an extension of the StudentProgramAssociation particular for Title I Part A programs.", + "type": "object", + "properties": { + "titleIPartAParticipantDescriptor": { + "type": "string", + "description": "An indication of the type of Title I program, if any, in which the student is participating and by which the student is served." + }, + "titleIPartAProgramServices": { + "type": "array", + "items": { + "type": "object", + "properties": { + "titleIPartAProgramServiceDescriptor": { + "type": "string", + "description": "Indicates the service being provided to the student by the Title I Part A Program." + }, + "primaryIndicator": { + "type": "boolean", + "description": "True if service is a primary service." + }, + "serviceBeginDate": { + "type": "string", + "format": "date", + "description": "First date the Student was in this option for the current school year." + }, + "serviceEndDate": { + "type": "string", + "format": "date", + "description": "Last date the Student was in this option for the current school year." + } + }, + "additionalProperties": false, + "required": [ + "titleIPartAProgramServiceDescriptor" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "studentReference": { + "type": "object", + "properties": { + "studentUniqueId": { + "type": "string", + "description": "A unique alphanumeric code assigned to a student.", + "minLength": 1, + "maxLength": 32 + } + }, + "additionalProperties": false, + "required": [ + "studentUniqueId" + ] + }, + "programReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + }, + "programName": { + "type": "string", + "description": "The formal name of the program of instruction, training, services, or benefits available through federal, state, or local agencies.", + "minLength": 1, + "maxLength": 60 + }, + "programTypeDescriptor": { + "type": "string", + "description": "The type of program." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ] + }, + "beginDate": { + "type": "string", + "format": "date", + "description": "The earliest date the student is involved with the program. Typically, this is the date the student becomes eligible for the program." + }, + "endDate": { + "type": "string", + "format": "date", + "description": "The month, day, and year on which the student exited the program or stopped receiving services." + }, + "reasonExitedDescriptor": { + "type": "string", + "description": "The reason the student left the program within a school or district." + }, + "educationOrganizationReference": { + "type": "object", + "properties": { + "educationOrganizationId": { + "type": "integer", + "description": "The identifier assigned to an education organization." + } + }, + "additionalProperties": false, + "required": [ + "educationOrganizationId" + ] + }, + "servedOutsideOfRegularSession": { + "type": "boolean", + "description": "Indicates whether the student received services during the summer session or between sessions." + }, + "programParticipationStatuses": { + "type": "array", + "items": { + "type": "object", + "properties": { + "participationStatusDescriptor": { + "type": "string", + "description": "The student's program participation status." + }, + "statusBeginDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status began." + }, + "statusEndDate": { + "type": "string", + "format": "date", + "description": "The date the student's program participation status ended." + }, + "designatedBy": { + "type": "string", + "description": "The person, organization, or department that designated the participation status.", + "minLength": 1, + "maxLength": 60 + } + }, + "additionalProperties": false, + "required": [ + "participationStatusDescriptor", + "statusBeginDate" + ] + }, + "minItems": 0, + "uniqueItems": false + }, + "_ext": { + "description": "optional extension collection", + "type": "object", + "properties": {}, + "additionalProperties": true + } + }, + "additionalProperties": false, + "required": [] + }, + "equalityConstraints": [], + "identityFullnames": [ + "BeginDate", + "EducationOrganization", + "Program", + "Student" + ], + "documentPathsMapping": { + "TitleIPartAParticipant": { + "paths": { + "titleIPartAParticipantDescriptor": "$.titleIPartAParticipantDescriptor" + }, + "pathOrder": [ + "titleIPartAParticipantDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TitleIPartAParticipantDescriptor" + }, + "TitleIPartAProgramService.TitleIPartAProgramService": { + "paths": { + "titleIPartAProgramServiceDescriptor": "$.titleIPartAProgramServices[*].titleIPartAProgramServiceDescriptor" + }, + "pathOrder": [ + "titleIPartAProgramServiceDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "TitleIPartAProgramServiceDescriptor" + }, + "TitleIPartAProgramService.PrimaryIndicator": { + "paths": { + "primaryIndicator": "$.titleIPartAProgramServices[*].primaryIndicator" + }, + "pathOrder": [ + "primaryIndicator" + ], + "isReference": false + }, + "TitleIPartAProgramService.ServiceBeginDate": { + "paths": { + "serviceBeginDate": "$.titleIPartAProgramServices[*].serviceBeginDate" + }, + "pathOrder": [ + "serviceBeginDate" + ], + "isReference": false + }, + "TitleIPartAProgramService.ServiceEndDate": { + "paths": { + "serviceEndDate": "$.titleIPartAProgramServices[*].serviceEndDate" + }, + "pathOrder": [ + "serviceEndDate" + ], + "isReference": false + }, + "Student": { + "paths": { + "studentUniqueId": "$.studentReference.studentUniqueId" + }, + "pathOrder": [ + "studentUniqueId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Student" + }, + "Program": { + "paths": { + "educationOrganizationId": "$.programReference.educationOrganizationId", + "programName": "$.programReference.programName", + "programTypeDescriptor": "$.programReference.programTypeDescriptor" + }, + "pathOrder": [ + "educationOrganizationId", + "programName", + "programTypeDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "Program" + }, + "BeginDate": { + "paths": { + "beginDate": "$.beginDate" + }, + "pathOrder": [ + "beginDate" + ], + "isReference": false + }, + "EndDate": { + "paths": { + "endDate": "$.endDate" + }, + "pathOrder": [ + "endDate" + ], + "isReference": false + }, + "ReasonExited": { + "paths": { + "reasonExitedDescriptor": "$.reasonExitedDescriptor" + }, + "pathOrder": [ + "reasonExitedDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ReasonExitedDescriptor" + }, + "EducationOrganization": { + "paths": { + "educationOrganizationId": "$.educationOrganizationReference.educationOrganizationId" + }, + "pathOrder": [ + "educationOrganizationId" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": false, + "resourceName": "EducationOrganization" + }, + "ServedOutsideOfRegularSession": { + "paths": { + "servedOutsideOfRegularSession": "$.servedOutsideOfRegularSession" + }, + "pathOrder": [ + "servedOutsideOfRegularSession" + ], + "isReference": false + }, + "ProgramParticipationStatus.ParticipationStatus": { + "paths": { + "participationStatusDescriptor": "$.programParticipationStatuses[*].participationStatusDescriptor" + }, + "pathOrder": [ + "participationStatusDescriptor" + ], + "isReference": true, + "projectName": "Ed-Fi", + "isDescriptor": true, + "resourceName": "ParticipationStatusDescriptor" + }, + "ProgramParticipationStatus.StatusBeginDate": { + "paths": { + "statusBeginDate": "$.programParticipationStatuses[*].statusBeginDate" + }, + "pathOrder": [ + "statusBeginDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.StatusEndDate": { + "paths": { + "statusEndDate": "$.programParticipationStatuses[*].statusEndDate" + }, + "pathOrder": [ + "statusEndDate" + ], + "isReference": false + }, + "ProgramParticipationStatus.DesignatedBy": { + "paths": { + "designatedBy": "$.programParticipationStatuses[*].designatedBy" + }, + "pathOrder": [ + "designatedBy" + ], + "isReference": false + } + }, + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ], + "isSubclass": true, + "superclassProjectName": "Ed-Fi", + "superclassResourceName": "GeneralStudentProgramAssociation", + "subclassType": "association" + } + }, + "resourceNameMapping": { + "AcademicWeek": "academicWeeks", + "AccountabilityRating": "accountabilityRatings", + "Assessment": "assessments", + "AssessmentItem": "assessmentItems", + "AssessmentScoreRangeLearningStandard": "assessmentScoreRangeLearningStandards", + "BalanceSheetDimension": "balanceSheetDimensions", + "BellSchedule": "bellSchedules", + "Calendar": "calendars", + "CalendarDate": "calendarDates", + "ChartOfAccount": "chartOfAccounts", + "ClassPeriod": "classPeriods", + "Cohort": "cohorts", + "CommunityProviderLicense": "communityProviderLicenses", + "CompetencyObjective": "competencyObjectives", + "Contact": "contacts", + "Course": "courses", + "CourseOffering": "courseOfferings", + "CourseTranscript": "courseTranscripts", + "Credential": "credentials", + "DescriptorMapping": "descriptorMappings", + "DisciplineAction": "disciplineActions", + "DisciplineIncident": "disciplineIncidents", + "EducationContent": "educationContents", + "FunctionDimension": "functionDimensions", + "FundDimension": "fundDimensions", + "Grade": "grades", + "GradebookEntry": "gradebookEntries", + "GradingPeriod": "gradingPeriodDescriptors", + "GraduationPlan": "graduationPlans", + "Intervention": "interventions", + "InterventionPrescription": "interventionPrescriptions", + "InterventionStudy": "interventionStudies", + "LearningStandard": "learningStandards", + "LocalAccount": "localAccounts", + "LocalActual": "localActuals", + "LocalBudget": "localBudgets", + "LocalContractedStaff": "localContractedStaffs", + "LocalEncumbrance": "localEncumbrances", + "LocalPayroll": "localPayrolls", + "Location": "locations", + "ObjectDimension": "objectDimensions", + "ObjectiveAssessment": "objectiveAssessments", + "OpenStaffPosition": "openStaffPositions", + "OperationalUnitDimension": "operationalUnitDimensions", + "Person": "people", + "PostSecondaryEvent": "postSecondaryEvents", + "Program": "programs", + "ProgramDimension": "programDimensions", + "ProjectDimension": "projectDimensions", + "ReportCard": "reportCards", + "RestraintEvent": "restraintEvents", + "Section": "sections", + "SectionAttendanceTakenEvent": "sectionAttendanceTakenEvents", + "Session": "sessions", + "SourceDimension": "sourceDimensions", + "Staff": "staffs", + "StaffAbsenceEvent": "staffAbsenceEvents", + "StaffLeave": "staffLeaves", + "Student": "students", + "StudentAcademicRecord": "studentAcademicRecords", + "StudentAssessment": "studentAssessments", + "StudentCompetencyObjective": "studentCompetencyObjectives", + "StudentGradebookEntry": "studentGradebookEntries", + "StudentInterventionAttendanceEvent": "studentInterventionAttendanceEvents", + "StudentProgramAttendanceEvent": "studentProgramAttendanceEvents", + "StudentSchoolAttendanceEvent": "studentSchoolAttendanceEvents", + "StudentSectionAttendanceEvent": "studentSectionAttendanceEvents", + "Survey": "surveys", + "SurveyQuestion": "surveyQuestions", + "SurveyQuestionResponse": "surveyQuestionResponses", + "SurveyResponse": "surveyResponses", + "SurveySection": "surveySections", + "SurveySectionResponse": "surveySectionResponses", + "EducationOrganizationInterventionPrescriptionAssociation": "educationOrganizationInterventionPrescriptionAssociations", + "EducationOrganizationNetworkAssociation": "educationOrganizationNetworkAssociations", + "EducationOrganizationPeerAssociation": "educationOrganizationPeerAssociations", + "FeederSchoolAssociation": "feederSchoolAssociations", + "LearningStandardEquivalenceAssociation": "learningStandardEquivalenceAssociations", + "StaffCohortAssociation": "staffCohortAssociations", + "StaffDisciplineIncidentAssociation": "staffDisciplineIncidentAssociations", + "StaffEducationOrganizationAssignmentAssociation": "staffEducationOrganizationAssignmentAssociations", + "StaffEducationOrganizationContactAssociation": "staffEducationOrganizationContactAssociations", + "StaffEducationOrganizationEmploymentAssociation": "staffEducationOrganizationEmploymentAssociations", + "StaffProgramAssociation": "staffProgramAssociations", + "StaffSchoolAssociation": "staffSchoolAssociations", + "StaffSectionAssociation": "staffSectionAssociations", + "StudentAssessmentEducationOrganizationAssociation": "studentAssessmentEducationOrganizationAssociations", + "StudentCohortAssociation": "studentCohortAssociations", + "StudentContactAssociation": "studentContactAssociations", + "StudentDisciplineIncidentBehaviorAssociation": "studentDisciplineIncidentBehaviorAssociations", + "StudentDisciplineIncidentNonOffenderAssociation": "studentDisciplineIncidentNonOffenderAssociations", + "StudentEducationOrganizationAssociation": "studentEducationOrganizationAssociations", + "StudentEducationOrganizationResponsibilityAssociation": "studentEducationOrganizationResponsibilityAssociations", + "StudentInterventionAssociation": "studentInterventionAssociations", + "StudentSchoolAssociation": "studentSchoolAssociations", + "StudentSectionAssociation": "studentSectionAssociations", + "StudentSpecialEducationProgramEligibilityAssociation": "studentSpecialEducationProgramEligibilityAssociations", + "SurveyCourseAssociation": "surveyCourseAssociations", + "SurveyProgramAssociation": "surveyProgramAssociations", + "SurveyResponseEducationOrganizationTargetAssociation": "surveyResponseEducationOrganizationTargetAssociations", + "SurveyResponseStaffTargetAssociation": "surveyResponseStaffTargetAssociations", + "SurveySectionAssociation": "surveySectionAssociations", + "SurveySectionResponseEducationOrganizationTargetAssociation": "surveySectionResponseEducationOrganizationTargetAssociations", + "SurveySectionResponseStaffTargetAssociation": "surveySectionResponseStaffTargetAssociations", + "AbsenceEventCategory": "absenceEventCategoryDescriptors", + "AcademicHonorCategory": "academicHonorCategoryDescriptors", + "AcademicSubject": "academicSubjectDescriptors", + "Accommodation": "accommodationDescriptors", + "AccountType": "accountTypeDescriptors", + "AchievementCategory": "achievementCategoryDescriptors", + "AdditionalCreditType": "additionalCreditTypeDescriptors", + "AddressType": "addressTypeDescriptors", + "AdministrationEnvironment": "administrationEnvironmentDescriptors", + "AdministrativeFundingControl": "administrativeFundingControlDescriptors", + "AncestryEthnicOrigin": "ancestryEthnicOriginDescriptors", + "AssessmentCategory": "assessmentCategoryDescriptors", + "AssessmentIdentificationSystem": "assessmentIdentificationSystemDescriptors", + "AssessmentItemCategory": "assessmentItemCategoryDescriptors", + "AssessmentItemResult": "assessmentItemResultDescriptors", + "AssessmentPeriod": "assessmentPeriodDescriptors", + "AssessmentReportingMethod": "assessmentReportingMethodDescriptors", + "AssignmentLateStatus": "assignmentLateStatusDescriptors", + "AttemptStatus": "attemptStatusDescriptors", + "AttendanceEventCategory": "attendanceEventCategoryDescriptors", + "BarrierToInternetAccessInResidence": "barrierToInternetAccessInResidenceDescriptors", + "Behavior": "behaviorDescriptors", + "CalendarEvent": "calendarEventDescriptors", + "CalendarType": "calendarTypeDescriptors", + "CareerPathway": "careerPathwayDescriptors", + "CharterApprovalAgencyType": "charterApprovalAgencyTypeDescriptors", + "CharterStatus": "charterStatusDescriptors", + "CitizenshipStatus": "citizenshipStatusDescriptors", + "ClassroomPosition": "classroomPositionDescriptors", + "CohortScope": "cohortScopeDescriptors", + "CohortType": "cohortTypeDescriptors", + "CohortYearType": "cohortYearTypeDescriptors", + "CompetencyLevel": "competencyLevelDescriptors", + "ContactType": "contactTypeDescriptors", + "ContentClass": "contentClassDescriptors", + "ContinuationOfServicesReason": "continuationOfServicesReasonDescriptors", + "CostRate": "costRateDescriptors", + "Country": "countryDescriptors", + "CourseAttemptResult": "courseAttemptResultDescriptors", + "CourseDefinedBy": "courseDefinedByDescriptors", + "CourseGPAApplicability": "courseGPAApplicabilityDescriptors", + "CourseIdentificationSystem": "courseIdentificationSystemDescriptors", + "CourseLevelCharacteristic": "courseLevelCharacteristicDescriptors", + "CourseRepeatCode": "courseRepeatCodeDescriptors", + "CredentialField": "credentialFieldDescriptors", + "CredentialType": "credentialTypeDescriptors", + "CreditCategory": "creditCategoryDescriptors", + "CreditType": "creditTypeDescriptors", + "CTEProgramService": "cTEProgramServiceDescriptors", + "CurriculumUsed": "curriculumUsedDescriptors", + "DeliveryMethod": "deliveryMethodDescriptors", + "Diagnosis": "diagnosisDescriptors", + "DiplomaLevel": "diplomaLevelDescriptors", + "DiplomaType": "diplomaTypeDescriptors", + "Disability": "disabilityDescriptors", + "DisabilityDesignation": "disabilityDesignationDescriptors", + "DisabilityDeterminationSourceType": "disabilityDeterminationSourceTypeDescriptors", + "Discipline": "disciplineDescriptors", + "DisciplineActionLengthDifferenceReason": "disciplineActionLengthDifferenceReasonDescriptors", + "DisciplineIncidentParticipationCode": "disciplineIncidentParticipationCodeDescriptors", + "EducationalEnvironment": "educationalEnvironmentDescriptors", + "EducationOrganizationAssociationType": "educationOrganizationAssociationTypeDescriptors", + "EducationOrganizationCategory": "educationOrganizationCategoryDescriptors", + "EducationOrganizationIdentificationSystem": "educationOrganizationIdentificationSystemDescriptors", + "EducationPlan": "educationPlanDescriptors", + "ElectronicMailType": "electronicMailTypeDescriptors", + "EligibilityDelayReason": "eligibilityDelayReasonDescriptors", + "EligibilityEvaluationType": "eligibilityEvaluationTypeDescriptors", + "EmploymentStatus": "employmentStatusDescriptors", + "EnrollmentType": "enrollmentTypeDescriptors", + "EntryGradeLevelReason": "entryGradeLevelReasonDescriptors", + "EntryType": "entryTypeDescriptors", + "EvaluationDelayReason": "evaluationDelayReasonDescriptors", + "EventCircumstance": "eventCircumstanceDescriptors", + "ExitWithdrawType": "exitWithdrawTypeDescriptors", + "FinancialCollection": "financialCollectionDescriptors", + "GradebookEntryType": "gradebookEntryTypeDescriptors", + "GradeLevel": "gradeLevelDescriptors", + "GradePointAverageType": "gradePointAverageTypeDescriptors", + "GradeType": "gradeTypeDescriptors", + "GraduationPlanType": "graduationPlanTypeDescriptors", + "GunFreeSchoolsActReportingStatus": "gunFreeSchoolsActReportingStatusDescriptors", + "HomelessPrimaryNighttimeResidence": "homelessPrimaryNighttimeResidenceDescriptors", + "HomelessProgramService": "homelessProgramServiceDescriptors", + "IDEAPart": "iDEAPartDescriptors", + "IdentificationDocumentUse": "identificationDocumentUseDescriptors", + "IncidentLocation": "incidentLocationDescriptors", + "Indicator": "indicatorDescriptors", + "IndicatorGroup": "indicatorGroupDescriptors", + "IndicatorLevel": "indicatorLevelDescriptors", + "InstitutionTelephoneNumberType": "institutionTelephoneNumberTypeDescriptors", + "InteractivityStyle": "interactivityStyleDescriptors", + "InternetAccess": "internetAccessDescriptors", + "InternetAccessTypeInResidence": "internetAccessTypeInResidenceDescriptors", + "InternetPerformanceInResidence": "internetPerformanceInResidenceDescriptors", + "InterventionClass": "interventionClassDescriptors", + "InterventionEffectivenessRating": "interventionEffectivenessRatingDescriptors", + "Language": "languageDescriptors", + "LanguageInstructionProgramService": "languageInstructionProgramServiceDescriptors", + "LanguageUse": "languageUseDescriptors", + "LearningStandardCategory": "learningStandardCategoryDescriptors", + "LearningStandardEquivalenceStrength": "learningStandardEquivalenceStrengthDescriptors", + "LearningStandardScope": "learningStandardScopeDescriptors", + "LevelOfEducation": "levelOfEducationDescriptors", + "LicenseStatus": "licenseStatusDescriptors", + "LicenseType": "licenseTypeDescriptors", + "LimitedEnglishProficiency": "limitedEnglishProficiencyDescriptors", + "Locale": "localeDescriptors", + "LocalEducationAgencyCategory": "localEducationAgencyCategoryDescriptors", + "MagnetSpecialProgramEmphasisSchool": "magnetSpecialProgramEmphasisSchoolDescriptors", + "MediumOfInstruction": "mediumOfInstructionDescriptors", + "MethodCreditEarned": "methodCreditEarnedDescriptors", + "MigrantEducationProgramService": "migrantEducationProgramServiceDescriptors", + "ModelEntity": "modelEntityDescriptors", + "Monitored": "monitoredDescriptors", + "NeglectedOrDelinquentProgram": "neglectedOrDelinquentProgramDescriptors", + "NeglectedOrDelinquentProgramService": "neglectedOrDelinquentProgramServiceDescriptors", + "NetworkPurpose": "networkPurposeDescriptors", + "OperationalStatus": "operationalStatusDescriptors", + "OtherNameType": "otherNameTypeDescriptors", + "Participation": "participationDescriptors", + "ParticipationStatus": "participationStatusDescriptors", + "PerformanceBaseConversion": "performanceBaseConversionDescriptors", + "PerformanceLevel": "performanceLevelDescriptors", + "PersonalInformationVerification": "personalInformationVerificationDescriptors", + "PlatformType": "platformTypeDescriptors", + "PopulationServed": "populationServedDescriptors", + "PostingResult": "postingResultDescriptors", + "PostSecondaryEventCategory": "postSecondaryEventCategoryDescriptors", + "PostSecondaryInstitutionLevel": "postSecondaryInstitutionLevelDescriptors", + "PrimaryLearningDeviceAccess": "primaryLearningDeviceAccessDescriptors", + "PrimaryLearningDeviceAwayFromSchool": "primaryLearningDeviceAwayFromSchoolDescriptors", + "PrimaryLearningDeviceProvider": "primaryLearningDeviceProviderDescriptors", + "Proficiency": "proficiencyDescriptors", + "ProgramAssignment": "programAssignmentDescriptors", + "ProgramCharacteristic": "programCharacteristicDescriptors", + "ProgramSponsor": "programSponsorDescriptors", + "ProgramType": "programTypeDescriptors", + "Progress": "progressDescriptors", + "ProgressLevel": "progressLevelDescriptors", + "ProviderCategory": "providerCategoryDescriptors", + "ProviderProfitability": "providerProfitabilityDescriptors", + "ProviderStatus": "providerStatusDescriptors", + "PublicationStatus": "publicationStatusDescriptors", + "QuestionForm": "questionFormDescriptors", + "Race": "raceDescriptors", + "ReasonExited": "reasonExitedDescriptors", + "ReasonNotTested": "reasonNotTestedDescriptors", + "RecognitionType": "recognitionTypeDescriptors", + "Relation": "relationDescriptors", + "RepeatIdentifier": "repeatIdentifierDescriptors", + "ReporterDescription": "reporterDescriptionDescriptors", + "ReportingTag": "reportingTagDescriptors", + "ResidencyStatus": "residencyStatusDescriptors", + "ResponseIndicator": "responseIndicatorDescriptors", + "Responsibility": "responsibilityDescriptors", + "RestraintEventReason": "restraintEventReasonDescriptors", + "ResultDatatypeType": "resultDatatypeTypeDescriptors", + "RetestIndicator": "retestIndicatorDescriptors", + "SchoolCategory": "schoolCategoryDescriptors", + "SchoolChoiceBasis": "schoolChoiceBasisDescriptors", + "SchoolChoiceImplementStatus": "schoolChoiceImplementStatusDescriptors", + "SchoolFoodServiceProgramService": "schoolFoodServiceProgramServiceDescriptors", + "SchoolType": "schoolTypeDescriptors", + "SectionCharacteristic": "sectionCharacteristicDescriptors", + "Separation": "separationDescriptors", + "SeparationReason": "separationReasonDescriptors", + "Service": "serviceDescriptors", + "Sex": "sexDescriptors", + "SourceSystem": "sourceSystemDescriptors", + "SpecialEducationProgramService": "specialEducationProgramServiceDescriptors", + "SpecialEducationSetting": "specialEducationSettingDescriptors", + "StaffClassification": "staffClassificationDescriptors", + "StaffIdentificationSystem": "staffIdentificationSystemDescriptors", + "StaffLeaveEventCategory": "staffLeaveEventCategoryDescriptors", + "StateAbbreviation": "stateAbbreviationDescriptors", + "StudentCharacteristic": "studentCharacteristicDescriptors", + "StudentIdentificationSystem": "studentIdentificationSystemDescriptors", + "StudentParticipationCode": "studentParticipationCodeDescriptors", + "SubmissionStatus": "submissionStatusDescriptors", + "SurveyCategory": "surveyCategoryDescriptors", + "SurveyLevel": "surveyLevelDescriptors", + "TeachingCredential": "teachingCredentialDescriptors", + "TeachingCredentialBasis": "teachingCredentialBasisDescriptors", + "TechnicalSkillsAssessment": "technicalSkillsAssessmentDescriptors", + "TelephoneNumberType": "telephoneNumberTypeDescriptors", + "Term": "termDescriptors", + "TitleIPartAParticipant": "titleIPartAParticipantDescriptors", + "TitleIPartAProgramService": "titleIPartAProgramServiceDescriptors", + "TitleIPartASchoolDesignation": "titleIPartASchoolDesignationDescriptors", + "TribalAffiliation": "tribalAffiliationDescriptors", + "Visa": "visaDescriptors", + "Weapon": "weaponDescriptors", + "CommunityOrganization": "communityOrganizations", + "CommunityProvider": "communityProviders", + "EducationOrganizationNetwork": "educationOrganizationNetworks", + "EducationServiceCenter": "educationServiceCenters", + "LocalEducationAgency": "localEducationAgencies", + "OrganizationDepartment": "organizationDepartments", + "PostSecondaryInstitution": "postSecondaryInstitutions", + "School": "schools", + "StateEducationAgency": "stateEducationAgencies", + "StudentCTEProgramAssociation": "studentCTEProgramAssociations", + "StudentHomelessProgramAssociation": "studentHomelessProgramAssociations", + "StudentLanguageInstructionProgramAssociation": "studentLanguageInstructionProgramAssociations", + "StudentMigrantEducationProgramAssociation": "studentMigrantEducationProgramAssociations", + "StudentNeglectedOrDelinquentProgramAssociation": "studentNeglectedOrDelinquentProgramAssociations", + "StudentProgramAssociation": "studentProgramAssociations", + "StudentSchoolFoodServiceProgramAssociation": "studentSchoolFoodServiceProgramAssociations", + "StudentSpecialEducationProgramAssociation": "studentSpecialEducationProgramAssociations", + "StudentTitleIPartAProgramAssociation": "studentTitleIPartAProgramAssociations" + }, + "abstractResources": { + "EducationOrganization": { + "identityPathOrder": [ + "educationOrganizationId" + ] + }, + "GeneralStudentProgramAssociation": { + "identityPathOrder": [ + "beginDate", + "educationOrganizationId", + "programName", + "programTypeDescriptor", + "studentUniqueId" + ] + } + } + } + }, + "projectNameMapping": { + "Ed-Fi": "ed-fi" + } +} \ No newline at end of file diff --git a/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendFacade.cs b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendFacade.cs new file mode 100644 index 00000000..494e7858 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendFacade.cs @@ -0,0 +1,37 @@ +using Meadowlark.Net.Core.Model; +using Meadowlark.Net.Core.Utility; +using static Meadowlark.Net.Core.Middleware.ApiSchemaLoadingMiddleware; +using static Meadowlark.Net.Core.Middleware.ParsePathMiddleware; +using static Meadowlark.Net.Core.Middleware.ValidateEndpointMiddleware; +using static Meadowlark.Net.Core.Middleware.ValidateDocumentMiddleware; + +namespace Meadowlark.Net.Core; + + +public static class FrontendFacade +{ + /** + * Entry point for API upsert actions + */ + public static async Task UpsertCore(FrontendRequest frontendRequest) + { + try + { + RequestModel requestModel = new(FrontendRequest: frontendRequest, PathComponents: No.PathComponents, ResourceInfo: No.ResourceInfo, + ApiSchema: No.ApiSchema, ResourceSchema: No.ResourceSchema); + MiddlewareModel middlewareModel = new(RequestModel: requestModel, FrontendResponse: null); + + var (finalRequestModel, frontendResponse) = await middlewareModel + .SendTo(LoadApiSchema) + .AndThen(ParsePath) + .AndThen(EndpointValidation) + .AndThen(DocumentValidation); + + return frontendResponse ?? new(StatusCode: 200, Body: $"Success: {finalRequestModel.ResourceInfo.ToString()}"); + } + catch (Exception) + { + return new(StatusCode: 500, Body: "Fail"); + } + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendRequest.cs b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendRequest.cs new file mode 100644 index 00000000..b195f960 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendRequest.cs @@ -0,0 +1,21 @@ +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core; +/** + * An API request sent from the frontend to core + */ +public record FrontendRequest( + // The requested action from a Meadowlark frontend - GET, POST, PUT, DELETE + string Action, + + // The URL path in the form /namespace/resource and optionally /resourceId + // The path must not include query parameters + string Path, + + // Request body provided by the frontend service as a Json.NET JObject, or null if there is no body + JObject? Body, + + // A request identifier provided by the frontend service, used for log tracing + string TraceId +); + diff --git a/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendResponse.cs b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendResponse.cs new file mode 100644 index 00000000..83e54bae --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Handler/FrontendResponse.cs @@ -0,0 +1,5 @@ +namespace Meadowlark.Net.Core; +/** + * An API response sent from core to the frontend + */ +public record FrontendResponse(int StatusCode, string Body); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Meadowlark.Net.Core.csproj b/Meadowlark.net/Meadowlark.Net.Core/Meadowlark.Net.Core.csproj new file mode 100644 index 00000000..2258f9e2 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Meadowlark.Net.Core.csproj @@ -0,0 +1,21 @@ + + + + net8.0 + enable + enable + + + + + + + + + + + Always + + + + diff --git a/Meadowlark.net/Meadowlark.Net.Core/Middleware/ApiSchemaLoadingMiddleware.cs b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ApiSchemaLoadingMiddleware.cs new file mode 100644 index 00000000..535bce04 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ApiSchemaLoadingMiddleware.cs @@ -0,0 +1,21 @@ +using Newtonsoft.Json.Linq; +using static Meadowlark.Net.Core.ApiSchema.ApiSchemaLoader; + +namespace Meadowlark.Net.Core.Middleware; + +public static class ApiSchemaLoadingMiddleware +{ + + public static MiddlewareModel LoadApiSchema(MiddlewareModel middlewareModel) + { + var (requestModel, frontendResponse) = middlewareModel; + + // if there is a response already posted, we are done + if (frontendResponse != null) return middlewareModel; + + JObject apiSchema = LoadApiSchemaFromFile(); + + var updatedMiddlewareModel = middlewareModel with { RequestModel = requestModel with { ApiSchema = apiSchema } }; + return updatedMiddlewareModel; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Middleware/MiddlewareModel.cs b/Meadowlark.net/Meadowlark.Net.Core/Middleware/MiddlewareModel.cs new file mode 100644 index 00000000..ae2917f3 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Middleware/MiddlewareModel.cs @@ -0,0 +1,8 @@ +using Meadowlark.Net.Core.Model; + +namespace Meadowlark.Net.Core; + +/** + * Processing ends once there is a response. + */ +public record MiddlewareModel(RequestModel RequestModel, FrontendResponse? FrontendResponse); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Middleware/ParsePathMiddleware.cs b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ParsePathMiddleware.cs new file mode 100644 index 00000000..83e59cbb --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ParsePathMiddleware.cs @@ -0,0 +1,74 @@ +using System.Text.RegularExpressions; +using Meadowlark.Net.Core.Model; + +namespace Meadowlark.Net.Core.Middleware; + +public static class ParsePathMiddleware +{ + private static string Decapitalize(string str) + { + if (str.Length == 0) return str; + if (str.Length == 1) return str.ToLower(); + return str[0..1].ToLower() + str[1..]; + } + + private static PathComponents? PathComponentsFrom(string path) + { + // Matches all of the following sample expressions: + // /ed-fi/Sections + // /ed-fi/Sections/ + // /ed-fi/Sections/idValue + Regex pathExpression = new(@"\/(?[^/]+)\/(?[^/]+)(\/|$)((?[^/]*$))?"); + + Match? match = pathExpression.Match(path); + + if (match == null) return null; + + string? documentUuidValue = match.Groups["documentUuid"].Value; + if (documentUuidValue == "") documentUuidValue = null; + + return new( + ProjectNamespace: new(match.Groups["projectNamespace"].Value.ToLower()), + EndpointName: new(Decapitalize(match.Groups["endpointName"].Value)), + DocumentUuid: documentUuidValue == null ? null : new(documentUuidValue) + ); + } + + /** + * Check that this is a well formed UUID v4 + */ + private static bool IsDocumentUuidWellFormed(DocumentUuid documentUuid) + { + // Regex for a UUID v4 string + Regex uuid4Regex = new(@"^[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"); + + return uuid4Regex.IsMatch(documentUuid.Value.ToLower()); + } + + /** + * Handles path parsing + */ + public static MiddlewareModel ParsePath(MiddlewareModel middlewareModel) + { + var (requestModel, frontendResponse) = middlewareModel; + + // if there is a response already posted, we are done + if (frontendResponse != null) return middlewareModel; + + PathComponents? pathComponents = PathComponentsFrom(requestModel.FrontendRequest.Path); + + if (pathComponents == null) + { + return middlewareModel with { FrontendResponse = new(StatusCode: 404, Body: "") }; + } + + var updatedMiddlewareModel = middlewareModel with { RequestModel = requestModel with { PathComponents = pathComponents } }; + + if (pathComponents.DocumentUuid != null && !IsDocumentUuidWellFormed(pathComponents.DocumentUuid.Value)) + { + return updatedMiddlewareModel with { FrontendResponse = new(StatusCode: 404, Body: "") }; + } + + return updatedMiddlewareModel; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateDocumentMiddleware.cs b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateDocumentMiddleware.cs new file mode 100644 index 00000000..437a1e6a --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateDocumentMiddleware.cs @@ -0,0 +1,30 @@ +using Meadowlark.Net.Core.Model; +using static Meadowlark.Net.Core.Validation.DocumentValidator; + +namespace Meadowlark.Net.Core.Middleware; + +public static class ValidateDocumentMiddleware +{ + /** + * Validates JSON document shape + */ + public static async Task DocumentValidation(MiddlewareModel middlewareModel) + { + var (requestModel, frontendResponse) = middlewareModel; + + // if there is a response already posted, we are done + if (frontendResponse != null) return middlewareModel; + + // if the body is null, this middleware shouldn't be involved + if (requestModel.FrontendRequest.Body == null) throw new Exception("requestModel.FrontendRequest.Body is null"); + + string[] errors = ValidateDocument(requestModel.ResourceSchema, requestModel.FrontendRequest.Body); + + if (errors.Length > 0) + { + return middlewareModel with { FrontendResponse = new(StatusCode: 400, Body: String.Join(", ", errors)) }; + } + + return middlewareModel; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateEndpointMiddleware.cs b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateEndpointMiddleware.cs new file mode 100644 index 00000000..cad37675 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Middleware/ValidateEndpointMiddleware.cs @@ -0,0 +1,29 @@ +using Meadowlark.Net.Core.Model; +using static Meadowlark.Net.Core.Validation.EndpointValidator; + +namespace Meadowlark.Net.Core.Middleware; + +public static class ValidateEndpointMiddleware +{ + /** + * Validates resource endpoint exists + */ + public static MiddlewareModel EndpointValidation(MiddlewareModel middlewareModel) + { + var (requestModel, frontendResponse) = middlewareModel; + + // if there is a response already posted, we are done + if (frontendResponse != null) return middlewareModel; + + var (ResourceSchema, ResourceInfo, ErrorBody) = ValidateEndpoint(requestModel.ApiSchema, requestModel.PathComponents); + + if (ErrorBody != null) + { + var statusCode = ResourceInfo == No.ResourceInfo ? 404 : 400; + return middlewareModel with { FrontendResponse = new(StatusCode: statusCode, Body: ErrorBody) }; + } + + var updatedMiddlewareModel = middlewareModel with { RequestModel = requestModel with { ResourceSchema = ResourceSchema, ResourceInfo = ResourceInfo } }; + return updatedMiddlewareModel; + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/DocumentUuid.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/DocumentUuid.cs new file mode 100644 index 00000000..a93bd931 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/DocumentUuid.cs @@ -0,0 +1,4 @@ +namespace Meadowlark.Net.Core.Model; + +// A string type branded as a documentUuid +public record struct DocumentUuid(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/EndpointValidationResult.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/EndpointValidationResult.cs new file mode 100644 index 00000000..8b8fe287 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/EndpointValidationResult.cs @@ -0,0 +1,24 @@ +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core.Model; + +/** + * The result from endpoint validation + */ +public record EndpointValidationResult( + + /** + * The ResourceSchema for the endpoint, or null if one was not found + */ + JObject ResourceSchema, + + /** + * Information on the validated MetaEd entity matching the API request + */ + ResourceInfo ResourceInfo, + + /** + * Error message for validation failure + */ + string? ErrorBody +); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/MeadowlarkId.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/MeadowlarkId.cs new file mode 100644 index 00000000..d12c1885 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/MeadowlarkId.cs @@ -0,0 +1,4 @@ +namespace Meadowlark.Net.Core.Model; + +// A string type branded as a MeadowlarkId +public record struct MeadowlarkId(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/No.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/No.cs new file mode 100644 index 00000000..d7249b36 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/No.cs @@ -0,0 +1,34 @@ +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core.Model; + +public static class No +{ + /** + * The null object for PathComponents --- not quite right as records do value equality + * and we want identity equality -- switch to struct/class? + */ + public readonly static PathComponents PathComponents = new(ProjectNamespace: new(""), EndpointName: new(""), DocumentUuid: null); + + /** + * The null object for ResourceInfo --- not quite right as records do value equality + * and we want identity equality -- switch to struct/class? + */ + public readonly static ResourceInfo ResourceInfo = new(ProjectName: new(""), ResourceName: new(""), IsDescriptor: false, + ResourceVersion: new(""), AllowIdentityUpdates: false); + + /** + * The null object for ApiSchema + */ + public readonly static JObject ApiSchema = []; + + /** + * The null object for ProjectSchema + */ + public readonly static JObject ProjectSchema = []; + + /** + * The null object for ResourceSchema + */ + public readonly static JObject ResourceSchema = []; +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/PathComponents.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/PathComponents.cs new file mode 100644 index 00000000..0d6d3ccf --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/PathComponents.cs @@ -0,0 +1,23 @@ +using Meadowlark.Net.Core.ApiSchema.Model; + +namespace Meadowlark.Net.Core.Model; + +/** + * The important parts of the request URL in object form + */ +public record PathComponents( + /** + * Project namespace, all lowercased + */ + ProjectNamespace ProjectNamespace, + + /** + * Endpoint name, which has been decapitalized + */ + EndpointName EndpointName, + + /** + * The resource identifier, which is a document uuid + */ + DocumentUuid? DocumentUuid +); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/RequestModel.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/RequestModel.cs new file mode 100644 index 00000000..0c7942b7 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/RequestModel.cs @@ -0,0 +1,37 @@ +using Newtonsoft.Json.Linq; +namespace Meadowlark.Net.Core.Model; + +/** + * Processing ends once there is a response. + */ +public record RequestModel( + /** + * The FrontendRequest from the frontend + */ + FrontendRequest FrontendRequest, + + /** + * The important parts of the request URL in object form + */ + PathComponents PathComponents, + + /** + * Base API resource information for passing along to backends + */ + ResourceInfo ResourceInfo, + + /** + * Full API schema information describing all resources and resource extensions + */ + JObject ApiSchema, + + /** + * Full API resource schema information describing the shape of this resource + */ + JObject ResourceSchema + + /** + * Complete information on a validated API document + */ + // DocumentInfo DocumentInfo +); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/ResourceInfo.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/ResourceInfo.cs new file mode 100644 index 00000000..97ca0994 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/ResourceInfo.cs @@ -0,0 +1,43 @@ +using Meadowlark.Net.Core.ApiSchema.Model; +namespace Meadowlark.Net.Core.Model; + +/** + * Base API resource information for passing along to backends + */ +public record BaseResourceInfo( + /** + * The project name the API document resource is defined in e.g. "EdFi" for a data standard entity. + */ + MetaEdProjectName ProjectName, + + /** + * The name of the resource. Typically, this is the same as the corresponding MetaEd entity name. However, + * there are exceptions, for example descriptors have a "Descriptor" suffix on their resource name. + */ + MetaEdResourceName ResourceName, + + /** + * Whether this resource is a descriptor. Descriptors are treated differently from other documents + */ + bool IsDescriptor +); + +/** + * API resource information including version + */ +public record ResourceInfo( + MetaEdProjectName ProjectName, + MetaEdResourceName ResourceName, + bool IsDescriptor, + + /** + * The project version the resource belongs to. + */ + SemVer ResourceVersion, + + /** + * Whether the resource allows the identity fields of a document to be updated (changed) + */ + bool AllowIdentityUpdates +) : BaseResourceInfo(ProjectName, ResourceName, IsDescriptor); + diff --git a/Meadowlark.net/Meadowlark.Net.Core/Model/TraceId.cs b/Meadowlark.net/Meadowlark.Net.Core/Model/TraceId.cs new file mode 100644 index 00000000..2c72dde6 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Model/TraceId.cs @@ -0,0 +1,4 @@ +namespace Meadowlark.Net.Core.Model; + +// A string type branded as a traceId +public record struct TraceId(string Value); diff --git a/Meadowlark.net/Meadowlark.Net.Core/Utility/JsonHelper.cs b/Meadowlark.net/Meadowlark.Net.Core/Utility/JsonHelper.cs new file mode 100644 index 00000000..7e20640a --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Utility/JsonHelper.cs @@ -0,0 +1,18 @@ +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core.Utility; + +/** + * Helpers to go from a JSONPath selection directly to a type + */ +public static class JsonHelperExtension { + public static string PathAsString(this JToken jToken, string jsonPath) { + JToken? targetToken = jToken.SelectToken(jsonPath); + return targetToken == null ? "" : targetToken.ToObject() ?? ""; + } + + public static bool PathAsBool(this JToken jToken, string jsonPath) { + JToken? targetToken = jToken.SelectToken(jsonPath); + return targetToken == null ? false : targetToken.ToObject(); + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Utility/PipeExtension.cs b/Meadowlark.net/Meadowlark.Net.Core/Utility/PipeExtension.cs new file mode 100644 index 00000000..130e3b25 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Utility/PipeExtension.cs @@ -0,0 +1,14 @@ +namespace Meadowlark.Net.Core.Utility; + +// Implements functional pipe forwarding - functions are the same +public static class PipeExtension { + public static TOutput AndThen(this TInput input, in Func map) + where TInput : class + where TOutput : class => + map(input); + + public static TOutput SendTo(this TInput input, in Func map) + where TInput : class + where TOutput : class => + map(input); +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Validation/DocumentValidator.cs b/Meadowlark.net/Meadowlark.Net.Core/Validation/DocumentValidator.cs new file mode 100644 index 00000000..5940ee05 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Validation/DocumentValidator.cs @@ -0,0 +1,41 @@ +using System.Text.Json.Nodes; +using Json.Schema; +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; + +namespace Meadowlark.Net.Core.Validation; + +public static class DocumentValidator +{ + + /** + * Validate the JSON body of the request against the JSON schema for the corresponding API resource + */ + public static string[] ValidateDocument(JObject resourceSchema, JObject body) + { + JToken? jsonSchemaForResource = resourceSchema.SelectToken("$.jsonSchemaForInsert"); + if (jsonSchemaForResource == null) throw new Exception("No jsonSchemaForInsert found"); + + // this is crazy + string reserializedJsonSchema = JsonConvert.SerializeObject(jsonSchemaForResource); + + // from JsonSchema.Net (json-everything) + Json.Schema.JsonSchema? schemaValidator = Json.Schema.JsonSchema.FromText(reserializedJsonSchema); + if (schemaValidator == null) throw new Exception("reserializedJsonSchema not valid"); + + + // this is also crazy + string reserializedBody = JsonConvert.SerializeObject(body); + JsonNode? bodyAsSystemTextJson = JsonNode.Parse(reserializedBody); + if (bodyAsSystemTextJson == null) throw new Exception("reserializedBody not valid"); + + EvaluationResults results = schemaValidator.Evaluate(bodyAsSystemTextJson, new(){OutputFormat = OutputFormat.List}); + + var allMessages = results.Details.Where(x => x.HasErrors).SelectMany(x => x.Errors == null ? [] : x.Errors.ToArray()).Select(x => x.Value).ToArray(); + + var pruneMessages = results.Details.Where(x => x.HasErrors && x.EvaluationPath.Segments.Count() > 0 && x.EvaluationPath.Segments[^1] == "additionalProperties").Select(x => $"Overpost at {x.InstanceLocation}").ToArray(); + + // Remove the unhelpful messages + return allMessages.Where(x => x != "All values fail against the false schema").Concat(pruneMessages).ToArray(); + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Core/Validation/EndpointValidator.cs b/Meadowlark.net/Meadowlark.Net.Core/Validation/EndpointValidator.cs new file mode 100644 index 00000000..55faa438 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Core/Validation/EndpointValidator.cs @@ -0,0 +1,41 @@ +using Meadowlark.Net.Core.Model; +using Newtonsoft.Json.Linq; +using static Meadowlark.Net.Core.ApiSchema.ProjectSchemaFinder; +using static Meadowlark.Net.Core.ApiSchema.ResourceSchemaFinder; +using Meadowlark.Net.Core.Utility; + +namespace Meadowlark.Net.Core.Validation; + +public static class EndpointValidator +{ + /** + * Validates that an EndpointName maps to a ResourceSchema + */ + public static EndpointValidationResult ValidateEndpoint(JObject apiSchema, PathComponents pathComponents) + { + JObject? matchingProjectSchema = FindProjectSchema(apiSchema, pathComponents.ProjectNamespace); + JObject? matchingResourceSchema = FindResourceSchema(apiSchema, pathComponents); + + if (matchingProjectSchema == null || matchingResourceSchema == null) + { + return new( + ResourceSchema: No.ResourceSchema, + ResourceInfo: No.ResourceInfo, + ErrorBody: $"Invalid resource '{pathComponents.EndpointName}'." + ); + } + + return new( + ErrorBody: null, + ResourceSchema: matchingResourceSchema, + ResourceInfo: + new( + ProjectName: new(matchingProjectSchema.PathAsString("$.projectName")), + ResourceVersion: new(matchingProjectSchema.PathAsString("$.projectVersion")), + ResourceName: new(matchingResourceSchema.PathAsString("$.resourceName")), + IsDescriptor: matchingResourceSchema.PathAsBool("$.isDescriptor"), + AllowIdentityUpdates: matchingResourceSchema.PathAsBool("$.allowIdentityUpdates") + ) + ); + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/CrudHandler.cs b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/CrudHandler.cs new file mode 100644 index 00000000..0710b585 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/CrudHandler.cs @@ -0,0 +1,76 @@ +// SPDX-License-Identifier: Apache-2.0 +// Licensed to the Ed-Fi Alliance under one or more agreements. +// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. +// See the LICENSE and NOTICES files in the project root for more information. + +using Newtonsoft.Json; +using Newtonsoft.Json.Linq; + +using Meadowlark.Net.Core; +using static Meadowlark.Net.Core.FrontendFacade; + +namespace Meadowlark.Net.Frontend.MinimalAPI +{ + public static class CrudHandler + { + private static async Task ExtractJsonBodyFrom(HttpRequest request) + { + using Stream body = request.Body; + using StreamReader bodyReader = new(body); + var requestBody = await bodyReader.ReadToEndAsync(); + + if (String.IsNullOrEmpty(requestBody)) return null; + + return JsonConvert.DeserializeObject(requestBody); + } + + /** + * Entry point for API POST requests + */ + public static async Task Upsert(HttpRequest request) + { + // respondWith(await meadowlarkUpsert(fromRequest(request)), reply); + + JObject? body = await ExtractJsonBodyFrom(request); + + FrontendRequest frontendRequest = new(Action: "POST", Body: body, Path: request.Path, TraceId: System.Guid.NewGuid().ToString()); + + var frontendResponse = await UpsertCore(frontendRequest); + + return Results.Content(statusCode: frontendResponse.StatusCode, content: frontendResponse.Body); + } + + /** + * Entry point for all API GET requests + */ + public static IResult Get(HttpRequest request) + { + // respondWith(await meadowlarkGet(fromRequest(request)), reply); + + return Results.Ok(new { Message = "Get" }); + } + + /** + * Entry point for all API PUT requests, which are "by id" + */ + public static async Task Update(HttpRequest request) + { + // respondWith(await meadowlarkUpdate(fromRequest(request)), reply); + + var q = await ExtractJsonBodyFrom(request); + + return Results.Ok(new { Message = "Update" }); + } + + /** + * Entry point for all API DELETE requests, which are "by id" + */ + public static IResult DeleteIt(HttpRequest request) + { + // respondWith(await meadowlarkDelete(fromRequest(request)), reply); + + return Results.Ok(new { Message = "DeleteIt" }); + } + + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Meadowlark.Net.Frontend.MinimalAPI.csproj b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Meadowlark.Net.Frontend.MinimalAPI.csproj new file mode 100644 index 00000000..33d1cf42 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Meadowlark.Net.Frontend.MinimalAPI.csproj @@ -0,0 +1,14 @@ + + + + net8.0 + enable + enable + + + + + + + + diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Program.cs b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Program.cs new file mode 100644 index 00000000..65b25929 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Program.cs @@ -0,0 +1,11 @@ +using static Meadowlark.Net.Frontend.MinimalAPI.CrudHandler; + +var builder = WebApplication.CreateBuilder(args); +var app = builder.Build(); + +app.MapPost("/{**catchAll}", Upsert); +app.MapGet("/", Get); +app.MapPut("/", Update); +app.MapDelete("/", DeleteIt); + +app.Run("http://localhost:3000"); diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Properties/launchSettings.json b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Properties/launchSettings.json new file mode 100644 index 00000000..55b287e9 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/Properties/launchSettings.json @@ -0,0 +1,38 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:62659", + "sslPort": 44393 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5008", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7225;http://localhost:5008", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.Development.json b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.Development.json new file mode 100644 index 00000000..0c208ae9 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.json b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.json new file mode 100644 index 00000000..10f68b8c --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.Frontend.MinimalAPI/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/Meadowlark.net/Meadowlark.Net.sln b/Meadowlark.net/Meadowlark.Net.sln new file mode 100644 index 00000000..3cb87ee6 --- /dev/null +++ b/Meadowlark.net/Meadowlark.Net.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Meadowlark.Net.Frontend.MinimalAPI", "Meadowlark.Net.Frontend.MinimalAPI\Meadowlark.Net.Frontend.MinimalAPI.csproj", "{BBD0443F-170F-4C88-9412-1A3C0F38C534}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Meadowlark.Net.Core", "Meadowlark.Net.Core\Meadowlark.Net.Core.csproj", "{94432F90-DE9C-4E69-A4DD-D4EEA31DE5C3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BBD0443F-170F-4C88-9412-1A3C0F38C534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BBD0443F-170F-4C88-9412-1A3C0F38C534}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BBD0443F-170F-4C88-9412-1A3C0F38C534}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BBD0443F-170F-4C88-9412-1A3C0F38C534}.Release|Any CPU.Build.0 = Release|Any CPU + {94432F90-DE9C-4E69-A4DD-D4EEA31DE5C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {94432F90-DE9C-4E69-A4DD-D4EEA31DE5C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {94432F90-DE9C-4E69-A4DD-D4EEA31DE5C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {94432F90-DE9C-4E69-A4DD-D4EEA31DE5C3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Meadowlark.net/RestClient/test.http b/Meadowlark.net/RestClient/test.http new file mode 100644 index 00000000..2d0b0ec8 --- /dev/null +++ b/Meadowlark.net/RestClient/test.http @@ -0,0 +1,143 @@ +### Test POST of descriptor + +POST http://localhost:3000/ed-fi/contentClassDescriptors/ + +{ + "codeValue": "Presentation", + "shortDescription": "Presentation", + "description": "Presentation", + "namespace": "uri://ed-fi.org/ContentClassDescriptor" +} + +### Test POST of an EducationContent + +POST http://localhost:3000/ed-fi/educationContents + +{ + "contentIdentifier": "933zsd4350", + "namespace": "43210", + "shortDescription": "abc", + "contentClassDescriptor": "uri://ed-fi.org/ContentClassDescriptor#Presentation", + "learningResourceMetadataURI": "21430" +} + +### Test POST of an EducationContent with two overposted fields +### Result is NoAdditionalPropertiesAllowed +POST http://localhost:3000/ed-fi/educationContents + +{ + "contentIdentifier": "933zsd4350", + "namespace": "43210", + "shortDescription": "abc", + "contentClassDescriptor": "uri://ed-fi.org/ContentClassDescriptor#Presentation", + "learningResourceMetadataURI": "21430", + "scalarOverpost": "x", + "objectOverpost": { + "x": 1 + } +} + +#### Test POST of a Section +POST http://localhost:3000/ed-fi/sections + +{ + "sectionIdentifier": "c00v", + "courseOfferingReference": { + "localCourseCode": "abc", + "schoolId": 666, + "sessionName": "d", + "schoolYear": 2034 + }, + "locationReference": { + "classroomIdentificationCode": "1", + "schoolId": 2 + }, + "availableCreditTypeDescriptor": "k", + "classPeriods": [ + { + "classPeriodReference": + { + "schoolId": 66, + "classPeriodName": "z1" + } + }, + { + "classPeriodReference": + { + "schoolId": 66, + "classPeriodName": "z2" + } + } + ] +} + +#### Test POST of a Section with overposts in the classPeriods array +POST http://localhost:3000/ed-fi/sections + +{ + "sectionIdentifier": "c00v", + "courseOfferingReference": { + "localCourseCode": "abc", + "schoolId": 666, + "sessionName": "d", + "schoolYear": 2034 + }, + "locationReference": { + "classroomIdentificationCode": "1", + "schoolId": 2 + }, + "availableCreditTypeDescriptor": "k", + "classPeriods": [ + { + "classPeriodReference": + { + "schoolId": 66, + "classPeriodName": "z1", + "scalarOverpost": "x" + } + }, + { + "classPeriodReference": + { + "schoolId": 66, + "classPeriodName": "z2", + "objectOverpost": { + "x": 1 + } + } + } + ] +} + +#### Test POST of a Section with non-overpost error - missing classPeriodName in the classPeriods array +POST http://localhost:3000/ed-fi/sections + +{ + "sectionIdentifier": "c00v", + "courseOfferingReference": { + "localCourseCode": "abc", + "schoolId": 666, + "sessionName": "d", + "schoolYear": 2034 + }, + "locationReference": { + "classroomIdentificationCode": "1", + "schoolId": 2 + }, + "availableCreditTypeDescriptor": "k", + "classPeriods": [ + { + "classPeriodReference": + { + "schoolId": 66, + "classPeriodName": "z1" + } + }, + { + "classPeriodReference": + { + "schoolId": 66 + } + } + ] +}