components:
  schemas:
    JsonValue: {}
    Problem:
      additionalProperties: true
      properties:
        code:
          type: string
        detail:
          type: string
        requestId:
          type: string
        status:
          type: integer
        title:
          type: string
        traceId:
          type: string
        type:
          format: uri
          type: string
      type: object
  securitySchemes:
    bearerAuth:
      bearerFormat: JWT
      scheme: bearer
      type: http
externalDocs:
  description: Customer documentation
  url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/customer_website/
info:
  description: Generated discovery contract for the live Platform3 master route. Domain field semantics remain owned by the linked data dictionary.
  title: Platform3 Ed-Fi 1EdTech API
  version: 1.0.0
openapi: 3.1.0
paths:
  /:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_a06db1e8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      security: []
      summary: Read the API discovery descriptor
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /dev/mint:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_dev_mint_ea0d95c8
      parameters:
        - in: query
          name: tenantId
          required: false
          schema:
            type: string
      responses:
        "200": &a1
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a1
        "202": *a1
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      security: []
      summary: Mint a public demo token
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/academicWeeks:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_academicWeeks_693f5106
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_academicWeeks_386b8b91
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a2
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a2
        "202": *a2
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/academicWeeks/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_academicWeeks_edfiLocalId_fa215b44
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_academicWeeks_edfiLocalId_2a034156
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_academicWeeks_edfiLocalId_b7a0c48a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_academicWeeks_edfiLocalId_0abba971
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AcademicWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/accountabilityRatings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_accountabilityRatings_8c3fb4da
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_accountabilityRatings_2b31f0bd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a3
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a3
        "202": *a3
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/accountabilityRatings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_accountabilityRatings_edfiLocalId_ac8575a7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_accountabilityRatings_edfiLocalId_12483cf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_accountabilityRatings_edfiLocalId_99014975
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_accountabilityRatings_edfiLocalId_4f9f25f8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AccountabilityRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applicantProfiles:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applicantProfiles_b9458561
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_applicantProfiles_bab4422a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a4
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a4
        "202": *a4
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applicantProfiles/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_applicantProfiles_edfiLocalId_50106135
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applicantProfiles_edfiLocalId_829ed824
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_applicantProfiles_edfiLocalId_12e1011e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_applicantProfiles_edfiLocalId_0eeac1d5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ApplicantProfile
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applicationEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applicationEvents_2dc2af7a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_applicationEvents_a184faa6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a5
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a5
        "202": *a5
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applicationEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_applicationEvents_edfiLocalId_ab5fed81
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applicationEvents_edfiLocalId_15e2e724
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_applicationEvents_edfiLocalId_35f22088
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_applicationEvents_edfiLocalId_126fdfc8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ApplicationEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applications:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applications_bfae3a1c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_applications_01055111
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a6
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a6
        "202": *a6
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/applications/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_applications_edfiLocalId_fb35de3c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_applications_edfiLocalId_62321c2e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_applications_edfiLocalId_388a48e6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_applications_edfiLocalId_567926b5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Application
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentAdministrationParticipations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentAdministrationParticipations_8b56a1ce
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessmentAdministrationParticipations_59713812
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a7
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a7
        "202": *a7
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentAdministrationParticipations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessmentAdministrationParticipations_edfiLocalId_dd3f594a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentAdministrationParticipations_edfiLocalId_88c9d23a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessmentAdministrationParticipations_edfiLocalId_3c69fdde
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessmentAdministrationParticipations_edfiLocalId_a05a83aa
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AssessmentAdministrationParticipation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentAdministrations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentAdministrations_3f945712
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessmentAdministrations_b613803c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a8
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a8
        "202": *a8
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentAdministrations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessmentAdministrations_edfiLocalId_d3f599ce
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentAdministrations_edfiLocalId_6fc3cba9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessmentAdministrations_edfiLocalId_600eb94a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessmentAdministrations_edfiLocalId_49651b19
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AssessmentAdministration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentBatteryParts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentBatteryParts_d3e5c9b5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessmentBatteryParts_b76fc898
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a9
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a9
        "202": *a9
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentBatteryParts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessmentBatteryParts_edfiLocalId_3d4ffe39
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentBatteryParts_edfiLocalId_db04a016
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessmentBatteryParts_edfiLocalId_63f7cd23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessmentBatteryParts_edfiLocalId_2ef13135
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AssessmentBatteryPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentItems:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentItems_186c5feb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessmentItems_be18290b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a10
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a10
        "202": *a10
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentItems/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessmentItems_edfiLocalId_7049a9ce
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentItems_edfiLocalId_33169a1e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessmentItems_edfiLocalId_80002a53
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessmentItems_edfiLocalId_fc7c8aae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AssessmentItem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentScoreRangeLearningStandards:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentScoreRangeLearningStandards_28592fcd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessmentScoreRangeLearningStandards_528b5a0e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a12
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a12
        "202": *a12
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessmentScoreRangeLearningStandards/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessmentScoreRangeLearningStandards_edfiLocalId_66d9f386
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessmentScoreRangeLearningStandards_edfiLocalId_fb3c6ccc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessmentScoreRangeLearningStandards_edfiLocalId_e1fd00d9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessmentScoreRangeLearningStandards_edfiLocalId_01ed6f17
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace AssessmentScoreRangeLearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessments_e740270e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_assessments_1df95746
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a11
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a11
        "202": *a11
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/assessments/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_assessments_edfiLocalId_ba0226ff
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_assessments_edfiLocalId_26481384
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_assessments_edfiLocalId_849490b4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_assessments_edfiLocalId_d6eb03c6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Assessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/balanceSheetDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_balanceSheetDimensions_1e213574
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_balanceSheetDimensions_c29a615e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a13
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a13
        "202": *a13
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/balanceSheetDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_balanceSheetDimensions_edfiLocalId_7fdc6b20
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_balanceSheetDimensions_edfiLocalId_74b43adc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_balanceSheetDimensions_edfiLocalId_5722c67f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_balanceSheetDimensions_edfiLocalId_3556e0c0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace BalanceSheetDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/bellSchedules:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_bellSchedules_181b59fc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_bellSchedules_f3868abe
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a14
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a14
        "202": *a14
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/bellSchedules/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_bellSchedules_edfiLocalId_5792b616
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_bellSchedules_edfiLocalId_2201c85d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_bellSchedules_edfiLocalId_0909fc68
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_bellSchedules_edfiLocalId_c3f260af
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace BellSchedule
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/calendarDates:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_calendarDates_892f98b9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_calendarDates_c3258033
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a15
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a15
        "202": *a15
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/calendarDates/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_calendarDates_edfiLocalId_bde43833
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_calendarDates_edfiLocalId_88633561
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_calendarDates_edfiLocalId_afcbbb73
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_calendarDates_edfiLocalId_5b16563f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CalendarDate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/calendars:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_calendars_92b738f5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_calendars_9655df81
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a16
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a16
        "202": *a16
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/calendars/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_calendars_edfiLocalId_7744828a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_calendars_edfiLocalId_0c13e45c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_calendars_edfiLocalId_068c210b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_calendars_edfiLocalId_9fdbd054
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Calendar
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateEducatorPreparationProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateEducatorPreparationProgramAssociations_cd409597
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_candidateEducatorPreparationProgramAssociations_bb7b55fa
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a17
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a17
        "202": *a17
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateEducatorPreparationProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_candidateEducatorPreparationProgramAssociations_edfiLocalId_233aadbb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateEducatorPreparationProgramAssociations_edfiLocalId_b6062894
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_candidateEducatorPreparationProgramAssociations_edfiLocalId_01cf3119
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_candidateEducatorPreparationProgramAssociations_edfiLocalId_02d39860
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CandidateEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateIdentificationCodes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateIdentificationCodes_dbe1e270
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_candidateIdentificationCodes_4449666c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a18
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a18
        "202": *a18
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateIdentificationCodes/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_candidateIdentificationCodes_edfiLocalId_fe519634
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateIdentificationCodes_edfiLocalId_c053d918
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_candidateIdentificationCodes_edfiLocalId_823b5b05
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_candidateIdentificationCodes_edfiLocalId_7c107aea
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CandidateIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateRelationshipToStaffAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateRelationshipToStaffAssociations_185a67a5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_candidateRelationshipToStaffAssociations_577e135c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a19
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a19
        "202": *a19
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidateRelationshipToStaffAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_candidateRelationshipToStaffAssociations_edfiLocalId_97cb094e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidateRelationshipToStaffAssociations_edfiLocalId_baaa7595
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_candidateRelationshipToStaffAssociations_edfiLocalId_a148e5a9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_candidateRelationshipToStaffAssociations_edfiLocalId_f633c2e5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CandidateRelationshipToStaffAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidates:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidates_219b9f7f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_candidates_4012816b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a20
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a20
        "202": *a20
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/candidates/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_candidates_edfiLocalId_36d2d9a4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_candidates_edfiLocalId_51b13312
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_candidates_edfiLocalId_ba1c9234
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_candidates_edfiLocalId_5aa509c6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Candidate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certificationExamResults:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certificationExamResults_ab45b457
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_certificationExamResults_ba4f9e78
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a21
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a21
        "202": *a21
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certificationExamResults/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_certificationExamResults_edfiLocalId_f9caf707
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certificationExamResults_edfiLocalId_daa8fad6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_certificationExamResults_edfiLocalId_a1587f8b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_certificationExamResults_edfiLocalId_64e3a19f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CertificationExamResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certificationExams:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certificationExams_ce6609c0
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_certificationExams_08c89e1b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a22
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a22
        "202": *a22
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certificationExams/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_certificationExams_edfiLocalId_a3006df5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certificationExams_edfiLocalId_3d48461f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_certificationExams_edfiLocalId_4c15f4eb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_certificationExams_edfiLocalId_fa097ee3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CertificationExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certifications:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certifications_4d6549c7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_certifications_e8051bdd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a23
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a23
        "202": *a23
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/certifications/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_certifications_edfiLocalId_fab71102
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_certifications_edfiLocalId_3e792486
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_certifications_edfiLocalId_4878cf7b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_certifications_edfiLocalId_8c8306ca
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Certification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/chartOfAccounts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_chartOfAccounts_e6666018
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_chartOfAccounts_6163f6a6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a24
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a24
        "202": *a24
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/chartOfAccounts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_chartOfAccounts_edfiLocalId_e22c75c2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_chartOfAccounts_edfiLocalId_443ae801
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_chartOfAccounts_edfiLocalId_93cf5f62
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_chartOfAccounts_edfiLocalId_92fa0b6b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ChartOfAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/classPeriods:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_classPeriods_3bbffd60
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_classPeriods_e720c913
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a25
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a25
        "202": *a25
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/classPeriods/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_classPeriods_edfiLocalId_ccd12177
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_classPeriods_edfiLocalId_a4e43b8d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_classPeriods_edfiLocalId_8bcc700d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_classPeriods_edfiLocalId_122cd649
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ClassPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/cohorts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_cohorts_f6f37b86
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_cohorts_4c462f70
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a26
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a26
        "202": *a26
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/cohorts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_cohorts_edfiLocalId_37a65150
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_cohorts_edfiLocalId_fc13467f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_cohorts_edfiLocalId_0e22982c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_cohorts_edfiLocalId_5926f3d8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Cohort
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityOrganizations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityOrganizations_11973ff3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_communityOrganizations_5c2c4004
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a27
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a27
        "202": *a27
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityOrganizations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_communityOrganizations_edfiLocalId_2fa31ce5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityOrganizations_edfiLocalId_f993b161
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_communityOrganizations_edfiLocalId_3af10f95
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_communityOrganizations_edfiLocalId_46c0332a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CommunityOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityProviderLicenses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityProviderLicenses_7ec77ed5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_communityProviderLicenses_9549c1fb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a28
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a28
        "202": *a28
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityProviderLicenses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_communityProviderLicenses_edfiLocalId_56c43264
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityProviderLicenses_edfiLocalId_68bbfac9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_communityProviderLicenses_edfiLocalId_f0d61cac
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_communityProviderLicenses_edfiLocalId_b27531a4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CommunityProviderLicense
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityProviders:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityProviders_00252cc6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_communityProviders_35269ba8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a29
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a29
        "202": *a29
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/communityProviders/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_communityProviders_edfiLocalId_2b4662bd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_communityProviders_edfiLocalId_1d524c09
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_communityProviders_edfiLocalId_48aaa8b7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_communityProviders_edfiLocalId_51fa23a0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CommunityProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/competencyObjectives:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_competencyObjectives_86b12c54
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_competencyObjectives_6e1fdb3e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a30
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a30
        "202": *a30
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/competencyObjectives/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_competencyObjectives_edfiLocalId_73d1bdd8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_competencyObjectives_edfiLocalId_c5df7a02
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_competencyObjectives_edfiLocalId_3c5e2c4b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_competencyObjectives_edfiLocalId_69abcd09
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/conformance/evidence:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_conformance_evidence_a1297fef
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Ed-Fi conformance evidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/contactIdentificationCodes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_contactIdentificationCodes_4781d0c1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_contactIdentificationCodes_922d6aad
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a31
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a31
        "202": *a31
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/contactIdentificationCodes/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_contactIdentificationCodes_edfiLocalId_a2f9f19a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_contactIdentificationCodes_edfiLocalId_9d58946e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_contactIdentificationCodes_edfiLocalId_22282cfa
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_contactIdentificationCodes_edfiLocalId_52a1b706
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ContactIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/contacts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_contacts_c2cc027b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_contacts_48322370
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a32
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a32
        "202": *a32
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/contacts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_contacts_edfiLocalId_7fe89fe1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_contacts_edfiLocalId_fa1e624e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_contacts_edfiLocalId_6d6214a1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_contacts_edfiLocalId_42dccc34
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Contact
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courseOfferings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courseOfferings_00506afa
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_courseOfferings_49dd0201
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a33
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a33
        "202": *a33
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courseOfferings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_courseOfferings_edfiLocalId_49da5866
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courseOfferings_edfiLocalId_d87b4dd1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_courseOfferings_edfiLocalId_7ae17bf2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_courseOfferings_edfiLocalId_890a1af1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CourseOffering
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courseTranscripts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courseTranscripts_ca7aed38
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_courseTranscripts_ecf0159e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a35
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a35
        "202": *a35
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courseTranscripts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_courseTranscripts_edfiLocalId_733b00a3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courseTranscripts_edfiLocalId_6a58c00f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_courseTranscripts_edfiLocalId_e6140890
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_courseTranscripts_edfiLocalId_3393fbb7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CourseTranscript
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courses_07ff1ff4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_courses_e0612286
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a34
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a34
        "202": *a34
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/courses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_courses_edfiLocalId_5e35b06f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_courses_edfiLocalId_a766d2ea
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_courses_edfiLocalId_56441e6a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_courses_edfiLocalId_d8584e4b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Course
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/credentialEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_credentialEvents_fac06b46
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_credentialEvents_9c0e78fa
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a36
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a36
        "202": *a36
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/credentialEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_credentialEvents_edfiLocalId_00d31d7e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_credentialEvents_edfiLocalId_48b97155
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_credentialEvents_edfiLocalId_279a3092
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_credentialEvents_edfiLocalId_ba3aaa84
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CredentialEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/credentials:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_credentials_f950af80
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_credentials_02fd8225
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a37
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a37
        "202": *a37
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/credentials/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_credentials_edfiLocalId_d1cdada7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_credentials_edfiLocalId_6774fd29
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_credentials_edfiLocalId_591bfde8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_credentials_edfiLocalId_d89e7f15
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Credential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/crisisEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_crisisEvents_5ca7d2ef
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_crisisEvents_67f47f5a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a38
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a38
        "202": *a38
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/crisisEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_crisisEvents_edfiLocalId_94d480af
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_crisisEvents_edfiLocalId_d17f827c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_crisisEvents_edfiLocalId_dc86988d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_crisisEvents_edfiLocalId_a3264843
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace CrisisEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptorMappings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptorMappings_8157effb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptorMappings_a5b0e0ff
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a39
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a39
        "202": *a39
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptorMappings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_descriptorMappings_edfiLocalId_5069a3d7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptorMappings_edfiLocalId_8127d0d9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptorMappings_edfiLocalId_a7e560b5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_descriptorMappings_edfiLocalId_65448fcb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace DescriptorMapping
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/absenceEventCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_absenceEventCategoryDescriptors_dd09d980
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AbsenceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_absenceEventCategoryDescriptors_b38a4271
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a40
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a40
        "202": *a40
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AbsenceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/absenceEventCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_absenceEventCategoryDescriptors_descriptorId_58c413b9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AbsenceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_absenceEventCategoryDescriptors_descriptorId_3a3aa675
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AbsenceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/academicHonorCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_academicHonorCategoryDescriptors_1a697b4b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AcademicHonorCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_academicHonorCategoryDescriptors_825f63c2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a41
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a41
        "202": *a41
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AcademicHonorCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/academicHonorCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_academicHonorCategoryDescriptors_descriptorId_c308f8b3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AcademicHonorCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_academicHonorCategoryDescriptors_descriptorId_1f0835a0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AcademicHonorCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/academicSubjectDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_academicSubjectDescriptors_eefa073d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AcademicSubject
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_academicSubjectDescriptors_53138f55
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a42
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a42
        "202": *a42
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AcademicSubject
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/academicSubjectDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_academicSubjectDescriptors_descriptorId_174c42ce
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AcademicSubject
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_academicSubjectDescriptors_descriptorId_88724d0a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AcademicSubject
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accommodationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accommodationDescriptors_a9118cdd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Accommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_accommodationDescriptors_56b977d6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a43
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a43
        "202": *a43
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Accommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accommodationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accommodationDescriptors_descriptorId_4e710216
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Accommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_accommodationDescriptors_descriptorId_587321e6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Accommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accountTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accountTypeDescriptors_4099149f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AccountType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_accountTypeDescriptors_5e925487
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a44
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a44
        "202": *a44
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AccountType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accountTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accountTypeDescriptors_descriptorId_a6ab60dc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AccountType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_accountTypeDescriptors_descriptorId_f938cf42
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AccountType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accreditationStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accreditationStatusDescriptors_0b102c65
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AccreditationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_accreditationStatusDescriptors_ba69949a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a45
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a45
        "202": *a45
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AccreditationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/accreditationStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_accreditationStatusDescriptors_descriptorId_8ee664e5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AccreditationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_accreditationStatusDescriptors_descriptorId_c84fe1b8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AccreditationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/achievementCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_achievementCategoryDescriptors_2fcedc74
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AchievementCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_achievementCategoryDescriptors_99d73d21
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a46
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a46
        "202": *a46
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AchievementCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/achievementCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_achievementCategoryDescriptors_descriptorId_12b1c01f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AchievementCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_achievementCategoryDescriptors_descriptorId_1e1447f8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AchievementCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/additionalCreditTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_additionalCreditTypeDescriptors_e4c28261
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AdditionalCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_additionalCreditTypeDescriptors_d74188a7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a47
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a47
        "202": *a47
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AdditionalCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/additionalCreditTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_additionalCreditTypeDescriptors_descriptorId_eb7b0568
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AdditionalCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_additionalCreditTypeDescriptors_descriptorId_04693ace
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AdditionalCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/addressCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_addressCharacteristicDescriptors_22961549
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AddressCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_addressCharacteristicDescriptors_c8a3f6b7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a48
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a48
        "202": *a48
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AddressCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/addressCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_addressCharacteristicDescriptors_descriptorId_fd14cd60
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AddressCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_addressCharacteristicDescriptors_descriptorId_51b42aa6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AddressCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/addressTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_addressTypeDescriptors_18073717
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AddressType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_addressTypeDescriptors_8541986a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a49
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a49
        "202": *a49
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AddressType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/addressTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_addressTypeDescriptors_descriptorId_ef7655da
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AddressType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_addressTypeDescriptors_descriptorId_67f91739
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AddressType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/administrationEnvironmentDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_administrationEnvironmentDescriptors_b976b0cd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AdministrationEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_administrationEnvironmentDescriptors_d54dec99
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a50
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a50
        "202": *a50
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AdministrationEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/administrationEnvironmentDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_administrationEnvironmentDescriptors_descriptorId_27d95626
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AdministrationEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_administrationEnvironmentDescriptors_descriptorId_20ad7ef2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AdministrationEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/administrativeFundingControlDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_administrativeFundingControlDescriptors_d5414890
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AdministrativeFundingControl
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_administrativeFundingControlDescriptors_959544c3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a51
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a51
        "202": *a51
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AdministrativeFundingControl
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/administrativeFundingControlDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_administrativeFundingControlDescriptors_descriptorId_76556bcf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AdministrativeFundingControl
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_administrativeFundingControlDescriptors_descriptorId_64c3f532
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AdministrativeFundingControl
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/aidTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_aidTypeDescriptors_1722cfdc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AidType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_aidTypeDescriptors_b37d222f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a52
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a52
        "202": *a52
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AidType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/aidTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_aidTypeDescriptors_descriptorId_a0963023
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AidType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_aidTypeDescriptors_descriptorId_e0c6cc96
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AidType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ancestryEthnicOriginDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ancestryEthnicOriginDescriptors_332aa527
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AncestryEthnicOrigin
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_ancestryEthnicOriginDescriptors_8cad34aa
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a53
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a53
        "202": *a53
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AncestryEthnicOrigin
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ancestryEthnicOriginDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ancestryEthnicOriginDescriptors_descriptorId_7bd21a23
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AncestryEthnicOrigin
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_ancestryEthnicOriginDescriptors_descriptorId_19774086
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AncestryEthnicOrigin
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationEventResultDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationEventResultDescriptors_5aa22ce8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicationEventResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_applicationEventResultDescriptors_1e587686
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a54
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a54
        "202": *a54
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicationEventResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationEventResultDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationEventResultDescriptors_descriptorId_0f3d3422
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicationEventResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_applicationEventResultDescriptors_descriptorId_038c706e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicationEventResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationEventTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationEventTypeDescriptors_3f53d7e1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicationEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_applicationEventTypeDescriptors_1b8b6120
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a55
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a55
        "202": *a55
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicationEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationEventTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationEventTypeDescriptors_descriptorId_07b6d255
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicationEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_applicationEventTypeDescriptors_descriptorId_dc35364a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicationEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationSourceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationSourceDescriptors_afd16d5b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicationSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_applicationSourceDescriptors_235c9b44
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a56
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a56
        "202": *a56
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicationSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationSourceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationSourceDescriptors_descriptorId_bc08f9ac
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicationSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_applicationSourceDescriptors_descriptorId_29c68281
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicationSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationStatusDescriptors_67b68158
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ApplicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_applicationStatusDescriptors_c555d06b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a57
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a57
        "202": *a57
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ApplicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/applicationStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_applicationStatusDescriptors_descriptorId_f1187857
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ApplicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_applicationStatusDescriptors_descriptorId_c31b84e5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ApplicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentCategoryDescriptors_7f3d2a97
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentCategoryDescriptors_91ebf432
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a58
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a58
        "202": *a58
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentCategoryDescriptors_descriptorId_61b6c25d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentCategoryDescriptors_descriptorId_383e0897
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentIdentificationSystemDescriptors_6e374c3d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentIdentificationSystemDescriptors_815d611d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a59
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a59
        "202": *a59
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentIdentificationSystemDescriptors_descriptorId_8301b48a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentIdentificationSystemDescriptors_descriptorId_3c0a5c77
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentItemCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentItemCategoryDescriptors_20cfd61a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentItemCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentItemCategoryDescriptors_c2bf3dfe
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a60
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a60
        "202": *a60
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentItemCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentItemCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentItemCategoryDescriptors_descriptorId_8604b5ce
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentItemCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentItemCategoryDescriptors_descriptorId_c0d9fc86
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentItemCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentItemResultDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentItemResultDescriptors_eb039ddd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentItemResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentItemResultDescriptors_d1ce9fda
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a61
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a61
        "202": *a61
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentItemResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentItemResultDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentItemResultDescriptors_descriptorId_54915069
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentItemResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentItemResultDescriptors_descriptorId_79394898
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentItemResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentPeriodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentPeriodDescriptors_ff259308
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentPeriodDescriptors_ad2caf9e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a62
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a62
        "202": *a62
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentPeriodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentPeriodDescriptors_descriptorId_de7d0bcf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentPeriodDescriptors_descriptorId_db18fc70
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentReportingMethodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentReportingMethodDescriptors_7e8476cf
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssessmentReportingMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assessmentReportingMethodDescriptors_2fbfa839
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a63
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a63
        "202": *a63
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssessmentReportingMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assessmentReportingMethodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assessmentReportingMethodDescriptors_descriptorId_3425d50d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssessmentReportingMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assessmentReportingMethodDescriptors_descriptorId_76a4a29a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssessmentReportingMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assignmentLateStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assignmentLateStatusDescriptors_e02d902f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AssignmentLateStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_assignmentLateStatusDescriptors_c5a20727
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a64
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a64
        "202": *a64
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AssignmentLateStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/assignmentLateStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_assignmentLateStatusDescriptors_descriptorId_3254a0ca
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AssignmentLateStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_assignmentLateStatusDescriptors_descriptorId_4248169f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AssignmentLateStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/attemptStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_attemptStatusDescriptors_993b0994
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AttemptStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_attemptStatusDescriptors_fb58d50a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a65
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a65
        "202": *a65
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AttemptStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/attemptStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_attemptStatusDescriptors_descriptorId_874534ad
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AttemptStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_attemptStatusDescriptors_descriptorId_70677da7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AttemptStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/attendanceEventCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_attendanceEventCategoryDescriptors_c56ca1b1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List AttendanceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_attendanceEventCategoryDescriptors_1bbff24b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a66
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a66
        "202": *a66
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create AttendanceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/attendanceEventCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_attendanceEventCategoryDescriptors_descriptorId_56a1fc22
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read AttendanceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_attendanceEventCategoryDescriptors_descriptorId_bda39ce4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update AttendanceEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/backgroundCheckStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_backgroundCheckStatusDescriptors_e2f1b0dd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BackgroundCheckStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_backgroundCheckStatusDescriptors_a770e831
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a67
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a67
        "202": *a67
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BackgroundCheckStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/backgroundCheckStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_backgroundCheckStatusDescriptors_descriptorId_0ad17e83
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BackgroundCheckStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_backgroundCheckStatusDescriptors_descriptorId_b44aa062
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BackgroundCheckStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/backgroundCheckTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_backgroundCheckTypeDescriptors_0d886025
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BackgroundCheckType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_backgroundCheckTypeDescriptors_148754c4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a68
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a68
        "202": *a68
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BackgroundCheckType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/backgroundCheckTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_backgroundCheckTypeDescriptors_descriptorId_3d93abdf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BackgroundCheckType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_backgroundCheckTypeDescriptors_descriptorId_aa79d824
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BackgroundCheckType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/barrierToInternetAccessInResidenceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_barrierToInternetAccessInResidenceDescriptors_7a1cc6c2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BarrierToInternetAccessInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_barrierToInternetAccessInResidenceDescriptors_a2a3447c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a69
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a69
        "202": *a69
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BarrierToInternetAccessInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/barrierToInternetAccessInResidenceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_barrierToInternetAccessInResidenceDescriptors_descriptorId_cd70e399
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BarrierToInternetAccessInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_barrierToInternetAccessInResidenceDescriptors_descriptorId_eb79349c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BarrierToInternetAccessInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/behaviorDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_behaviorDescriptors_eba86b0c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Behavior
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_behaviorDescriptors_23f2795b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a70
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a70
        "202": *a70
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Behavior
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/behaviorDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_behaviorDescriptors_descriptorId_6082fdbf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Behavior
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_behaviorDescriptors_descriptorId_7324aed7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Behavior
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/busRouteDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_busRouteDescriptors_aaa67a4b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List BusRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_busRouteDescriptors_ab62ec71
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a71
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a71
        "202": *a71
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create BusRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/busRouteDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_busRouteDescriptors_descriptorId_9cbaa597
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read BusRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_busRouteDescriptors_descriptorId_c78a2f37
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update BusRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cTEProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cTEProgramServiceDescriptors_ca25a0ac
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CTEProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_cTEProgramServiceDescriptors_735eb824
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a110
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a110
        "202": *a110
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CTEProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cTEProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cTEProgramServiceDescriptors_descriptorId_645ba860
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CTEProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_cTEProgramServiceDescriptors_descriptorId_53b259c3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CTEProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/calendarEventDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_calendarEventDescriptors_744c89ab
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CalendarEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_calendarEventDescriptors_1d7ac9fb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a72
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a72
        "202": *a72
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CalendarEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/calendarEventDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_calendarEventDescriptors_descriptorId_9d448011
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CalendarEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_calendarEventDescriptors_descriptorId_e87a7206
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CalendarEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/calendarTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_calendarTypeDescriptors_8d7b671e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CalendarType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_calendarTypeDescriptors_17c21a44
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a73
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a73
        "202": *a73
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CalendarType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/calendarTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_calendarTypeDescriptors_descriptorId_b724a60e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CalendarType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_calendarTypeDescriptors_descriptorId_c8664deb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CalendarType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/candidateCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_candidateCharacteristicDescriptors_a65182a2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CandidateCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_candidateCharacteristicDescriptors_7f25f5ba
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a74
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a74
        "202": *a74
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CandidateCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/candidateCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_candidateCharacteristicDescriptors_descriptorId_449c45c8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CandidateCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_candidateCharacteristicDescriptors_descriptorId_94086c7c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CandidateCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/candidateIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_candidateIdentificationSystemDescriptors_f80683f2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CandidateIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_candidateIdentificationSystemDescriptors_202b1140
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a75
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a75
        "202": *a75
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CandidateIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/candidateIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_candidateIdentificationSystemDescriptors_descriptorId_70ee26b2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CandidateIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_candidateIdentificationSystemDescriptors_descriptorId_fff50f76
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CandidateIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/careerPathwayDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_careerPathwayDescriptors_ea67b798
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CareerPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_careerPathwayDescriptors_0a455f98
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a76
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a76
        "202": *a76
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CareerPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/careerPathwayDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_careerPathwayDescriptors_descriptorId_c1b29f8b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CareerPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_careerPathwayDescriptors_descriptorId_9d7d6482
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CareerPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationExamStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationExamStatusDescriptors_db263fb4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationExamStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationExamStatusDescriptors_dcbcd739
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a77
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a77
        "202": *a77
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationExamStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationExamStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationExamStatusDescriptors_descriptorId_fdc58e2f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationExamStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationExamStatusDescriptors_descriptorId_25071ee7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationExamStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationExamTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationExamTypeDescriptors_70ba7b85
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationExamType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationExamTypeDescriptors_9dcaa82b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a78
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a78
        "202": *a78
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationExamType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationExamTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationExamTypeDescriptors_descriptorId_5039ca74
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationExamType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationExamTypeDescriptors_descriptorId_68d70a42
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationExamType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationFieldDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationFieldDescriptors_f9ce2ece
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationFieldDescriptors_c18c6223
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a79
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a79
        "202": *a79
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationFieldDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationFieldDescriptors_descriptorId_c121cefc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationFieldDescriptors_descriptorId_401cf552
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationLevelDescriptors_d2a3ef23
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationLevelDescriptors_9cb0e553
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a80
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a80
        "202": *a80
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationLevelDescriptors_descriptorId_06b44a04
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationLevelDescriptors_descriptorId_17ea46c4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationRouteDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationRouteDescriptors_9e827df1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationRouteDescriptors_f16fe7ca
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a81
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a81
        "202": *a81
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationRouteDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationRouteDescriptors_descriptorId_5e138082
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationRouteDescriptors_descriptorId_3bd3e4e4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationRoute
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationStandardDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationStandardDescriptors_694ac818
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CertificationStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_certificationStandardDescriptors_6ce18f80
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a82
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a82
        "202": *a82
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CertificationStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/certificationStandardDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_certificationStandardDescriptors_descriptorId_62161db8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CertificationStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_certificationStandardDescriptors_descriptorId_5d3df52e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CertificationStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/charterApprovalAgencyTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_charterApprovalAgencyTypeDescriptors_2fcebfaf
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CharterApprovalAgencyType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_charterApprovalAgencyTypeDescriptors_b1bab6e7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a83
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a83
        "202": *a83
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CharterApprovalAgencyType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/charterApprovalAgencyTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_charterApprovalAgencyTypeDescriptors_descriptorId_1be1a6d3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CharterApprovalAgencyType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_charterApprovalAgencyTypeDescriptors_descriptorId_0b11de53
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CharterApprovalAgencyType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/charterStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_charterStatusDescriptors_b59fd1c3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CharterStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_charterStatusDescriptors_a2e003cf
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a84
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a84
        "202": *a84
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CharterStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/charterStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_charterStatusDescriptors_descriptorId_631e3530
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CharterStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_charterStatusDescriptors_descriptorId_2c902a58
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CharterStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/citizenshipStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_citizenshipStatusDescriptors_1ff3d8dd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CitizenshipStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_citizenshipStatusDescriptors_ce0a0028
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a85
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a85
        "202": *a85
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CitizenshipStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/citizenshipStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_citizenshipStatusDescriptors_descriptorId_f0b69242
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CitizenshipStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_citizenshipStatusDescriptors_descriptorId_6a0776ab
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CitizenshipStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/classroomPositionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_classroomPositionDescriptors_11f733bb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ClassroomPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_classroomPositionDescriptors_8b0c18e9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a86
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a86
        "202": *a86
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ClassroomPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/classroomPositionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_classroomPositionDescriptors_descriptorId_5bfcc866
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ClassroomPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_classroomPositionDescriptors_descriptorId_c30af4b7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ClassroomPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortScopeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortScopeDescriptors_a12bc886
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CohortScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_cohortScopeDescriptors_ce50265e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a87
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a87
        "202": *a87
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CohortScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortScopeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortScopeDescriptors_descriptorId_5153a068
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CohortScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_cohortScopeDescriptors_descriptorId_5b4d5850
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CohortScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortTypeDescriptors_42c2691b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CohortType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_cohortTypeDescriptors_5090dd50
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a88
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a88
        "202": *a88
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CohortType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortTypeDescriptors_descriptorId_636d32ee
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CohortType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_cohortTypeDescriptors_descriptorId_83b7427a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CohortType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortYearTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortYearTypeDescriptors_ba34f556
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CohortYearType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_cohortYearTypeDescriptors_919aa48f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a89
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a89
        "202": *a89
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CohortYearType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/cohortYearTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_cohortYearTypeDescriptors_descriptorId_f3a2f35e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CohortYearType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_cohortYearTypeDescriptors_descriptorId_05495aae
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CohortYearType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/competencyLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_competencyLevelDescriptors_61d5480b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CompetencyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_competencyLevelDescriptors_93bf3b0f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a90
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a90
        "202": *a90
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CompetencyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/competencyLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_competencyLevelDescriptors_descriptorId_7938de12
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CompetencyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_competencyLevelDescriptors_descriptorId_4624abf5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CompetencyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/contactIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_contactIdentificationSystemDescriptors_287f95f1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ContactIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_contactIdentificationSystemDescriptors_1a1707ec
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a91
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a91
        "202": *a91
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ContactIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/contactIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_contactIdentificationSystemDescriptors_descriptorId_e3346c1e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ContactIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_contactIdentificationSystemDescriptors_descriptorId_496bab53
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ContactIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/contentClassDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_contentClassDescriptors_df9d01ff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ContentClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_contentClassDescriptors_c7c26de6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a92
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a92
        "202": *a92
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ContentClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/contentClassDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_contentClassDescriptors_descriptorId_a4b5d666
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ContentClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_contentClassDescriptors_descriptorId_0d2ade86
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ContentClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/continuationOfServicesReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_continuationOfServicesReasonDescriptors_f7e46487
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ContinuationOfServicesReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_continuationOfServicesReasonDescriptors_21bda7f4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a93
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a93
        "202": *a93
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ContinuationOfServicesReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/continuationOfServicesReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_continuationOfServicesReasonDescriptors_descriptorId_51c7a1c6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ContinuationOfServicesReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_continuationOfServicesReasonDescriptors_descriptorId_ace9fe2b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ContinuationOfServicesReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/costRateDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_costRateDescriptors_db50ddd5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CostRate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_costRateDescriptors_71f75e50
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a94
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a94
        "202": *a94
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CostRate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/costRateDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_costRateDescriptors_descriptorId_ef8ec9ba
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CostRate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_costRateDescriptors_descriptorId_4f379926
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CostRate
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/coteachingStyleObservedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_coteachingStyleObservedDescriptors_87ec24e4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CoteachingStyleObserved
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_coteachingStyleObservedDescriptors_b8869850
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a95
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a95
        "202": *a95
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CoteachingStyleObserved
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/coteachingStyleObservedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_coteachingStyleObservedDescriptors_descriptorId_540c8195
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CoteachingStyleObserved
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_coteachingStyleObservedDescriptors_descriptorId_40dfdfa3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CoteachingStyleObserved
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/countryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_countryDescriptors_69af0148
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Country
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_countryDescriptors_b413418b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a96
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a96
        "202": *a96
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Country
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/countryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_countryDescriptors_descriptorId_e601ad61
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Country
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_countryDescriptors_descriptorId_06b8a0f9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Country
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseAttemptResultDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseAttemptResultDescriptors_9a2dd2a1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseAttemptResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseAttemptResultDescriptors_85d1f16e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a97
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a97
        "202": *a97
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseAttemptResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseAttemptResultDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseAttemptResultDescriptors_descriptorId_1ed0339f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseAttemptResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseAttemptResultDescriptors_descriptorId_e9e116e0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseAttemptResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseDefinedByDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseDefinedByDescriptors_2a46bddd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseDefinedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseDefinedByDescriptors_1be12ac9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a98
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a98
        "202": *a98
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseDefinedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseDefinedByDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseDefinedByDescriptors_descriptorId_40fdce56
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseDefinedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseDefinedByDescriptors_descriptorId_e21a8d3b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseDefinedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseGPAApplicabilityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseGPAApplicabilityDescriptors_9b879752
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseGPAApplicability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseGPAApplicabilityDescriptors_14c156ba
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a99
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a99
        "202": *a99
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseGPAApplicability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseGPAApplicabilityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseGPAApplicabilityDescriptors_descriptorId_4ba0f8af
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseGPAApplicability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseGPAApplicabilityDescriptors_descriptorId_836c6f3b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseGPAApplicability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseIdentificationSystemDescriptors_11866b47
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseIdentificationSystemDescriptors_4a8553bb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a100
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a100
        "202": *a100
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseIdentificationSystemDescriptors_descriptorId_63615761
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseIdentificationSystemDescriptors_descriptorId_82a85084
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseLevelCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseLevelCharacteristicDescriptors_2cf01400
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseLevelCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseLevelCharacteristicDescriptors_6cdf0387
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a101
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a101
        "202": *a101
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseLevelCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseLevelCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseLevelCharacteristicDescriptors_descriptorId_773fcd1b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseLevelCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseLevelCharacteristicDescriptors_descriptorId_1b19fecc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseLevelCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseRepeatCodeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseRepeatCodeDescriptors_4ebc323c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CourseRepeatCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_courseRepeatCodeDescriptors_313abb2e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a102
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a102
        "202": *a102
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CourseRepeatCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/courseRepeatCodeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_courseRepeatCodeDescriptors_descriptorId_df8daf9e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CourseRepeatCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_courseRepeatCodeDescriptors_descriptorId_8312afdb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CourseRepeatCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialEventTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialEventTypeDescriptors_4ce300a9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CredentialEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_credentialEventTypeDescriptors_261ac939
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a103
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a103
        "202": *a103
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CredentialEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialEventTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialEventTypeDescriptors_descriptorId_061b2c9a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CredentialEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_credentialEventTypeDescriptors_descriptorId_db54e3b4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CredentialEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialFieldDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialFieldDescriptors_cc81e110
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CredentialField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_credentialFieldDescriptors_4f23cce5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a104
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a104
        "202": *a104
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CredentialField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialFieldDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialFieldDescriptors_descriptorId_d44d1322
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CredentialField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_credentialFieldDescriptors_descriptorId_0113a317
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CredentialField
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialStatusDescriptors_fc10fb2e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CredentialStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_credentialStatusDescriptors_3bb61daf
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a105
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a105
        "202": *a105
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CredentialStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialStatusDescriptors_descriptorId_79d89062
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CredentialStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_credentialStatusDescriptors_descriptorId_ea908d90
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CredentialStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialTypeDescriptors_f776279c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CredentialType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_credentialTypeDescriptors_e82ab3b2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a106
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a106
        "202": *a106
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CredentialType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/credentialTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_credentialTypeDescriptors_descriptorId_11a25fb1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CredentialType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_credentialTypeDescriptors_descriptorId_9f6018d9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CredentialType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/creditCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_creditCategoryDescriptors_a6fdf97b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CreditCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_creditCategoryDescriptors_49c36651
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a107
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a107
        "202": *a107
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CreditCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/creditCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_creditCategoryDescriptors_descriptorId_0c33959c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CreditCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_creditCategoryDescriptors_descriptorId_123f3398
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CreditCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/creditTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_creditTypeDescriptors_d8b478aa
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_creditTypeDescriptors_78e746e6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a108
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a108
        "202": *a108
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/creditTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_creditTypeDescriptors_descriptorId_c7f6e1cd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_creditTypeDescriptors_descriptorId_48a77ed5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/crisisTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_crisisTypeDescriptors_976770a9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CrisisType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_crisisTypeDescriptors_a4f410c5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a109
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a109
        "202": *a109
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CrisisType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/crisisTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_crisisTypeDescriptors_descriptorId_fcc314f1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CrisisType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_crisisTypeDescriptors_descriptorId_0df990fc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CrisisType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/curriculumUsedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_curriculumUsedDescriptors_78102835
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List CurriculumUsed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_curriculumUsedDescriptors_2c5fc19d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a111
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a111
        "202": *a111
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create CurriculumUsed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/curriculumUsedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_curriculumUsedDescriptors_descriptorId_53105048
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read CurriculumUsed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_curriculumUsedDescriptors_descriptorId_a3260bce
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update CurriculumUsed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/degreeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_degreeDescriptors_63eaad06
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Degree
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_degreeDescriptors_2ac0252e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a112
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a112
        "202": *a112
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Degree
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/degreeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_degreeDescriptors_descriptorId_4433d649
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Degree
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_degreeDescriptors_descriptorId_487e8e67
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Degree
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/deliveryMethodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_deliveryMethodDescriptors_efa29ea8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DeliveryMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_deliveryMethodDescriptors_2cf6c77e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a113
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a113
        "202": *a113
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DeliveryMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/deliveryMethodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_deliveryMethodDescriptors_descriptorId_5e965bbd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DeliveryMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_deliveryMethodDescriptors_descriptorId_f9b6af40
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DeliveryMethod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diagnosisDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diagnosisDescriptors_a823758b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Diagnosis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_diagnosisDescriptors_d1df7869
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a114
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a114
        "202": *a114
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Diagnosis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diagnosisDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diagnosisDescriptors_descriptorId_9189455c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Diagnosis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_diagnosisDescriptors_descriptorId_ab374b5a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Diagnosis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diplomaLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diplomaLevelDescriptors_5244557d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DiplomaLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_diplomaLevelDescriptors_be0ed54e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a115
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a115
        "202": *a115
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DiplomaLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diplomaLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diplomaLevelDescriptors_descriptorId_e12e7066
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DiplomaLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_diplomaLevelDescriptors_descriptorId_91e941bf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DiplomaLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diplomaTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diplomaTypeDescriptors_a9d5d59e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DiplomaType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_diplomaTypeDescriptors_b59b1fb2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a116
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a116
        "202": *a116
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DiplomaType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/diplomaTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_diplomaTypeDescriptors_descriptorId_c3f0c428
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DiplomaType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_diplomaTypeDescriptors_descriptorId_71f324ff
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DiplomaType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDescriptors_7161c824
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disabilityDescriptors_25225288
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a117
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a117
        "202": *a117
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDescriptors_descriptorId_af0fd172
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disabilityDescriptors_descriptorId_8920d839
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDesignationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDesignationDescriptors_21762a2c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisabilityDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disabilityDesignationDescriptors_803e5584
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a118
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a118
        "202": *a118
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisabilityDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDesignationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDesignationDescriptors_descriptorId_6c6dea1c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisabilityDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disabilityDesignationDescriptors_descriptorId_4d96b847
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisabilityDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDeterminationSourceTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDeterminationSourceTypeDescriptors_3676d17f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisabilityDeterminationSourceType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disabilityDeterminationSourceTypeDescriptors_09bd4768
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a119
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a119
        "202": *a119
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisabilityDeterminationSourceType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disabilityDeterminationSourceTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disabilityDeterminationSourceTypeDescriptors_descriptorId_966a3998
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisabilityDeterminationSourceType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disabilityDeterminationSourceTypeDescriptors_descriptorId_dff4bb52
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisabilityDeterminationSourceType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineActionLengthDifferenceReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineActionLengthDifferenceReasonDescriptors_24b966d4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisciplineActionLengthDifferenceReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disciplineActionLengthDifferenceReasonDescriptors_c1fe90c9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a120
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a120
        "202": *a120
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisciplineActionLengthDifferenceReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineActionLengthDifferenceReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineActionLengthDifferenceReasonDescriptors_descriptorId_ea466e4a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisciplineActionLengthDifferenceReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disciplineActionLengthDifferenceReasonDescriptors_descriptorId_1d6c6e8c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisciplineActionLengthDifferenceReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineDescriptors_46b32859
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Discipline
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disciplineDescriptors_6398a4e4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a121
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a121
        "202": *a121
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Discipline
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineDescriptors_descriptorId_1c0780d8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Discipline
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disciplineDescriptors_descriptorId_05451620
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Discipline
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineIncidentParticipationCodeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineIncidentParticipationCodeDescriptors_794fead2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisciplineIncidentParticipationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_disciplineIncidentParticipationCodeDescriptors_cd1f6f5c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a122
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a122
        "202": *a122
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisciplineIncidentParticipationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/disciplineIncidentParticipationCodeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_disciplineIncidentParticipationCodeDescriptors_descriptorId_a928508d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisciplineIncidentParticipationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_disciplineIncidentParticipationCodeDescriptors_descriptorId_744b7d66
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisciplineIncidentParticipationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/displacedStudentStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_displacedStudentStatusDescriptors_399c28d3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisplacedStudentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_displacedStudentStatusDescriptors_9b8411e8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a123
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a123
        "202": *a123
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisplacedStudentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/displacedStudentStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_displacedStudentStatusDescriptors_descriptorId_7cc3b109
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisplacedStudentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_displacedStudentStatusDescriptors_descriptorId_b4a25052
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisplacedStudentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/dualCreditInstitutionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_dualCreditInstitutionDescriptors_12104897
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DualCreditInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_dualCreditInstitutionDescriptors_adff81bb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a124
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a124
        "202": *a124
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DualCreditInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/dualCreditInstitutionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_dualCreditInstitutionDescriptors_descriptorId_f8cadd84
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DualCreditInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_dualCreditInstitutionDescriptors_descriptorId_9e2f3467
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DualCreditInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/dualCreditTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_dualCreditTypeDescriptors_79d0ab09
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DualCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_dualCreditTypeDescriptors_7b4af470
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a125
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a125
        "202": *a125
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DualCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/dualCreditTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_dualCreditTypeDescriptors_descriptorId_8bbd42ab
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DualCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_dualCreditTypeDescriptors_descriptorId_5b1f9cae
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DualCreditType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/durationIntervalDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_durationIntervalDescriptors_510dc113
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DurationInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_durationIntervalDescriptors_125a842d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a126
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a126
        "202": *a126
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DurationInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/durationIntervalDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_durationIntervalDescriptors_descriptorId_95461d08
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DurationInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_durationIntervalDescriptors_descriptorId_d9b0bc6b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DurationInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ePPDegreeTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ePPDegreeTypeDescriptors_af671b4d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EPPDegreeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_ePPDegreeTypeDescriptors_2895ee00
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a142
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a142
        "202": *a142
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EPPDegreeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ePPDegreeTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ePPDegreeTypeDescriptors_descriptorId_1d3cb1da
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EPPDegreeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_ePPDegreeTypeDescriptors_descriptorId_70a4ec93
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EPPDegreeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ePPProgramPathwayDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ePPProgramPathwayDescriptors_de0269e2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EPPProgramPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_ePPProgramPathwayDescriptors_0fb7968e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a143
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a143
        "202": *a143
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EPPProgramPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ePPProgramPathwayDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ePPProgramPathwayDescriptors_descriptorId_811c2345
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EPPProgramPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_ePPProgramPathwayDescriptors_descriptorId_101a66d5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EPPProgramPathway
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/economicDisadvantageDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_economicDisadvantageDescriptors_e7655947
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EconomicDisadvantage
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_economicDisadvantageDescriptors_059ea64e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a127
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a127
        "202": *a127
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EconomicDisadvantage
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/economicDisadvantageDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_economicDisadvantageDescriptors_descriptorId_3551b513
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EconomicDisadvantage
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_economicDisadvantageDescriptors_descriptorId_1914c7bd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EconomicDisadvantage
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationAssociationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationAssociationTypeDescriptors_1dc24840
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationAssociationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educationOrganizationAssociationTypeDescriptors_c791a1df
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a129
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a129
        "202": *a129
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationAssociationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationAssociationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationAssociationTypeDescriptors_descriptorId_ce33a7f8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationAssociationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educationOrganizationAssociationTypeDescriptors_descriptorId_753c8da2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationAssociationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationCategoryDescriptors_fb0bd838
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educationOrganizationCategoryDescriptors_9b584a9a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a130
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a130
        "202": *a130
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationCategoryDescriptors_descriptorId_cb6c77f6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educationOrganizationCategoryDescriptors_descriptorId_11d3de3d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationIdentificationSystemDescriptors_4829fe10
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educationOrganizationIdentificationSystemDescriptors_362ef26b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a131
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a131
        "202": *a131
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationOrganizationIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationOrganizationIdentificationSystemDescriptors_descriptorI_bf8856fc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educationOrganizationIdentificationSystemDescriptors_descripto_deb2b986
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationPlanDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationPlanDescriptors_1edc3ff9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educationPlanDescriptors_bbf96565
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a132
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a132
        "202": *a132
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationPlanDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationPlanDescriptors_descriptorId_8d0f06b9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educationPlanDescriptors_descriptorId_71d03e08
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationalEnvironmentDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationalEnvironmentDescriptors_26e3a7ce
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationalEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educationalEnvironmentDescriptors_29dd260a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a128
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a128
        "202": *a128
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationalEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educationalEnvironmentDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educationalEnvironmentDescriptors_descriptorId_1393de00
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationalEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educationalEnvironmentDescriptors_descriptorId_496388ff
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationalEnvironment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educatorRoleDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educatorRoleDescriptors_416083e4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducatorRole
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_educatorRoleDescriptors_27a3bc26
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a133
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a133
        "202": *a133
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducatorRole
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/educatorRoleDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_educatorRoleDescriptors_descriptorId_ca5d3da8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducatorRole
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_educatorRoleDescriptors_descriptorId_247b81fb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducatorRole
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/electronicMailTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_electronicMailTypeDescriptors_40c6ec40
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ElectronicMailType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_electronicMailTypeDescriptors_77936def
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a134
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a134
        "202": *a134
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ElectronicMailType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/electronicMailTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_electronicMailTypeDescriptors_descriptorId_571b6688
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ElectronicMailType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_electronicMailTypeDescriptors_descriptorId_7757de52
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ElectronicMailType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eligibilityDelayReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eligibilityDelayReasonDescriptors_2bb1f54c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EligibilityDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_eligibilityDelayReasonDescriptors_ef24dbd8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a135
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a135
        "202": *a135
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EligibilityDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eligibilityDelayReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eligibilityDelayReasonDescriptors_descriptorId_aa8a4178
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EligibilityDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_eligibilityDelayReasonDescriptors_descriptorId_721e3a72
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EligibilityDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eligibilityEvaluationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eligibilityEvaluationTypeDescriptors_bbcae1cb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EligibilityEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_eligibilityEvaluationTypeDescriptors_d90cdb43
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a136
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a136
        "202": *a136
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EligibilityEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eligibilityEvaluationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eligibilityEvaluationTypeDescriptors_descriptorId_52e738b6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EligibilityEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_eligibilityEvaluationTypeDescriptors_descriptorId_bae4361d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EligibilityEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/employmentStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_employmentStatusDescriptors_b82da23a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EmploymentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_employmentStatusDescriptors_c7273755
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a137
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a137
        "202": *a137
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EmploymentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/employmentStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_employmentStatusDescriptors_descriptorId_d9932e1d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EmploymentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_employmentStatusDescriptors_descriptorId_e8489865
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EmploymentStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/englishLanguageExamDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_englishLanguageExamDescriptors_ed223c39
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EnglishLanguageExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_englishLanguageExamDescriptors_3350625a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a138
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a138
        "202": *a138
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EnglishLanguageExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/englishLanguageExamDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_englishLanguageExamDescriptors_descriptorId_d9d2c98a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EnglishLanguageExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_englishLanguageExamDescriptors_descriptorId_80ec3d6f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EnglishLanguageExam
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/enrollmentTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_enrollmentTypeDescriptors_6a41b3de
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EnrollmentType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_enrollmentTypeDescriptors_c2f15b2a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a139
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a139
        "202": *a139
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EnrollmentType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/enrollmentTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_enrollmentTypeDescriptors_descriptorId_d1709ca1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EnrollmentType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_enrollmentTypeDescriptors_descriptorId_8bbeb589
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EnrollmentType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/entryGradeLevelReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_entryGradeLevelReasonDescriptors_9c2425be
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EntryGradeLevelReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_entryGradeLevelReasonDescriptors_36a2ef1e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a140
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a140
        "202": *a140
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EntryGradeLevelReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/entryGradeLevelReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_entryGradeLevelReasonDescriptors_descriptorId_c9feb905
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EntryGradeLevelReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_entryGradeLevelReasonDescriptors_descriptorId_2bc16499
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EntryGradeLevelReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/entryTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_entryTypeDescriptors_3c938453
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_entryTypeDescriptors_4a7161f9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a141
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a141
        "202": *a141
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/entryTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_entryTypeDescriptors_descriptorId_627a9247
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_entryTypeDescriptors_descriptorId_dc818c75
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationDelayReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationDelayReasonDescriptors_dea9acbd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationDelayReasonDescriptors_860c520b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a144
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a144
        "202": *a144
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationDelayReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationDelayReasonDescriptors_descriptorId_811a988b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationDelayReasonDescriptors_descriptorId_1caa1eb3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationDelayReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationElementRatingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationElementRatingLevelDescriptors_7eec4137
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationElementRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationElementRatingLevelDescriptors_a876ee2f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a145
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a145
        "202": *a145
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationElementRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationElementRatingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationElementRatingLevelDescriptors_descriptorId_3f843f98
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationElementRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationElementRatingLevelDescriptors_descriptorId_7b8940ca
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationElementRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationPeriodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationPeriodDescriptors_69549a0e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationPeriodDescriptors_30a39682
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a146
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a146
        "202": *a146
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationPeriodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationPeriodDescriptors_descriptorId_e87a1b56
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationPeriodDescriptors_descriptorId_92a45520
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationRatingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationRatingLevelDescriptors_7f2cf238
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationRatingLevelDescriptors_af6b6bc5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a147
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a147
        "202": *a147
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationRatingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationRatingLevelDescriptors_descriptorId_3dc26b3f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationRatingLevelDescriptors_descriptorId_42806502
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationRatingStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationRatingStatusDescriptors_4f64cd48
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationRatingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationRatingStatusDescriptors_3919964c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a148
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a148
        "202": *a148
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationRatingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationRatingStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationRatingStatusDescriptors_descriptorId_b14d9ed6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationRatingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationRatingStatusDescriptors_descriptorId_2d8d6bdf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationRatingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationTypeDescriptors_801c34c9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_evaluationTypeDescriptors_273d8d2f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a149
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a149
        "202": *a149
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/evaluationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_evaluationTypeDescriptors_descriptorId_a4b8a1c2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_evaluationTypeDescriptors_descriptorId_995d6057
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventCircumstanceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventCircumstanceDescriptors_505822be
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EventCircumstance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_eventCircumstanceDescriptors_c4861117
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a150
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a150
        "202": *a150
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EventCircumstance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventCircumstanceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventCircumstanceDescriptors_descriptorId_cf5c4bfa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EventCircumstance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_eventCircumstanceDescriptors_descriptorId_f7d2ef78
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EventCircumstance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventComplianceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventComplianceDescriptors_13534b57
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EventCompliance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_eventComplianceDescriptors_f28137e2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a151
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a151
        "202": *a151
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EventCompliance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventComplianceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventComplianceDescriptors_descriptorId_c4390b8d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EventCompliance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_eventComplianceDescriptors_descriptorId_56e01f67
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EventCompliance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventReasonDescriptors_a1495516
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_eventReasonDescriptors_85f5be8f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a152
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a152
        "202": *a152
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/eventReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_eventReasonDescriptors_descriptorId_0d0baba4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_eventReasonDescriptors_descriptorId_91a443b4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/exitWithdrawTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_exitWithdrawTypeDescriptors_9d4bdb8e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ExitWithdrawType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_exitWithdrawTypeDescriptors_c648f7bc
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a153
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a153
        "202": *a153
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ExitWithdrawType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/exitWithdrawTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_exitWithdrawTypeDescriptors_descriptorId_1d579333
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ExitWithdrawType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_exitWithdrawTypeDescriptors_descriptorId_45449159
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ExitWithdrawType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/federalLocaleCodeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_federalLocaleCodeDescriptors_096be1ab
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FederalLocaleCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_federalLocaleCodeDescriptors_247d20fd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a154
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a154
        "202": *a154
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FederalLocaleCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/federalLocaleCodeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_federalLocaleCodeDescriptors_descriptorId_d08696b9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FederalLocaleCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_federalLocaleCodeDescriptors_descriptorId_ad74cfa0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FederalLocaleCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/fieldworkTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_fieldworkTypeDescriptors_612ba24a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FieldworkType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_fieldworkTypeDescriptors_e9a0d650
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a155
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a155
        "202": *a155
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FieldworkType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/fieldworkTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_fieldworkTypeDescriptors_descriptorId_54789b48
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FieldworkType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_fieldworkTypeDescriptors_descriptorId_f57ffc97
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FieldworkType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/financialCollectionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_financialCollectionDescriptors_7582e8e1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FinancialCollection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_financialCollectionDescriptors_806855c6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a156
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a156
        "202": *a156
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FinancialCollection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/financialCollectionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_financialCollectionDescriptors_descriptorId_3f2aa475
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FinancialCollection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_financialCollectionDescriptors_descriptorId_84dc741b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FinancialCollection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/frequencyIntervalDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_frequencyIntervalDescriptors_407bd81b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FrequencyInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_frequencyIntervalDescriptors_52a02314
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a157
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a157
        "202": *a157
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FrequencyInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/frequencyIntervalDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_frequencyIntervalDescriptors_descriptorId_7824dbd1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FrequencyInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_frequencyIntervalDescriptors_descriptorId_d4761ac9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FrequencyInterval
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/fundingSourceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_fundingSourceDescriptors_22810c9b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FundingSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_fundingSourceDescriptors_0ab3b779
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a158
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a158
        "202": *a158
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FundingSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/fundingSourceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_fundingSourceDescriptors_descriptorId_f79803e9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FundingSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_fundingSourceDescriptors_descriptorId_835221c5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FundingSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/goalTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_goalTypeDescriptors_2e8ac4b3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_goalTypeDescriptors_21bd0393
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a159
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a159
        "202": *a159
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/goalTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_goalTypeDescriptors_descriptorId_d2ef0071
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_goalTypeDescriptors_descriptorId_e579552b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradeLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradeLevelDescriptors_62b20c7c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradeLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gradeLevelDescriptors_308de407
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a161
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a161
        "202": *a161
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradeLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradeLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradeLevelDescriptors_descriptorId_3fa067b6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradeLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gradeLevelDescriptors_descriptorId_924fd77f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradeLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradePointAverageTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradePointAverageTypeDescriptors_39f9f889
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradePointAverageType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gradePointAverageTypeDescriptors_c6acfaec
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a162
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a162
        "202": *a162
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradePointAverageType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradePointAverageTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradePointAverageTypeDescriptors_descriptorId_05cf07a4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradePointAverageType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gradePointAverageTypeDescriptors_descriptorId_7ce4a685
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradePointAverageType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradeTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradeTypeDescriptors_628d2090
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gradeTypeDescriptors_6e283e56
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a163
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a163
        "202": *a163
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradeTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradeTypeDescriptors_descriptorId_1ba1dac1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gradeTypeDescriptors_descriptorId_eedc2bb6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradebookEntryTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradebookEntryTypeDescriptors_e699d74a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradebookEntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gradebookEntryTypeDescriptors_ce7ade45
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a160
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a160
        "202": *a160
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradebookEntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradebookEntryTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradebookEntryTypeDescriptors_descriptorId_2812a6be
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradebookEntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gradebookEntryTypeDescriptors_descriptorId_e2afe12f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradebookEntryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradingPeriodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradingPeriodDescriptors_64a6daf6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gradingPeriodDescriptors_f04fee8d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a164
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a164
        "202": *a164
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gradingPeriodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gradingPeriodDescriptors_descriptorId_2cf5104e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gradingPeriodDescriptors_descriptorId_d2ca0c5a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/graduationPlanTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_graduationPlanTypeDescriptors_d7f26267
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GraduationPlanType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_graduationPlanTypeDescriptors_60f0a01a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a165
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a165
        "202": *a165
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GraduationPlanType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/graduationPlanTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_graduationPlanTypeDescriptors_descriptorId_4c3b0cdb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GraduationPlanType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_graduationPlanTypeDescriptors_descriptorId_c496795c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GraduationPlanType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gunFreeSchoolsActReportingStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gunFreeSchoolsActReportingStatusDescriptors_5bb58d8c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GunFreeSchoolsActReportingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_gunFreeSchoolsActReportingStatusDescriptors_4728ac54
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a166
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a166
        "202": *a166
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GunFreeSchoolsActReportingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/gunFreeSchoolsActReportingStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_gunFreeSchoolsActReportingStatusDescriptors_descriptorId_accf4f8a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GunFreeSchoolsActReportingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_gunFreeSchoolsActReportingStatusDescriptors_descriptorId_8055b835
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GunFreeSchoolsActReportingStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/hireStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_hireStatusDescriptors_cb48556d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List HireStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_hireStatusDescriptors_ef8de2bc
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a167
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a167
        "202": *a167
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create HireStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/hireStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_hireStatusDescriptors_descriptorId_ba564b04
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read HireStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_hireStatusDescriptors_descriptorId_65c61f88
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update HireStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/hiringSourceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_hiringSourceDescriptors_4f270f79
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List HiringSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_hiringSourceDescriptors_24049b6e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a168
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a168
        "202": *a168
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create HiringSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/hiringSourceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_hiringSourceDescriptors_descriptorId_bc2502e3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read HiringSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_hiringSourceDescriptors_descriptorId_1f5c0aa1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update HiringSource
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/homelessPrimaryNighttimeResidenceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_homelessPrimaryNighttimeResidenceDescriptors_3e6932e9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List HomelessPrimaryNighttimeResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_homelessPrimaryNighttimeResidenceDescriptors_a7abf350
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a169
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a169
        "202": *a169
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create HomelessPrimaryNighttimeResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/homelessPrimaryNighttimeResidenceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_homelessPrimaryNighttimeResidenceDescriptors_descriptorId_8c5028e4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read HomelessPrimaryNighttimeResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_homelessPrimaryNighttimeResidenceDescriptors_descriptorId_60c1eb15
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update HomelessPrimaryNighttimeResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/homelessProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_homelessProgramServiceDescriptors_020d8ef3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List HomelessProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_homelessProgramServiceDescriptors_b27fe4e4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a170
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a170
        "202": *a170
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create HomelessProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/homelessProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_homelessProgramServiceDescriptors_descriptorId_9b9ad794
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read HomelessProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_homelessProgramServiceDescriptors_descriptorId_0d18d159
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update HomelessProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iDEAEventTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iDEAEventTypeDescriptors_38944598
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IDEAEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_iDEAEventTypeDescriptors_f75517bd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a171
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a171
        "202": *a171
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IDEAEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iDEAEventTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iDEAEventTypeDescriptors_descriptorId_aae6f78b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IDEAEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_iDEAEventTypeDescriptors_descriptorId_3c35bddd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IDEAEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iDEAPartDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iDEAPartDescriptors_00367268
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IDEAPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_iDEAPartDescriptors_6dc1b0af
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a172
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a172
        "202": *a172
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IDEAPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iDEAPartDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iDEAPartDescriptors_descriptorId_ea280e1a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IDEAPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_iDEAPartDescriptors_descriptorId_29bc740e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IDEAPart
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iEPGoalTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iEPGoalTypeDescriptors_ed001310
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IEPGoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_iEPGoalTypeDescriptors_157a1c6e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a174
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a174
        "202": *a174
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IEPGoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iEPGoalTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iEPGoalTypeDescriptors_descriptorId_f2ce1dab
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IEPGoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_iEPGoalTypeDescriptors_descriptorId_315952d6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IEPGoalType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iEPStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iEPStatusDescriptors_6786bf62
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IEPStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_iEPStatusDescriptors_486edc59
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a175
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a175
        "202": *a175
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IEPStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/iEPStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_iEPStatusDescriptors_descriptorId_e49eaf06
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IEPStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_iEPStatusDescriptors_descriptorId_55241963
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IEPStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/identificationDocumentUseDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_identificationDocumentUseDescriptors_d182d9de
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IdentificationDocumentUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_identificationDocumentUseDescriptors_539b2b13
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a173
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a173
        "202": *a173
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IdentificationDocumentUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/identificationDocumentUseDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_identificationDocumentUseDescriptors_descriptorId_cf63c457
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IdentificationDocumentUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_identificationDocumentUseDescriptors_descriptorId_b3ee729c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IdentificationDocumentUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/immunizationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_immunizationTypeDescriptors_5a3a9833
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ImmunizationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_immunizationTypeDescriptors_cebc8e65
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a176
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a176
        "202": *a176
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ImmunizationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/immunizationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_immunizationTypeDescriptors_descriptorId_3ab1cd06
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ImmunizationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_immunizationTypeDescriptors_descriptorId_a8608941
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ImmunizationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/incidentLocationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_incidentLocationDescriptors_bf5b42ee
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IncidentLocation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_incidentLocationDescriptors_be6992b4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a177
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a177
        "202": *a177
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IncidentLocation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/incidentLocationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_incidentLocationDescriptors_descriptorId_9afbdbdb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IncidentLocation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_incidentLocationDescriptors_descriptorId_ff3c11aa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IncidentLocation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorDescriptors_ab19b6c1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Indicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_indicatorDescriptors_1a4ff27a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a178
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a178
        "202": *a178
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Indicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorDescriptors_descriptorId_4cf8745f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Indicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_indicatorDescriptors_descriptorId_1bfd0edb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Indicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorGroupDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorGroupDescriptors_5de47266
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IndicatorGroup
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_indicatorGroupDescriptors_b36ce430
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a179
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a179
        "202": *a179
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IndicatorGroup
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorGroupDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorGroupDescriptors_descriptorId_00527bb3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IndicatorGroup
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_indicatorGroupDescriptors_descriptorId_4406218a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IndicatorGroup
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorLevelDescriptors_67c867ed
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IndicatorLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_indicatorLevelDescriptors_3a48debc
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a180
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a180
        "202": *a180
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IndicatorLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/indicatorLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_indicatorLevelDescriptors_descriptorId_23cbac8d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IndicatorLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_indicatorLevelDescriptors_descriptorId_d1142a62
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IndicatorLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/institutionTelephoneNumberTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_institutionTelephoneNumberTypeDescriptors_c8d52e70
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InstitutionTelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_institutionTelephoneNumberTypeDescriptors_89ea2d8e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a181
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a181
        "202": *a181
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InstitutionTelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/institutionTelephoneNumberTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_institutionTelephoneNumberTypeDescriptors_descriptorId_01a39d8e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InstitutionTelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_institutionTelephoneNumberTypeDescriptors_descriptorId_7cada662
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InstitutionTelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/instructionalSettingDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_instructionalSettingDescriptors_8c5f42dd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InstructionalSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_instructionalSettingDescriptors_44f52c07
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a182
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a182
        "202": *a182
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InstructionalSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/instructionalSettingDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_instructionalSettingDescriptors_descriptorId_0c8fb9fd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InstructionalSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_instructionalSettingDescriptors_descriptorId_86651416
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InstructionalSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interactivityStyleDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interactivityStyleDescriptors_385ed86a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InteractivityStyle
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_interactivityStyleDescriptors_9b4edfbe
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a183
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a183
        "202": *a183
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InteractivityStyle
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interactivityStyleDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interactivityStyleDescriptors_descriptorId_094f42d0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InteractivityStyle
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_interactivityStyleDescriptors_descriptorId_5acaeaed
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InteractivityStyle
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetAccessDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetAccessDescriptors_54e12e01
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InternetAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_internetAccessDescriptors_a9aeb688
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a184
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a184
        "202": *a184
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InternetAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetAccessDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetAccessDescriptors_descriptorId_3d503168
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InternetAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_internetAccessDescriptors_descriptorId_8e6800a8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InternetAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetAccessTypeInResidenceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetAccessTypeInResidenceDescriptors_473d95b1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InternetAccessTypeInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_internetAccessTypeInResidenceDescriptors_34d938c5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a185
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a185
        "202": *a185
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InternetAccessTypeInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetAccessTypeInResidenceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetAccessTypeInResidenceDescriptors_descriptorId_f30204cb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InternetAccessTypeInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_internetAccessTypeInResidenceDescriptors_descriptorId_fa1049a1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InternetAccessTypeInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetPerformanceInResidenceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetPerformanceInResidenceDescriptors_d8e7fa34
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InternetPerformanceInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_internetPerformanceInResidenceDescriptors_8811a9d2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a186
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a186
        "202": *a186
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InternetPerformanceInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/internetPerformanceInResidenceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_internetPerformanceInResidenceDescriptors_descriptorId_3f5d7f5a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InternetPerformanceInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_internetPerformanceInResidenceDescriptors_descriptorId_1a82ef05
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InternetPerformanceInResidence
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interventionClassDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interventionClassDescriptors_c6e2c9ae
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InterventionClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_interventionClassDescriptors_1d6318e9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a187
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a187
        "202": *a187
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InterventionClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interventionClassDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interventionClassDescriptors_descriptorId_290a970f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InterventionClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_interventionClassDescriptors_descriptorId_8928b738
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InterventionClass
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interventionEffectivenessRatingDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interventionEffectivenessRatingDescriptors_e27ebbae
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InterventionEffectivenessRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_interventionEffectivenessRatingDescriptors_f0abfbeb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a188
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a188
        "202": *a188
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InterventionEffectivenessRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/interventionEffectivenessRatingDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_interventionEffectivenessRatingDescriptors_descriptorId_8f282d71
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InterventionEffectivenessRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_interventionEffectivenessRatingDescriptors_descriptorId_316094b1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InterventionEffectivenessRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageDescriptors_3a059ec1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Language
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_languageDescriptors_91e2f73c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a189
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a189
        "202": *a189
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Language
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageDescriptors_descriptorId_2afc1667
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Language
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_languageDescriptors_descriptorId_492bb844
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Language
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageInstructionProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageInstructionProgramServiceDescriptors_5580ebf8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LanguageInstructionProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_languageInstructionProgramServiceDescriptors_6385a4e5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a190
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a190
        "202": *a190
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LanguageInstructionProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageInstructionProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageInstructionProgramServiceDescriptors_descriptorId_8c931f7a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LanguageInstructionProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_languageInstructionProgramServiceDescriptors_descriptorId_b0e8c439
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LanguageInstructionProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageUseDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageUseDescriptors_9f2a98dc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LanguageUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_languageUseDescriptors_73c277de
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a191
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a191
        "202": *a191
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LanguageUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/languageUseDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_languageUseDescriptors_descriptorId_8111ceee
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LanguageUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_languageUseDescriptors_descriptorId_1312997d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LanguageUse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardCategoryDescriptors_345a5b53
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LearningStandardCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_learningStandardCategoryDescriptors_bced9e3d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a192
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a192
        "202": *a192
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LearningStandardCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardCategoryDescriptors_descriptorId_26858381
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LearningStandardCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_learningStandardCategoryDescriptors_descriptorId_a01b6182
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LearningStandardCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardEquivalenceStrengthDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardEquivalenceStrengthDescriptors_43a90f0e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LearningStandardEquivalenceStrength
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_learningStandardEquivalenceStrengthDescriptors_0221e450
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a193
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a193
        "202": *a193
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LearningStandardEquivalenceStrength
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardEquivalenceStrengthDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardEquivalenceStrengthDescriptors_descriptorId_6db7d445
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LearningStandardEquivalenceStrength
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_learningStandardEquivalenceStrengthDescriptors_descriptorId_65ced2ed
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LearningStandardEquivalenceStrength
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardScopeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardScopeDescriptors_92930908
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LearningStandardScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_learningStandardScopeDescriptors_77e380ea
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a194
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a194
        "202": *a194
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LearningStandardScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/learningStandardScopeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_learningStandardScopeDescriptors_descriptorId_797074d9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LearningStandardScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_learningStandardScopeDescriptors_descriptorId_fcdb8278
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LearningStandardScope
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/lengthOfContractDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_lengthOfContractDescriptors_b1854077
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LengthOfContract
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_lengthOfContractDescriptors_3b9d74ef
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a195
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a195
        "202": *a195
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LengthOfContract
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/lengthOfContractDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_lengthOfContractDescriptors_descriptorId_ae228f0c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LengthOfContract
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_lengthOfContractDescriptors_descriptorId_4ec385ad
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LengthOfContract
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/levelOfEducationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_levelOfEducationDescriptors_ef04c8e9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LevelOfEducation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_levelOfEducationDescriptors_34ca8fb6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a196
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a196
        "202": *a196
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LevelOfEducation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/levelOfEducationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_levelOfEducationDescriptors_descriptorId_18b3dc76
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LevelOfEducation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_levelOfEducationDescriptors_descriptorId_e6bdbbec
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LevelOfEducation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/licenseStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_licenseStatusDescriptors_21e5daff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LicenseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_licenseStatusDescriptors_a2b1b87a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a197
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a197
        "202": *a197
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LicenseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/licenseStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_licenseStatusDescriptors_descriptorId_a037b33b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LicenseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_licenseStatusDescriptors_descriptorId_dd7c76fa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LicenseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/licenseTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_licenseTypeDescriptors_19802fbb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LicenseType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_licenseTypeDescriptors_a4572f22
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a198
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a198
        "202": *a198
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LicenseType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/licenseTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_licenseTypeDescriptors_descriptorId_f1b39b0c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LicenseType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_licenseTypeDescriptors_descriptorId_518b5ea5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LicenseType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/limitedEnglishProficiencyDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_limitedEnglishProficiencyDescriptors_483699de
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LimitedEnglishProficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_limitedEnglishProficiencyDescriptors_069f4899
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a199
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a199
        "202": *a199
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LimitedEnglishProficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/limitedEnglishProficiencyDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_limitedEnglishProficiencyDescriptors_descriptorId_95ab0945
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LimitedEnglishProficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_limitedEnglishProficiencyDescriptors_descriptorId_b0de6f04
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LimitedEnglishProficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/localEducationAgencyCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_localEducationAgencyCategoryDescriptors_e12bef58
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalEducationAgencyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_localEducationAgencyCategoryDescriptors_15fa60b3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a201
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a201
        "202": *a201
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalEducationAgencyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/localEducationAgencyCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_localEducationAgencyCategoryDescriptors_descriptorId_fcf052b9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalEducationAgencyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_localEducationAgencyCategoryDescriptors_descriptorId_3455cac6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalEducationAgencyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/localeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_localeDescriptors_78e7eff4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Locale
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_localeDescriptors_68e6b79c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a200
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a200
        "202": *a200
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Locale
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/localeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_localeDescriptors_descriptorId_5a4aa3b0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Locale
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_localeDescriptors_descriptorId_4c152387
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Locale
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/magnetSpecialProgramEmphasisSchoolDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_magnetSpecialProgramEmphasisSchoolDescriptors_975ed040
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List MagnetSpecialProgramEmphasisSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_magnetSpecialProgramEmphasisSchoolDescriptors_fd51102e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a202
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a202
        "202": *a202
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create MagnetSpecialProgramEmphasisSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/magnetSpecialProgramEmphasisSchoolDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_magnetSpecialProgramEmphasisSchoolDescriptors_descriptorId_552e44a6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read MagnetSpecialProgramEmphasisSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_magnetSpecialProgramEmphasisSchoolDescriptors_descriptorId_52bc0a8b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update MagnetSpecialProgramEmphasisSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/mediumOfInstructionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_mediumOfInstructionDescriptors_e5f323d2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List MediumOfInstruction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_mediumOfInstructionDescriptors_a5d823b2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a203
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a203
        "202": *a203
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create MediumOfInstruction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/mediumOfInstructionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_mediumOfInstructionDescriptors_descriptorId_bfccd720
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read MediumOfInstruction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_mediumOfInstructionDescriptors_descriptorId_bb7c0feb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update MediumOfInstruction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/methodCreditEarnedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_methodCreditEarnedDescriptors_57abfb8f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List MethodCreditEarned
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_methodCreditEarnedDescriptors_90ed490a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a204
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a204
        "202": *a204
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create MethodCreditEarned
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/methodCreditEarnedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_methodCreditEarnedDescriptors_descriptorId_cb74268d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read MethodCreditEarned
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_methodCreditEarnedDescriptors_descriptorId_3eeb797a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update MethodCreditEarned
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/migrantEducationProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_migrantEducationProgramServiceDescriptors_bba25ec9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List MigrantEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_migrantEducationProgramServiceDescriptors_583f84b7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a205
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a205
        "202": *a205
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create MigrantEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/migrantEducationProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_migrantEducationProgramServiceDescriptors_descriptorId_75c92b5b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read MigrantEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_migrantEducationProgramServiceDescriptors_descriptorId_acc2ff3d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update MigrantEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/modelEntityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_modelEntityDescriptors_dfd59c2e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ModelEntity
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_modelEntityDescriptors_95716c79
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a206
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a206
        "202": *a206
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ModelEntity
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/modelEntityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_modelEntityDescriptors_descriptorId_45c8217c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ModelEntity
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_modelEntityDescriptors_descriptorId_3c0d0ff9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ModelEntity
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/monitoredDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_monitoredDescriptors_5c6ba096
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Monitored
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_monitoredDescriptors_38de23cf
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a207
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a207
        "202": *a207
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Monitored
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/monitoredDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_monitoredDescriptors_descriptorId_8e4950aa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Monitored
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_monitoredDescriptors_descriptorId_458c6758
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Monitored
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/neglectedOrDelinquentProgramDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_neglectedOrDelinquentProgramDescriptors_e895917d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List NeglectedOrDelinquentProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_neglectedOrDelinquentProgramDescriptors_cae997f4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a208
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a208
        "202": *a208
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create NeglectedOrDelinquentProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/neglectedOrDelinquentProgramDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_neglectedOrDelinquentProgramDescriptors_descriptorId_90a22eee
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read NeglectedOrDelinquentProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_neglectedOrDelinquentProgramDescriptors_descriptorId_8804dbe4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update NeglectedOrDelinquentProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/neglectedOrDelinquentProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_neglectedOrDelinquentProgramServiceDescriptors_aeedf152
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List NeglectedOrDelinquentProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_neglectedOrDelinquentProgramServiceDescriptors_6a756bd5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a209
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a209
        "202": *a209
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create NeglectedOrDelinquentProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/neglectedOrDelinquentProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_neglectedOrDelinquentProgramServiceDescriptors_descriptorId_6c2d3fcb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read NeglectedOrDelinquentProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_neglectedOrDelinquentProgramServiceDescriptors_descriptorId_d7e0bfce
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update NeglectedOrDelinquentProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/networkPurposeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_networkPurposeDescriptors_ed752ff3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List NetworkPurpose
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_networkPurposeDescriptors_0aab0651
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a210
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a210
        "202": *a210
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create NetworkPurpose
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/networkPurposeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_networkPurposeDescriptors_descriptorId_23f15ebe
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read NetworkPurpose
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_networkPurposeDescriptors_descriptorId_22ff4fdf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update NetworkPurpose
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/nonMedicalImmunizationExemptionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_nonMedicalImmunizationExemptionDescriptors_2f0d5b65
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List NonMedicalImmunizationExemption
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_nonMedicalImmunizationExemptionDescriptors_863b2fe3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a211
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a211
        "202": *a211
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create NonMedicalImmunizationExemption
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/nonMedicalImmunizationExemptionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_nonMedicalImmunizationExemptionDescriptors_descriptorId_64bb39e3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read NonMedicalImmunizationExemption
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_nonMedicalImmunizationExemptionDescriptors_descriptorId_848b3901
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update NonMedicalImmunizationExemption
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/objectiveRatingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_objectiveRatingLevelDescriptors_f39095e5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ObjectiveRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_objectiveRatingLevelDescriptors_a16abe0d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a212
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a212
        "202": *a212
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ObjectiveRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/objectiveRatingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_objectiveRatingLevelDescriptors_descriptorId_26ae93e1
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ObjectiveRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_objectiveRatingLevelDescriptors_descriptorId_d44fa716
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ObjectiveRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionEventStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionEventStatusDescriptors_15a5f538
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OpenStaffPositionEventStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_openStaffPositionEventStatusDescriptors_83372805
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a213
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a213
        "202": *a213
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OpenStaffPositionEventStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionEventStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionEventStatusDescriptors_descriptorId_69157750
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OpenStaffPositionEventStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_openStaffPositionEventStatusDescriptors_descriptorId_327c94e9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OpenStaffPositionEventStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionEventTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionEventTypeDescriptors_a491148c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OpenStaffPositionEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_openStaffPositionEventTypeDescriptors_7139cc39
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a214
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a214
        "202": *a214
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OpenStaffPositionEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionEventTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionEventTypeDescriptors_descriptorId_532073d3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OpenStaffPositionEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_openStaffPositionEventTypeDescriptors_descriptorId_9a9d1446
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OpenStaffPositionEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionReasonDescriptors_75bf9035
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OpenStaffPositionReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_openStaffPositionReasonDescriptors_8de253e5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a215
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a215
        "202": *a215
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OpenStaffPositionReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/openStaffPositionReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_openStaffPositionReasonDescriptors_descriptorId_cdc7edef
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OpenStaffPositionReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_openStaffPositionReasonDescriptors_descriptorId_f100d714
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OpenStaffPositionReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/operationalStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_operationalStatusDescriptors_946e915b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OperationalStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_operationalStatusDescriptors_3a1c7d51
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a216
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a216
        "202": *a216
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OperationalStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/operationalStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_operationalStatusDescriptors_descriptorId_1aee7dbf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OperationalStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_operationalStatusDescriptors_descriptorId_6fd2999d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OperationalStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/otherNameTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_otherNameTypeDescriptors_6229ea1f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OtherNameType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_otherNameTypeDescriptors_b815f21d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a217
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a217
        "202": *a217
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OtherNameType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/otherNameTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_otherNameTypeDescriptors_descriptorId_57b9f814
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OtherNameType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_otherNameTypeDescriptors_descriptorId_74578852
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OtherNameType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/participationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_participationDescriptors_3f3afcac
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Participation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_participationDescriptors_1b990d7b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a218
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a218
        "202": *a218
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Participation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/participationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_participationDescriptors_descriptorId_52dec1eb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Participation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_participationDescriptors_descriptorId_14dc23ad
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Participation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/participationStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_participationStatusDescriptors_d5dd2892
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ParticipationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_participationStatusDescriptors_28654729
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a219
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a219
        "202": *a219
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ParticipationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/participationStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_participationStatusDescriptors_descriptorId_a3bcad4c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ParticipationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_participationStatusDescriptors_descriptorId_f376aa37
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ParticipationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathMilestoneStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathMilestoneStatusDescriptors_d06efae4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_pathMilestoneStatusDescriptors_2dd9e9e2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a220
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a220
        "202": *a220
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathMilestoneStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathMilestoneStatusDescriptors_descriptorId_c64c7ffe
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_pathMilestoneStatusDescriptors_descriptorId_6ebde49d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathMilestoneTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathMilestoneTypeDescriptors_e9db16e0
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PathMilestoneType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_pathMilestoneTypeDescriptors_9fb7af9f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a221
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a221
        "202": *a221
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PathMilestoneType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathMilestoneTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathMilestoneTypeDescriptors_descriptorId_37405d17
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PathMilestoneType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_pathMilestoneTypeDescriptors_descriptorId_f79f4172
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PathMilestoneType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathPhaseStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathPhaseStatusDescriptors_4bb89547
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_pathPhaseStatusDescriptors_c932e945
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a222
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a222
        "202": *a222
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/pathPhaseStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_pathPhaseStatusDescriptors_descriptorId_c5237ea7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_pathPhaseStatusDescriptors_descriptorId_08bb6eca
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceBaseConversionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceBaseConversionDescriptors_faf00b91
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceBaseConversion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_performanceBaseConversionDescriptors_d402b439
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a223
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a223
        "202": *a223
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceBaseConversion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceBaseConversionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceBaseConversionDescriptors_descriptorId_930d01da
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceBaseConversion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_performanceBaseConversionDescriptors_descriptorId_f5d5a787
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceBaseConversion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceEvaluationRatingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceEvaluationRatingLevelDescriptors_f8de6412
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceEvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_performanceEvaluationRatingLevelDescriptors_27ad5720
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a224
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a224
        "202": *a224
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceEvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceEvaluationRatingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceEvaluationRatingLevelDescriptors_descriptorId_21420b0b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceEvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_performanceEvaluationRatingLevelDescriptors_descriptorId_88acc53c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceEvaluationRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceEvaluationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceEvaluationTypeDescriptors_15d6473a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_performanceEvaluationTypeDescriptors_bd539d9e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a225
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a225
        "202": *a225
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceEvaluationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceEvaluationTypeDescriptors_descriptorId_f838a72f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_performanceEvaluationTypeDescriptors_descriptorId_a3f1f8a5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceLevelDescriptors_dacdb9c4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_performanceLevelDescriptors_b3fe2974
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a226
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a226
        "202": *a226
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/performanceLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_performanceLevelDescriptors_descriptorId_54aafafa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_performanceLevelDescriptors_descriptorId_99543c07
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/personalInformationVerificationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_personalInformationVerificationDescriptors_de99fad9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PersonalInformationVerification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_personalInformationVerificationDescriptors_b7591a0e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a227
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a227
        "202": *a227
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PersonalInformationVerification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/personalInformationVerificationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_personalInformationVerificationDescriptors_descriptorId_7eec4077
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PersonalInformationVerification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_personalInformationVerificationDescriptors_descriptorId_c20974d3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PersonalInformationVerification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/platformTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_platformTypeDescriptors_399c3b8e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PlatformType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_platformTypeDescriptors_05b8f43f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a228
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a228
        "202": *a228
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PlatformType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/platformTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_platformTypeDescriptors_descriptorId_d16a1668
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PlatformType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_platformTypeDescriptors_descriptorId_c152e705
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PlatformType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/populationServedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_populationServedDescriptors_523ec377
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PopulationServed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_populationServedDescriptors_b5c84331
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a229
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a229
        "202": *a229
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PopulationServed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/populationServedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_populationServedDescriptors_descriptorId_887c78be
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PopulationServed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_populationServedDescriptors_descriptorId_dfded6f2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PopulationServed
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postSecondaryEventCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postSecondaryEventCategoryDescriptors_543888fc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PostSecondaryEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_postSecondaryEventCategoryDescriptors_6f5abb51
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a231
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a231
        "202": *a231
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PostSecondaryEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postSecondaryEventCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postSecondaryEventCategoryDescriptors_descriptorId_83eb00fe
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PostSecondaryEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_postSecondaryEventCategoryDescriptors_descriptorId_eafaf767
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PostSecondaryEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postSecondaryInstitutionLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postSecondaryInstitutionLevelDescriptors_4ffd3ecc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PostSecondaryInstitutionLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_postSecondaryInstitutionLevelDescriptors_82de5581
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a232
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a232
        "202": *a232
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PostSecondaryInstitutionLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postSecondaryInstitutionLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postSecondaryInstitutionLevelDescriptors_descriptorId_b7935159
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PostSecondaryInstitutionLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_postSecondaryInstitutionLevelDescriptors_descriptorId_01e3a793
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PostSecondaryInstitutionLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postingResultDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postingResultDescriptors_da11a792
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PostingResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_postingResultDescriptors_90ed0f38
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a230
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a230
        "202": *a230
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PostingResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/postingResultDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_postingResultDescriptors_descriptorId_9df6b2a6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PostingResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_postingResultDescriptors_descriptorId_0dbb343e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PostingResult
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/previousCareerDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_previousCareerDescriptors_b055a4de
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PreviousCareer
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_previousCareerDescriptors_5cb2b6c4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a233
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a233
        "202": *a233
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PreviousCareer
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/previousCareerDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_previousCareerDescriptors_descriptorId_ad5c9368
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PreviousCareer
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_previousCareerDescriptors_descriptorId_100fb0ad
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PreviousCareer
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceAccessDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceAccessDescriptors_f8e01dc4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PrimaryLearningDeviceAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_primaryLearningDeviceAccessDescriptors_9a968716
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a234
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a234
        "202": *a234
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PrimaryLearningDeviceAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceAccessDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceAccessDescriptors_descriptorId_a48925e7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PrimaryLearningDeviceAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_primaryLearningDeviceAccessDescriptors_descriptorId_421c6709
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PrimaryLearningDeviceAccess
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceAwayFromSchoolDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceAwayFromSchoolDescriptors_7ef756c2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PrimaryLearningDeviceAwayFromSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_primaryLearningDeviceAwayFromSchoolDescriptors_e3dc48d8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a235
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a235
        "202": *a235
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PrimaryLearningDeviceAwayFromSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceAwayFromSchoolDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceAwayFromSchoolDescriptors_descriptorId_b5008ea4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PrimaryLearningDeviceAwayFromSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_primaryLearningDeviceAwayFromSchoolDescriptors_descriptorId_6042aecc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PrimaryLearningDeviceAwayFromSchool
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceProviderDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceProviderDescriptors_2b7c723c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PrimaryLearningDeviceProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_primaryLearningDeviceProviderDescriptors_ebc4f2fb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a236
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a236
        "202": *a236
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PrimaryLearningDeviceProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/primaryLearningDeviceProviderDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_primaryLearningDeviceProviderDescriptors_descriptorId_9784decf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PrimaryLearningDeviceProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_primaryLearningDeviceProviderDescriptors_descriptorId_35da62e4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PrimaryLearningDeviceProvider
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/professionalDevelopmentOfferedByDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_professionalDevelopmentOfferedByDescriptors_078715cd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProfessionalDevelopmentOfferedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_professionalDevelopmentOfferedByDescriptors_33f63c19
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a237
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a237
        "202": *a237
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProfessionalDevelopmentOfferedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/professionalDevelopmentOfferedByDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_professionalDevelopmentOfferedByDescriptors_descriptorId_97bd4fd4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProfessionalDevelopmentOfferedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_professionalDevelopmentOfferedByDescriptors_descriptorId_c649ef7a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProfessionalDevelopmentOfferedBy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/proficiencyDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_proficiencyDescriptors_a53b6e0c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Proficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_proficiencyDescriptors_424831e3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a238
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a238
        "202": *a238
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Proficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/proficiencyDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_proficiencyDescriptors_descriptorId_ae7254ce
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Proficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_proficiencyDescriptors_descriptorId_73003159
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Proficiency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programAssignmentDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programAssignmentDescriptors_b1216792
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramAssignment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programAssignmentDescriptors_b90536d2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a239
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a239
        "202": *a239
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramAssignment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programAssignmentDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programAssignmentDescriptors_descriptorId_e82789b7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramAssignment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programAssignmentDescriptors_descriptorId_2b4b777b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramAssignment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programCharacteristicDescriptors_5b145e2c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programCharacteristicDescriptors_2d8f7345
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a240
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a240
        "202": *a240
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programCharacteristicDescriptors_descriptorId_3031da7d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programCharacteristicDescriptors_descriptorId_cfd36cd2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programEvaluationPeriodDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programEvaluationPeriodDescriptors_2a4d90c7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramEvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programEvaluationPeriodDescriptors_5381862d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a241
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a241
        "202": *a241
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramEvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programEvaluationPeriodDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programEvaluationPeriodDescriptors_descriptorId_c1c54eef
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramEvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programEvaluationPeriodDescriptors_descriptorId_3a744b28
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramEvaluationPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programEvaluationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programEvaluationTypeDescriptors_977a847c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programEvaluationTypeDescriptors_57d2e39a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a242
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a242
        "202": *a242
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programEvaluationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programEvaluationTypeDescriptors_descriptorId_1f1c90e7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programEvaluationTypeDescriptors_descriptorId_a0c5e6fb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramEvaluationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programSponsorDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programSponsorDescriptors_9850db57
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramSponsor
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programSponsorDescriptors_7da797e8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a243
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a243
        "202": *a243
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramSponsor
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programSponsorDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programSponsorDescriptors_descriptorId_99b7dfeb
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramSponsor
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programSponsorDescriptors_descriptorId_e87017bd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramSponsor
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programTypeDescriptors_d463a285
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_programTypeDescriptors_6453b3a5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a244
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a244
        "202": *a244
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/programTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_programTypeDescriptors_descriptorId_90f50787
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_programTypeDescriptors_descriptorId_8e18c2a7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/progressDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_progressDescriptors_de233133
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Progress
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_progressDescriptors_646d809f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a245
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a245
        "202": *a245
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Progress
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/progressDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_progressDescriptors_descriptorId_02719db0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Progress
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_progressDescriptors_descriptorId_3abb90db
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Progress
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/progressLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_progressLevelDescriptors_5530c173
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgressLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_progressLevelDescriptors_64d0a9e2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a246
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a246
        "202": *a246
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgressLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/progressLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_progressLevelDescriptors_descriptorId_f392fe19
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgressLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_progressLevelDescriptors_descriptorId_c87c1d12
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgressLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerCategoryDescriptors_c1d6aa8f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProviderCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_providerCategoryDescriptors_3dbee58c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a247
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a247
        "202": *a247
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProviderCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerCategoryDescriptors_descriptorId_412f20ea
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProviderCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_providerCategoryDescriptors_descriptorId_5782f598
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProviderCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerProfitabilityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerProfitabilityDescriptors_2c8408f8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProviderProfitability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_providerProfitabilityDescriptors_8caf8919
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a248
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a248
        "202": *a248
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProviderProfitability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerProfitabilityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerProfitabilityDescriptors_descriptorId_8010f713
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProviderProfitability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_providerProfitabilityDescriptors_descriptorId_09512c08
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProviderProfitability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerStatusDescriptors_f0222121
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProviderStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_providerStatusDescriptors_6d419bc4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a249
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a249
        "202": *a249
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProviderStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/providerStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_providerStatusDescriptors_descriptorId_d526c240
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProviderStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_providerStatusDescriptors_descriptorId_b845d73b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProviderStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/publicationStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_publicationStatusDescriptors_74948fb4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PublicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_publicationStatusDescriptors_abd7b614
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a250
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a250
        "202": *a250
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PublicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/publicationStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_publicationStatusDescriptors_descriptorId_8b684af9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PublicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_publicationStatusDescriptors_descriptorId_2864d41f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PublicationStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/quantitativeMeasureDatatypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_quantitativeMeasureDatatypeDescriptors_d4b6d6a3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List QuantitativeMeasureDatatype
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_quantitativeMeasureDatatypeDescriptors_82f2a86e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a251
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a251
        "202": *a251
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create QuantitativeMeasureDatatype
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/quantitativeMeasureDatatypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_quantitativeMeasureDatatypeDescriptors_descriptorId_21ce10c6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read QuantitativeMeasureDatatype
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_quantitativeMeasureDatatypeDescriptors_descriptorId_63f900a7
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update QuantitativeMeasureDatatype
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/quantitativeMeasureTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_quantitativeMeasureTypeDescriptors_cb17e398
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List QuantitativeMeasureType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_quantitativeMeasureTypeDescriptors_6848a047
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a252
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a252
        "202": *a252
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create QuantitativeMeasureType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/quantitativeMeasureTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_quantitativeMeasureTypeDescriptors_descriptorId_3871c145
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read QuantitativeMeasureType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_quantitativeMeasureTypeDescriptors_descriptorId_82a17c09
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update QuantitativeMeasureType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/questionFormDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_questionFormDescriptors_be040f0e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List QuestionForm
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_questionFormDescriptors_412f9b77
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a253
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a253
        "202": *a253
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create QuestionForm
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/questionFormDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_questionFormDescriptors_descriptorId_25c8b248
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read QuestionForm
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_questionFormDescriptors_descriptorId_f1563ec3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update QuestionForm
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/raceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_raceDescriptors_581c80b9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Race
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_raceDescriptors_d1bc9e17
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a254
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a254
        "202": *a254
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Race
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/raceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_raceDescriptors_descriptorId_59a2a33d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Race
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_raceDescriptors_descriptorId_70aeb72e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Race
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ratingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ratingLevelDescriptors_5c559172
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_ratingLevelDescriptors_10f28c98
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a255
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a255
        "202": *a255
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/ratingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_ratingLevelDescriptors_descriptorId_ed3b0038
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_ratingLevelDescriptors_descriptorId_8924e32c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reasonExitedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reasonExitedDescriptors_1d0099c2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ReasonExited
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_reasonExitedDescriptors_1a34fdec
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a256
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a256
        "202": *a256
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ReasonExited
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reasonExitedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reasonExitedDescriptors_descriptorId_6559fce6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ReasonExited
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_reasonExitedDescriptors_descriptorId_1b9d2615
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ReasonExited
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reasonNotTestedDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reasonNotTestedDescriptors_56bc6df1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ReasonNotTested
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_reasonNotTestedDescriptors_26c098e4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a257
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a257
        "202": *a257
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ReasonNotTested
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reasonNotTestedDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reasonNotTestedDescriptors_descriptorId_0bedd8fd
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ReasonNotTested
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_reasonNotTestedDescriptors_descriptorId_7d3e3279
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ReasonNotTested
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recognitionTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recognitionTypeDescriptors_e7474490
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RecognitionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_recognitionTypeDescriptors_eef27ed3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a258
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a258
        "202": *a258
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RecognitionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recognitionTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recognitionTypeDescriptors_descriptorId_5f8d975c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RecognitionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_recognitionTypeDescriptors_descriptorId_14750203
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RecognitionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recruitmentEventAttendeeTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recruitmentEventAttendeeTypeDescriptors_9431798b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RecruitmentEventAttendeeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_recruitmentEventAttendeeTypeDescriptors_f7761774
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a259
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a259
        "202": *a259
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RecruitmentEventAttendeeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recruitmentEventAttendeeTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recruitmentEventAttendeeTypeDescriptors_descriptorId_bc6bb8e2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RecruitmentEventAttendeeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_recruitmentEventAttendeeTypeDescriptors_descriptorId_77db2e2f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RecruitmentEventAttendeeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recruitmentEventTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recruitmentEventTypeDescriptors_f92a09d3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RecruitmentEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_recruitmentEventTypeDescriptors_c015179d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a260
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a260
        "202": *a260
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RecruitmentEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/recruitmentEventTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_recruitmentEventTypeDescriptors_descriptorId_abf1584c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RecruitmentEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_recruitmentEventTypeDescriptors_descriptorId_076f5c16
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RecruitmentEventType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/relationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_relationDescriptors_a455e917
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Relation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_relationDescriptors_53ca3cc5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a261
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a261
        "202": *a261
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Relation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/relationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_relationDescriptors_descriptorId_c86e77c6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Relation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_relationDescriptors_descriptorId_07b24d3a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Relation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/repeatIdentifierDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_repeatIdentifierDescriptors_509b6eda
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RepeatIdentifier
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_repeatIdentifierDescriptors_b28598f4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a262
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a262
        "202": *a262
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RepeatIdentifier
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/repeatIdentifierDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_repeatIdentifierDescriptors_descriptorId_54ad896f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RepeatIdentifier
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_repeatIdentifierDescriptors_descriptorId_26eedb2b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RepeatIdentifier
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reporterDescriptionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reporterDescriptionDescriptors_98c4abb2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ReporterDescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_reporterDescriptionDescriptors_d3540534
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a263
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a263
        "202": *a263
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ReporterDescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reporterDescriptionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reporterDescriptionDescriptors_descriptorId_e4b3bb7f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ReporterDescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_reporterDescriptionDescriptors_descriptorId_54818527
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ReporterDescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reportingTagDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reportingTagDescriptors_9f1bb5a1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ReportingTag
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_reportingTagDescriptors_56254175
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a264
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a264
        "202": *a264
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ReportingTag
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/reportingTagDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_reportingTagDescriptors_descriptorId_edb6296e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ReportingTag
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_reportingTagDescriptors_descriptorId_b986c32d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ReportingTag
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/residencyStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_residencyStatusDescriptors_cf8c1fe7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ResidencyStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_residencyStatusDescriptors_57f789a9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a265
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a265
        "202": *a265
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ResidencyStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/residencyStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_residencyStatusDescriptors_descriptorId_f32b8f6b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ResidencyStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_residencyStatusDescriptors_descriptorId_4b25fb66
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ResidencyStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/responseIndicatorDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_responseIndicatorDescriptors_3712c53b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ResponseIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_responseIndicatorDescriptors_d68027b6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a266
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a266
        "202": *a266
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ResponseIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/responseIndicatorDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_responseIndicatorDescriptors_descriptorId_99cc7a54
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ResponseIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_responseIndicatorDescriptors_descriptorId_965be9ed
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ResponseIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/responsibilityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_responsibilityDescriptors_f5fccc85
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Responsibility
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_responsibilityDescriptors_a7d6a9dc
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a267
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a267
        "202": *a267
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Responsibility
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/responsibilityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_responsibilityDescriptors_descriptorId_db4459e2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Responsibility
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_responsibilityDescriptors_descriptorId_87f910f0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Responsibility
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/restraintEventReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_restraintEventReasonDescriptors_cf044e8c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RestraintEventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_restraintEventReasonDescriptors_2a639868
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a268
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a268
        "202": *a268
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RestraintEventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/restraintEventReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_restraintEventReasonDescriptors_descriptorId_4501aa54
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RestraintEventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_restraintEventReasonDescriptors_descriptorId_c117f2ba
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RestraintEventReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/resultDatatypeTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_resultDatatypeTypeDescriptors_418a6f38
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ResultDatatypeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_resultDatatypeTypeDescriptors_53dc9415
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a269
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a269
        "202": *a269
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ResultDatatypeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/resultDatatypeTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_resultDatatypeTypeDescriptors_descriptorId_f88cea3a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ResultDatatypeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_resultDatatypeTypeDescriptors_descriptorId_8c8d7762
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ResultDatatypeType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/retestIndicatorDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_retestIndicatorDescriptors_4475e366
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RetestIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_retestIndicatorDescriptors_b1489722
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a270
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a270
        "202": *a270
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RetestIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/retestIndicatorDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_retestIndicatorDescriptors_descriptorId_2ada6ac0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RetestIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_retestIndicatorDescriptors_descriptorId_c50d4c07
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RetestIndicator
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/rubricRatingLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_rubricRatingLevelDescriptors_211d490c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RubricRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_rubricRatingLevelDescriptors_0733f70a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a271
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a271
        "202": *a271
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RubricRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/rubricRatingLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_rubricRatingLevelDescriptors_descriptorId_77357549
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RubricRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_rubricRatingLevelDescriptors_descriptorId_f813b4f6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RubricRatingLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/salaryTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_salaryTypeDescriptors_c66e10d8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SalaryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_salaryTypeDescriptors_bb57326e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a272
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a272
        "202": *a272
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SalaryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/salaryTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_salaryTypeDescriptors_descriptorId_5934ae78
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SalaryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_salaryTypeDescriptors_descriptorId_90e43d9c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SalaryType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolCategoryDescriptors_f0d28a2b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SchoolCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_schoolCategoryDescriptors_35a6c8a3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a273
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a273
        "202": *a273
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SchoolCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolCategoryDescriptors_descriptorId_f3725b2e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SchoolCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_schoolCategoryDescriptors_descriptorId_9a97470c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SchoolCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolChoiceBasisDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolChoiceBasisDescriptors_2fe490db
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SchoolChoiceBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_schoolChoiceBasisDescriptors_861598de
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a274
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a274
        "202": *a274
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SchoolChoiceBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolChoiceBasisDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolChoiceBasisDescriptors_descriptorId_17c79d02
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SchoolChoiceBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_schoolChoiceBasisDescriptors_descriptorId_fc32f061
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SchoolChoiceBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolChoiceImplementStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolChoiceImplementStatusDescriptors_95b136e9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SchoolChoiceImplementStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_schoolChoiceImplementStatusDescriptors_bc1c5b17
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a275
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a275
        "202": *a275
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SchoolChoiceImplementStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolChoiceImplementStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolChoiceImplementStatusDescriptors_descriptorId_5e2c6c80
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SchoolChoiceImplementStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_schoolChoiceImplementStatusDescriptors_descriptorId_1af54cde
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SchoolChoiceImplementStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolFoodServiceProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolFoodServiceProgramServiceDescriptors_c6909d87
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SchoolFoodServiceProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_schoolFoodServiceProgramServiceDescriptors_d55404b0
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a276
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a276
        "202": *a276
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SchoolFoodServiceProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolFoodServiceProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolFoodServiceProgramServiceDescriptors_descriptorId_40c5b455
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SchoolFoodServiceProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_schoolFoodServiceProgramServiceDescriptors_descriptorId_3bd02187
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SchoolFoodServiceProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolTypeDescriptors_bea00279
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SchoolType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_schoolTypeDescriptors_48f3eaef
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a277
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a277
        "202": *a277
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SchoolType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/schoolTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_schoolTypeDescriptors_descriptorId_29cdd611
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SchoolType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_schoolTypeDescriptors_descriptorId_e5dadeff
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SchoolType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/section504DisabilityDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_section504DisabilityDescriptors_ed4cd122
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Section504Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_section504DisabilityDescriptors_65a38ce3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a278
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a278
        "202": *a278
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Section504Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/section504DisabilityDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_section504DisabilityDescriptors_descriptorId_713ebb66
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Section504Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_section504DisabilityDescriptors_descriptorId_a8122246
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Section504Disability
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sectionCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sectionCharacteristicDescriptors_2ec39562
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SectionCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_sectionCharacteristicDescriptors_58d21697
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a279
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a279
        "202": *a279
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SectionCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sectionCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sectionCharacteristicDescriptors_descriptorId_0fdd1d1c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SectionCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_sectionCharacteristicDescriptors_descriptorId_950dc837
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SectionCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sectionTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sectionTypeDescriptors_63c63132
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SectionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_sectionTypeDescriptors_23469509
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a280
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a280
        "202": *a280
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SectionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sectionTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sectionTypeDescriptors_descriptorId_1892c89d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SectionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_sectionTypeDescriptors_descriptorId_8e61c929
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SectionType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/separationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_separationDescriptors_9c847a60
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Separation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_separationDescriptors_5b2e5ade
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a281
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a281
        "202": *a281
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Separation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/separationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_separationDescriptors_descriptorId_dbec69af
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Separation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_separationDescriptors_descriptorId_cab0a405
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Separation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/separationReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_separationReasonDescriptors_e192d78e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SeparationReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_separationReasonDescriptors_0f3dd3d1
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a282
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a282
        "202": *a282
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SeparationReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/separationReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_separationReasonDescriptors_descriptorId_c7c8bafc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SeparationReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_separationReasonDescriptors_descriptorId_9176f2f8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SeparationReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceDeliveryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceDeliveryDescriptors_5f7a5344
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_serviceDeliveryDescriptors_87ea6142
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a283
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a283
        "202": *a283
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceDeliveryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceDeliveryDescriptors_descriptorId_57868f79
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_serviceDeliveryDescriptors_descriptorId_187733a6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceDescriptors_200d6442
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Service
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_serviceDescriptors_04f3d43e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a284
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a284
        "202": *a284
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Service
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceDescriptors_descriptorId_4d5c9048
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Service
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_serviceDescriptors_descriptorId_82bc7681
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Service
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceLocationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceLocationTypeDescriptors_54c209ed
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ServiceLocationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_serviceLocationTypeDescriptors_610c776b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a285
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a285
        "202": *a285
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ServiceLocationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceLocationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceLocationTypeDescriptors_descriptorId_d990cc39
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ServiceLocationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_serviceLocationTypeDescriptors_descriptorId_5ff66fc2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ServiceLocationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/servicePrescriptionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_servicePrescriptionDescriptors_07fa5afc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_servicePrescriptionDescriptors_ce5c4f31
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a286
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a286
        "202": *a286
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/servicePrescriptionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_servicePrescriptionDescriptors_descriptorId_6c4e2693
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_servicePrescriptionDescriptors_descriptorId_286d45a4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceProviderTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceProviderTypeDescriptors_40937e57
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ServiceProviderType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_serviceProviderTypeDescriptors_bde01925
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a287
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a287
        "202": *a287
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ServiceProviderType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/serviceProviderTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_serviceProviderTypeDescriptors_descriptorId_20910102
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ServiceProviderType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_serviceProviderTypeDescriptors_descriptorId_9b45a1c3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ServiceProviderType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sexDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sexDescriptors_26aba914
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Sex
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_sexDescriptors_47acbe9c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a288
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a288
        "202": *a288
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Sex
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sexDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sexDescriptors_descriptorId_549b39d3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Sex
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_sexDescriptors_descriptorId_18b04737
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Sex
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sourceSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sourceSystemDescriptors_eb18cf86
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SourceSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_sourceSystemDescriptors_f67d50d8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a289
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a289
        "202": *a289
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SourceSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/sourceSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_sourceSystemDescriptors_descriptorId_b6db1df3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SourceSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_sourceSystemDescriptors_descriptorId_7c0fa25a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SourceSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationExitReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationExitReasonDescriptors_7663f24b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SpecialEducationExitReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_specialEducationExitReasonDescriptors_bac710b4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a290
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a290
        "202": *a290
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SpecialEducationExitReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationExitReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationExitReasonDescriptors_descriptorId_c46297d9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SpecialEducationExitReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_specialEducationExitReasonDescriptors_descriptorId_19229469
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SpecialEducationExitReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationProgramServiceDescriptors_bafc0ff5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SpecialEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_specialEducationProgramServiceDescriptors_6a6b8651
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a291
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a291
        "202": *a291
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SpecialEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationProgramServiceDescriptors_descriptorId_1fcecff8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SpecialEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_specialEducationProgramServiceDescriptors_descriptorId_0360ce7d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SpecialEducationProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationSettingDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationSettingDescriptors_f6cde6d6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SpecialEducationSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_specialEducationSettingDescriptors_b623b207
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a292
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a292
        "202": *a292
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SpecialEducationSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/specialEducationSettingDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_specialEducationSettingDescriptors_descriptorId_2a741c71
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SpecialEducationSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_specialEducationSettingDescriptors_descriptorId_c96e6552
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SpecialEducationSetting
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffClassificationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffClassificationDescriptors_f9d0d1b5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffClassification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_staffClassificationDescriptors_ef78d3d4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a293
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a293
        "202": *a293
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffClassification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffClassificationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffClassificationDescriptors_descriptorId_29d62e3a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffClassification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_staffClassificationDescriptors_descriptorId_6f40056f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffClassification
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffIdentificationSystemDescriptors_e2561456
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_staffIdentificationSystemDescriptors_e66ebe1a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a294
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a294
        "202": *a294
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffIdentificationSystemDescriptors_descriptorId_c568914a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_staffIdentificationSystemDescriptors_descriptorId_cc6c72bf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffLeaveEventCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffLeaveEventCategoryDescriptors_b15206f4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffLeaveEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_staffLeaveEventCategoryDescriptors_54506c0d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a295
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a295
        "202": *a295
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffLeaveEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffLeaveEventCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffLeaveEventCategoryDescriptors_descriptorId_9b343a7a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffLeaveEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_staffLeaveEventCategoryDescriptors_descriptorId_695f8fb2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffLeaveEventCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffToCandidateRelationshipDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffToCandidateRelationshipDescriptors_d2ecc23b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffToCandidateRelationship
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_staffToCandidateRelationshipDescriptors_08332907
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a296
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a296
        "202": *a296
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffToCandidateRelationship
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/staffToCandidateRelationshipDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_staffToCandidateRelationshipDescriptors_descriptorId_034f1092
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffToCandidateRelationship
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_staffToCandidateRelationshipDescriptors_descriptorId_3cdf40f5
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffToCandidateRelationship
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/stateAbbreviationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_stateAbbreviationDescriptors_bae66bcc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StateAbbreviation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_stateAbbreviationDescriptors_337e63ab
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a297
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a297
        "202": *a297
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StateAbbreviation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/stateAbbreviationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_stateAbbreviationDescriptors_descriptorId_439859fa
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StateAbbreviation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_stateAbbreviationDescriptors_descriptorId_53c9d64b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StateAbbreviation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/studentCharacteristicDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_studentCharacteristicDescriptors_256b7e2b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_studentCharacteristicDescriptors_99c7bbb6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a298
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a298
        "202": *a298
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/studentCharacteristicDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_studentCharacteristicDescriptors_descriptorId_e93990bc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_studentCharacteristicDescriptors_descriptorId_700aaf52
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentCharacteristic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/studentIdentificationSystemDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_studentIdentificationSystemDescriptors_0b76bd60
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_studentIdentificationSystemDescriptors_e6ccd9fb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a299
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a299
        "202": *a299
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/studentIdentificationSystemDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_studentIdentificationSystemDescriptors_descriptorId_1f956ed4
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_studentIdentificationSystemDescriptors_descriptorId_f4bcee00
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIdentificationSystem
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/submissionStatusDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_submissionStatusDescriptors_0bda5610
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SubmissionStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_submissionStatusDescriptors_fdb70652
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a300
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a300
        "202": *a300
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SubmissionStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/submissionStatusDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_submissionStatusDescriptors_descriptorId_e96418bc
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SubmissionStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_submissionStatusDescriptors_descriptorId_1fdf02f9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SubmissionStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/supporterMilitaryConnectionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_supporterMilitaryConnectionDescriptors_914aaa9f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SupporterMilitaryConnection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_supporterMilitaryConnectionDescriptors_cf77ffa5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a301
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a301
        "202": *a301
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SupporterMilitaryConnection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/supporterMilitaryConnectionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_supporterMilitaryConnectionDescriptors_descriptorId_29c9fa15
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SupporterMilitaryConnection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_supporterMilitaryConnectionDescriptors_descriptorId_07b24f7f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SupporterMilitaryConnection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/surveyCategoryDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_surveyCategoryDescriptors_2e9fec29
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_surveyCategoryDescriptors_530d29ff
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a302
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a302
        "202": *a302
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/surveyCategoryDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_surveyCategoryDescriptors_descriptorId_d94da868
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_surveyCategoryDescriptors_descriptorId_31b0864f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyCategory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/surveyLevelDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_surveyLevelDescriptors_ada6b6a2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_surveyLevelDescriptors_5dc9330b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a303
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a303
        "202": *a303
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/surveyLevelDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_surveyLevelDescriptors_descriptorId_8edb1ad0
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_surveyLevelDescriptors_descriptorId_1ec895d3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyLevel
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/teachingCredentialBasisDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_teachingCredentialBasisDescriptors_514d94f7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TeachingCredentialBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_teachingCredentialBasisDescriptors_6c965056
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a304
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a304
        "202": *a304
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TeachingCredentialBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/teachingCredentialBasisDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_teachingCredentialBasisDescriptors_descriptorId_b811a345
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TeachingCredentialBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_teachingCredentialBasisDescriptors_descriptorId_d90675b9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TeachingCredentialBasis
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/teachingCredentialDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_teachingCredentialDescriptors_125f64f6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TeachingCredential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_teachingCredentialDescriptors_d9df3e9d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a305
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a305
        "202": *a305
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TeachingCredential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/teachingCredentialDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_teachingCredentialDescriptors_descriptorId_fa89f935
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TeachingCredential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_teachingCredentialDescriptors_descriptorId_1ad41f3d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TeachingCredential
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/technicalSkillsAssessmentDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_technicalSkillsAssessmentDescriptors_e3d5c4db
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TechnicalSkillsAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_technicalSkillsAssessmentDescriptors_f523039e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a306
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a306
        "202": *a306
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TechnicalSkillsAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/technicalSkillsAssessmentDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_technicalSkillsAssessmentDescriptors_descriptorId_40df4d8a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TechnicalSkillsAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_technicalSkillsAssessmentDescriptors_descriptorId_8e5840af
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TechnicalSkillsAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/telephoneNumberTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_telephoneNumberTypeDescriptors_d2c0cfde
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_telephoneNumberTypeDescriptors_01e1d957
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a307
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a307
        "202": *a307
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/telephoneNumberTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_telephoneNumberTypeDescriptors_descriptorId_16a5bf91
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_telephoneNumberTypeDescriptors_descriptorId_9e4ebe10
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TelephoneNumberType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/termDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_termDescriptors_5080f105
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Term
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_termDescriptors_71cf14ea
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a308
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a308
        "202": *a308
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Term
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/termDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_termDescriptors_descriptorId_c79be806
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Term
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_termDescriptors_descriptorId_08943c02
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Term
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartAParticipantDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartAParticipantDescriptors_e3abda3c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TitleIPartAParticipant
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_titleIPartAParticipantDescriptors_971dc0d3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a309
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a309
        "202": *a309
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TitleIPartAParticipant
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartAParticipantDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartAParticipantDescriptors_descriptorId_d607d786
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TitleIPartAParticipant
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_titleIPartAParticipantDescriptors_descriptorId_0f785e4d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TitleIPartAParticipant
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartAProgramServiceDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartAProgramServiceDescriptors_34c00b47
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TitleIPartAProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_titleIPartAProgramServiceDescriptors_faf033e2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a310
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a310
        "202": *a310
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TitleIPartAProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartAProgramServiceDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartAProgramServiceDescriptors_descriptorId_82b2603e
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TitleIPartAProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_titleIPartAProgramServiceDescriptors_descriptorId_8a51f40b
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TitleIPartAProgramService
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartASchoolDesignationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartASchoolDesignationDescriptors_7cc1b016
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TitleIPartASchoolDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_titleIPartASchoolDesignationDescriptors_ee1c2574
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a311
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a311
        "202": *a311
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TitleIPartASchoolDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/titleIPartASchoolDesignationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_titleIPartASchoolDesignationDescriptors_descriptorId_37b0cb7a
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TitleIPartASchoolDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_titleIPartASchoolDesignationDescriptors_descriptorId_a36d54d8
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TitleIPartASchoolDesignation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/transportationPublicExpenseEligibilityTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_transportationPublicExpenseEligibilityTypeDescriptors_51efa2c7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TransportationPublicExpenseEligibilityType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_transportationPublicExpenseEligibilityTypeDescriptors_7a6c9b3a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a312
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a312
        "202": *a312
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TransportationPublicExpenseEligibilityType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/transportationPublicExpenseEligibilityTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_transportationPublicExpenseEligibilityTypeDescriptors_descriptor_dc32a8c3
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TransportationPublicExpenseEligibilityType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_transportationPublicExpenseEligibilityTypeDescriptors_descript_033cdf80
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TransportationPublicExpenseEligibilityType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/transportationTypeDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_transportationTypeDescriptors_fb62826f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TransportationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_transportationTypeDescriptors_8f89d0b6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a313
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a313
        "202": *a313
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TransportationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/transportationTypeDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_transportationTypeDescriptors_descriptorId_479191cf
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TransportationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_transportationTypeDescriptors_descriptorId_71412aee
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TransportationType
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/travelDayofWeekDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_travelDayofWeekDescriptors_0d0e703d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TravelDayofWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_travelDayofWeekDescriptors_6a293323
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a314
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a314
        "202": *a314
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TravelDayofWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/travelDayofWeekDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_travelDayofWeekDescriptors_descriptorId_90088077
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TravelDayofWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_travelDayofWeekDescriptors_descriptorId_8b4b097f
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TravelDayofWeek
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/travelDirectionDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_travelDirectionDescriptors_4e6d610f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TravelDirection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_travelDirectionDescriptors_adb33c9c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a315
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a315
        "202": *a315
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TravelDirection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/travelDirectionDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_travelDirectionDescriptors_descriptorId_54b3f304
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TravelDirection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_travelDirectionDescriptors_descriptorId_f23e5f9d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TravelDirection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/tribalAffiliationDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_tribalAffiliationDescriptors_7edf7af5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List TribalAffiliation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_tribalAffiliationDescriptors_cc32dad2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a316
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a316
        "202": *a316
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create TribalAffiliation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/tribalAffiliationDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_tribalAffiliationDescriptors_descriptorId_ef94456d
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read TribalAffiliation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_tribalAffiliationDescriptors_descriptorId_4e001cef
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update TribalAffiliation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/visaDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_visaDescriptors_34d2fa19
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Visa
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_visaDescriptors_9f642ab4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a317
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a317
        "202": *a317
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Visa
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/visaDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_visaDescriptors_descriptorId_180af59c
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Visa
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_visaDescriptors_descriptorId_2ed53ed2
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Visa
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/weaponDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_weaponDescriptors_506b9ecc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Weapon
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_weaponDescriptors_e40040be
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a318
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a318
        "202": *a318
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Weapon
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/weaponDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_weaponDescriptors_descriptorId_8f38f848
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Weapon
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_weaponDescriptors_descriptorId_660eeaa6
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Weapon
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/withdrawReasonDescriptors:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_withdrawReasonDescriptors_dd29123e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List WithdrawReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_descriptors_withdrawReasonDescriptors_0e405b0c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a319
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a319
        "202": *a319
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create WithdrawReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/descriptors/withdrawReasonDescriptors/{descriptorId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_descriptors_withdrawReasonDescriptors_descriptorId_371b14f9
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read WithdrawReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_descriptors_withdrawReasonDescriptors_descriptorId_3a4a4077
      parameters:
        - in: path
          name: descriptorId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update WithdrawReason
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/disciplineActions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_disciplineActions_1e8c3a40
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_disciplineActions_2495d94d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a320
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a320
        "202": *a320
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/disciplineActions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_disciplineActions_edfiLocalId_b1fc9ad8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_disciplineActions_edfiLocalId_2fa1631a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_disciplineActions_edfiLocalId_62823ca9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_disciplineActions_edfiLocalId_71c732b6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace DisciplineAction
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/disciplineIncidents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_disciplineIncidents_e69b62b9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_disciplineIncidents_1ee699b3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a321
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a321
        "202": *a321
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/disciplineIncidents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_disciplineIncidents_edfiLocalId_cdf65165
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_disciplineIncidents_edfiLocalId_26dcbd6f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_disciplineIncidents_edfiLocalId_749779db
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_disciplineIncidents_edfiLocalId_d9eacc31
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace DisciplineIncident
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/drafts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_drafts_41890441
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Ed-Fi draft records
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_drafts_4f0cb0af
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a322
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a322
        "202": *a322
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create an Ed-Fi draft record
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/drafts/{draftId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_drafts_draftId_74e743aa
      parameters:
        - in: path
          name: draftId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read an Ed-Fi draft record
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/drafts/{draftId}/promote:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_drafts_draftId_promote_1f96eb87
      parameters:
        - in: path
          name: draftId
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a323
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a323
        "202": *a323
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Promote an Ed-Fi draft record
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationContents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationContents_834c1c60
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationContents_b56b1ca9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a324
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a324
        "202": *a324
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationContents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationContents_edfiLocalId_9f27af19
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationContents_edfiLocalId_dfae2306
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationContents_edfiLocalId_680809b6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationContents_edfiLocalId_7284b8b9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationContent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationIdentificationCodes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationIdentificationCodes_381a8bc5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizationIdentificationCodes_328aba0e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a325
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a325
        "202": *a325
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationIdentificationCodes/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizationIdentificationCodes_edfiLocalId_86e8a9ab
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationIdentificationCodes_edfiLocalId_e53a4f87
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizationIdentificationCodes_edfiLocalId_e5537c88
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizationIdentificationCodes_edfiLocalId_6a2d58d0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganizationIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationInterventionPrescriptionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationInterventionPrescriptionAssociations_96be1b23
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizationInterventionPrescriptionAssociations_211ea603
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a326
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a326
        "202": *a326
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationInterventionPrescriptionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizationInterventionPrescriptionAssociations_edfiLocalId_20030eef
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationInterventionPrescriptionAssociations_edfiLocalId_a395664c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizationInterventionPrescriptionAssociations_edfiLocalId_4f6220ff
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizationInterventionPrescriptionAssociations_edfiLocalId_bce21a7e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganizationInterventionPrescriptionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationNetworkAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationNetworkAssociations_e2da3b11
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizationNetworkAssociations_e98a3b03
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a327
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a327
        "202": *a327
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationNetworkAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizationNetworkAssociations_edfiLocalId_e980b211
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationNetworkAssociations_edfiLocalId_6111a753
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizationNetworkAssociations_edfiLocalId_22a6bef6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizationNetworkAssociations_edfiLocalId_935c9ced
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganizationNetworkAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationNetworks:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationNetworks_8c72ae36
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizationNetworks_1bca831a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a328
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a328
        "202": *a328
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationNetworks/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizationNetworks_edfiLocalId_d4fcbe38
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationNetworks_edfiLocalId_34d5ef5e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizationNetworks_edfiLocalId_d7c739af
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizationNetworks_edfiLocalId_c51a4bf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganizationNetwork
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationPeerAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationPeerAssociations_caf95f9a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizationPeerAssociations_175d9de4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a329
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a329
        "202": *a329
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizationPeerAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizationPeerAssociations_edfiLocalId_d84db897
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizationPeerAssociations_edfiLocalId_b9c074ef
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizationPeerAssociations_edfiLocalId_2a9df381
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizationPeerAssociations_edfiLocalId_e77b583a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganizationPeerAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizations_a9e2c9e8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationOrganizations_10c5806d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a330
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a330
        "202": *a330
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationOrganizations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationOrganizations_edfiLocalId_b40707c1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationOrganizations_edfiLocalId_e6c4e5b6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationOrganizations_edfiLocalId_dabe672c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationOrganizations_edfiLocalId_fb905bc7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationOrganization
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationServiceCenters:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationServiceCenters_4dee14ed
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educationServiceCenters_27b9bcb3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a331
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a331
        "202": *a331
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educationServiceCenters/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educationServiceCenters_edfiLocalId_a93fbeac
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educationServiceCenters_edfiLocalId_29823c81
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educationServiceCenters_edfiLocalId_e77db245
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educationServiceCenters_edfiLocalId_d1f24c82
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducationServiceCenter
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educatorPreparationPrograms:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educatorPreparationPrograms_43bac8e2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_educatorPreparationPrograms_500f84bb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a332
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a332
        "202": *a332
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/educatorPreparationPrograms/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_educatorPreparationPrograms_edfiLocalId_a722042e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_educatorPreparationPrograms_edfiLocalId_a3168afb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_educatorPreparationPrograms_edfiLocalId_2f564864
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_educatorPreparationPrograms_edfiLocalId_4fec80bc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EducatorPreparationProgram
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationElementRatings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationElementRatings_48d1ba94
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationElementRatings_b3a7fe3e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a333
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a333
        "202": *a333
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationElementRatings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationElementRatings_edfiLocalId_eee35ced
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationElementRatings_edfiLocalId_0f8cf7b8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationElementRatings_edfiLocalId_ec100547
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationElementRatings_edfiLocalId_56c90671
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationElementRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationElements:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationElements_349c53d9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationElements_c034f130
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a334
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a334
        "202": *a334
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationElements/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationElements_edfiLocalId_3e9f9fdd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationElements_edfiLocalId_8b704353
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationElements_edfiLocalId_f29c518d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationElements_edfiLocalId_8710466d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationObjectiveRatings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationObjectiveRatings_d539c44c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationObjectiveRatings_be5a2e87
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a335
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a335
        "202": *a335
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationObjectiveRatings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationObjectiveRatings_edfiLocalId_45689f67
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationObjectiveRatings_edfiLocalId_f1e82397
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationObjectiveRatings_edfiLocalId_da16e623
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationObjectiveRatings_edfiLocalId_3a3bcde5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationObjectiveRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationObjectives:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationObjectives_9d065ad8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationObjectives_1cf1668e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a336
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a336
        "202": *a336
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationObjectives/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationObjectives_edfiLocalId_5de2357e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationObjectives_edfiLocalId_f5847cff
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationObjectives_edfiLocalId_50600f69
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationObjectives_edfiLocalId_4ca45498
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationRatings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationRatings_668812ff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationRatings_73230027
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a337
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a337
        "202": *a337
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationRatings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationRatings_edfiLocalId_cc9ba274
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationRatings_edfiLocalId_c117acf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationRatings_edfiLocalId_b52571a9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationRatings_edfiLocalId_f7d51c32
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationRubricDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationRubricDimensions_cb72b643
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluationRubricDimensions_4a345205
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a338
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a338
        "202": *a338
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluationRubricDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluationRubricDimensions_edfiLocalId_871435ae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluationRubricDimensions_edfiLocalId_5e12f88c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluationRubricDimensions_edfiLocalId_68592a18
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluationRubricDimensions_edfiLocalId_a8580cda
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace EvaluationRubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluations_1c7729b8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_evaluations_0711064d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a339
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a339
        "202": *a339
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/evaluations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_evaluations_edfiLocalId_863acdde
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_evaluations_edfiLocalId_89815f45
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_evaluations_edfiLocalId_3479bca2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_evaluations_edfiLocalId_1ea2e11b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Evaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/exports:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_exports_39de04bc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Ed-Fi export jobs
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_exports_b0fcf4dd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a340
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a340
        "202": *a340
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create an Ed-Fi export job
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/exports/{exportId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_exports_exportId_534ba1e8
      parameters:
        - in: path
          name: exportId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read an Ed-Fi export job
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/feederSchoolAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_feederSchoolAssociations_40a055b5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_feederSchoolAssociations_46449e7a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a341
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a341
        "202": *a341
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/feederSchoolAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_feederSchoolAssociations_edfiLocalId_4fad0b97
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_feederSchoolAssociations_edfiLocalId_f1ada25a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_feederSchoolAssociations_edfiLocalId_20bb10e4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_feederSchoolAssociations_edfiLocalId_7e52c314
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FeederSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fieldworkExperienceSectionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fieldworkExperienceSectionAssociations_5a77f692
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_fieldworkExperienceSectionAssociations_a04909e0
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a343
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a343
        "202": *a343
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fieldworkExperienceSectionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_fieldworkExperienceSectionAssociations_edfiLocalId_4fd1b3a8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fieldworkExperienceSectionAssociations_edfiLocalId_7dbd195d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_fieldworkExperienceSectionAssociations_edfiLocalId_e10565ac
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_fieldworkExperienceSectionAssociations_edfiLocalId_66d0b30b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FieldworkExperienceSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fieldworkExperiences:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fieldworkExperiences_c5cfb74d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_fieldworkExperiences_4a14fe3f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a342
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a342
        "202": *a342
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fieldworkExperiences/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_fieldworkExperiences_edfiLocalId_210d7168
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fieldworkExperiences_edfiLocalId_a878f653
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_fieldworkExperiences_edfiLocalId_b7560dcb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_fieldworkExperiences_edfiLocalId_8543d922
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FieldworkExperience
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/financialAids:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_financialAids_cabe7e54
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_financialAids_1ac14d71
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a344
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a344
        "202": *a344
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/financialAids/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_financialAids_edfiLocalId_cbda3a46
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_financialAids_edfiLocalId_ac1218f6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_financialAids_edfiLocalId_67b60932
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_financialAids_edfiLocalId_654180ea
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FinancialAid
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/functionDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_functionDimensions_9b256ec1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_functionDimensions_dd87169d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a345
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a345
        "202": *a345
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/functionDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_functionDimensions_edfiLocalId_a24de238
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_functionDimensions_edfiLocalId_19ef0eab
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_functionDimensions_edfiLocalId_9db66cb5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_functionDimensions_edfiLocalId_c2e2f982
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FunctionDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fundDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fundDimensions_ec91a2bc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_fundDimensions_388c8640
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a346
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a346
        "202": *a346
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/fundDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_fundDimensions_edfiLocalId_6b7d7d85
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_fundDimensions_edfiLocalId_4cac025c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_fundDimensions_edfiLocalId_bc5ca227
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_fundDimensions_edfiLocalId_c5c40751
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace FundDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/generalStudentProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_generalStudentProgramAssociations_cd6096e9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_generalStudentProgramAssociations_3b47a298
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a347
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a347
        "202": *a347
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/generalStudentProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_generalStudentProgramAssociations_edfiLocalId_a20dfd98
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_generalStudentProgramAssociations_edfiLocalId_6c0c910e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_generalStudentProgramAssociations_edfiLocalId_58d7a927
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_generalStudentProgramAssociations_edfiLocalId_f164f7b4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace GeneralStudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/goals:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_goals_2ba8feff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_goals_49829a5e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a348
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a348
        "202": *a348
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/goals/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_goals_edfiLocalId_d9eb211b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_goals_edfiLocalId_b514d30e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_goals_edfiLocalId_05242210
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_goals_edfiLocalId_21ea774c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Goal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/gradebookEntries:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_gradebookEntries_a5ea40b5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_gradebookEntries_d80f6c51
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a349
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a349
        "202": *a349
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/gradebookEntries/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_gradebookEntries_edfiLocalId_2c18c545
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_gradebookEntries_edfiLocalId_95d1d092
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_gradebookEntries_edfiLocalId_0cabdd42
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_gradebookEntries_edfiLocalId_3d1af039
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace GradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/grades:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_grades_2d3408d5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_grades_5d75b77d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a350
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a350
        "202": *a350
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/grades/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_grades_edfiLocalId_80299fa3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_grades_edfiLocalId_a359d0de
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_grades_edfiLocalId_060e4b27
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_grades_edfiLocalId_f2974f96
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Grade
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/gradingPeriods:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_gradingPeriods_8a48f70c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_gradingPeriods_8d0cc545
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a351
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a351
        "202": *a351
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/gradingPeriods/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_gradingPeriods_edfiLocalId_801251a4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_gradingPeriods_edfiLocalId_46a65d96
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_gradingPeriods_edfiLocalId_6607a80d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_gradingPeriods_edfiLocalId_d14ebdbc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace GradingPeriod
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/graduationPlans:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_graduationPlans_4e3e7f5b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_graduationPlans_3803230d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a352
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a352
        "202": *a352
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/graduationPlans/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_graduationPlans_edfiLocalId_793866f0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_graduationPlans_edfiLocalId_6ab63cca
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_graduationPlans_edfiLocalId_baf30a73
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_graduationPlans_edfiLocalId_12e7d6d7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace GraduationPlan
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/iDEAEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_iDEAEvents_10de64f8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_iDEAEvents_9174f078
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a353
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a353
        "202": *a353
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/iDEAEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_iDEAEvents_edfiLocalId_a6dd4769
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_iDEAEvents_edfiLocalId_0a3014ff
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_iDEAEvents_edfiLocalId_6f9104b9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_iDEAEvents_edfiLocalId_794a01c6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace IDEAEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/imports:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_imports_dd6fb92b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Ed-Fi import jobs
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_imports_c976179a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a354
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a354
        "202": *a354
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create an Ed-Fi import job
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/imports/{importId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_imports_importId_98bc03c0
      parameters:
        - in: path
          name: importId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read an Ed-Fi import job
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventionPrescriptions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventionPrescriptions_ff87b50e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_interventionPrescriptions_dc94b3fc
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a355
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a355
        "202": *a355
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventionPrescriptions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_interventionPrescriptions_edfiLocalId_b60d0bf0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventionPrescriptions_edfiLocalId_2f2a0edb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_interventionPrescriptions_edfiLocalId_09e43342
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_interventionPrescriptions_edfiLocalId_4e22703a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace InterventionPrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventionStudies:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventionStudies_5393714e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_interventionStudies_051ab5b0
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a357
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a357
        "202": *a357
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventionStudies/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_interventionStudies_edfiLocalId_aa7412aa
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventionStudies_edfiLocalId_d669dbbf
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_interventionStudies_edfiLocalId_46074622
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_interventionStudies_edfiLocalId_073a43fb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace InterventionStudy
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventions_4d18270c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_interventions_8f89cfa2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a356
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a356
        "202": *a356
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/interventions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_interventions_edfiLocalId_ef5da52d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_interventions_edfiLocalId_c514d47a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_interventions_edfiLocalId_8e329c80
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_interventions_edfiLocalId_f8c5da10
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Intervention
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/learningStandardEquivalenceAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_learningStandardEquivalenceAssociations_c332bb8d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_learningStandardEquivalenceAssociations_f24bc4d4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a358
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a358
        "202": *a358
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/learningStandardEquivalenceAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_learningStandardEquivalenceAssociations_edfiLocalId_43688517
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_learningStandardEquivalenceAssociations_edfiLocalId_b174e137
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_learningStandardEquivalenceAssociations_edfiLocalId_a78045ca
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_learningStandardEquivalenceAssociations_edfiLocalId_addcb05d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LearningStandardEquivalenceAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/learningStandards:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_learningStandards_450023ba
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_learningStandards_18876db9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a359
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a359
        "202": *a359
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/learningStandards/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_learningStandards_edfiLocalId_23823263
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_learningStandards_edfiLocalId_1cd118c5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_learningStandards_edfiLocalId_c52fafc0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_learningStandards_edfiLocalId_784abfa8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LearningStandard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localAccounts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localAccounts_91eef43c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localAccounts_bb936ef3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a360
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a360
        "202": *a360
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localAccounts/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localAccounts_edfiLocalId_65eeecd8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localAccounts_edfiLocalId_49fad70e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localAccounts_edfiLocalId_1b99d575
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localAccounts_edfiLocalId_314d9ad2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalAccount
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localActuals:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localActuals_348b5807
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localActuals_27c3a512
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a361
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a361
        "202": *a361
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localActuals/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localActuals_edfiLocalId_ba8f329c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localActuals_edfiLocalId_0c29d038
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localActuals_edfiLocalId_fc2ee843
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localActuals_edfiLocalId_90ca5772
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalActual
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localBudgets:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localBudgets_4fdb3b00
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localBudgets_2c0a1d94
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a362
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a362
        "202": *a362
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localBudgets/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localBudgets_edfiLocalId_e55d56de
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localBudgets_edfiLocalId_86754cac
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localBudgets_edfiLocalId_616437d3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localBudgets_edfiLocalId_f558f28d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalBudget
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localContractedStaffs:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localContractedStaffs_a3724dc7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localContractedStaffs_ef48089d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a363
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a363
        "202": *a363
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localContractedStaffs/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localContractedStaffs_edfiLocalId_21533b50
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localContractedStaffs_edfiLocalId_04e64b4b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localContractedStaffs_edfiLocalId_5d1a0ba6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localContractedStaffs_edfiLocalId_608cb85f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalContractedStaff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localEducationAgencies:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localEducationAgencies_3bbac6f5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localEducationAgencies_1d8124c1
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a364
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a364
        "202": *a364
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localEducationAgencies/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localEducationAgencies_edfiLocalId_da832eae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localEducationAgencies_edfiLocalId_76c697ea
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localEducationAgencies_edfiLocalId_62fc9656
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localEducationAgencies_edfiLocalId_1c86e173
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localEncumbrances:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localEncumbrances_224e8493
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localEncumbrances_83fc87aa
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a365
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a365
        "202": *a365
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localEncumbrances/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localEncumbrances_edfiLocalId_d2373112
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localEncumbrances_edfiLocalId_c3e20955
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localEncumbrances_edfiLocalId_0fc1bbf9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localEncumbrances_edfiLocalId_5e9febf1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalEncumbrance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localPayrolls:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localPayrolls_5be310cd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_localPayrolls_5cf91b17
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a366
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a366
        "202": *a366
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/localPayrolls/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_localPayrolls_edfiLocalId_aacfd5aa
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_localPayrolls_edfiLocalId_66e55ef7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_localPayrolls_edfiLocalId_0ebc96a0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_localPayrolls_edfiLocalId_ab06b36b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace LocalPayroll
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/locations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_locations_5a00109f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_locations_a6c7ea48
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a367
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a367
        "202": *a367
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/locations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_locations_edfiLocalId_71f7e912
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_locations_edfiLocalId_f1ff14fe
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_locations_edfiLocalId_3e6fafd3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_locations_edfiLocalId_e5426293
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Location
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/objectDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_objectDimensions_896633aa
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_objectDimensions_ea2e9650
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a368
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a368
        "202": *a368
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/objectDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_objectDimensions_edfiLocalId_bce2904b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_objectDimensions_edfiLocalId_a3ec9da6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_objectDimensions_edfiLocalId_3bd9359b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_objectDimensions_edfiLocalId_01b4fb24
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ObjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/objectiveAssessments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_objectiveAssessments_6659dc8a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_objectiveAssessments_b6dcbba3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a369
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a369
        "202": *a369
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/objectiveAssessments/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_objectiveAssessments_edfiLocalId_715c88dc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_objectiveAssessments_edfiLocalId_5fd509c2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_objectiveAssessments_edfiLocalId_552176b5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_objectiveAssessments_edfiLocalId_ac28ae48
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ObjectiveAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/openStaffPositionEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_openStaffPositionEvents_fb8bc19f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_openStaffPositionEvents_09281a3c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a370
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a370
        "202": *a370
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/openStaffPositionEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_openStaffPositionEvents_edfiLocalId_cb010305
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_openStaffPositionEvents_edfiLocalId_139a4b72
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_openStaffPositionEvents_edfiLocalId_1ec29e99
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_openStaffPositionEvents_edfiLocalId_cbe5453b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace OpenStaffPositionEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/openStaffPositions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_openStaffPositions_b5b0c007
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_openStaffPositions_bf10c07a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a371
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a371
        "202": *a371
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/openStaffPositions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_openStaffPositions_edfiLocalId_0be59621
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_openStaffPositions_edfiLocalId_1f5c3311
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_openStaffPositions_edfiLocalId_9eeed56d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_openStaffPositions_edfiLocalId_c1d04245
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace OpenStaffPosition
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/operationalUnitDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_operationalUnitDimensions_113bd654
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_operationalUnitDimensions_89f4f35d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a372
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a372
        "202": *a372
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/operationalUnitDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_operationalUnitDimensions_edfiLocalId_f40117ca
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_operationalUnitDimensions_edfiLocalId_fbc8174d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_operationalUnitDimensions_edfiLocalId_2d2710b2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_operationalUnitDimensions_edfiLocalId_4de46d84
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace OperationalUnitDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/organizationDepartments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_organizationDepartments_af5b5900
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_organizationDepartments_eb6f5544
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a373
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a373
        "202": *a373
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/organizationDepartments/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_organizationDepartments_edfiLocalId_70e2a654
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_organizationDepartments_edfiLocalId_4c8decab
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_organizationDepartments_edfiLocalId_26a3d90a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_organizationDepartments_edfiLocalId_1eb3906d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace OrganizationDepartment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/pathMilestones:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_pathMilestones_226289ed
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_pathMilestones_cde643f1
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a374
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a374
        "202": *a374
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/pathMilestones/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_pathMilestones_edfiLocalId_07e13e85
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_pathMilestones_edfiLocalId_5aec971d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_pathMilestones_edfiLocalId_e0841a0c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_pathMilestones_edfiLocalId_a0f12848
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PathMilestone
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/pathPhases:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_pathPhases_f7cfb76b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_pathPhases_fc3bec6b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a375
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a375
        "202": *a375
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/pathPhases/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_pathPhases_edfiLocalId_d741954d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_pathPhases_edfiLocalId_82d76101
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_pathPhases_edfiLocalId_dfc43030
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_pathPhases_edfiLocalId_f820e2ae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PathPhase
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/paths:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_paths_061cdb6a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_paths_06ee73ce
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a376
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a376
        "202": *a376
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/paths/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_paths_edfiLocalId_3bafa3a1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_paths_edfiLocalId_2ee8fc57
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_paths_edfiLocalId_c1a1a0b7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_paths_edfiLocalId_67d954e9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Path
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/performanceEvaluationRatings:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_performanceEvaluationRatings_613f0938
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_performanceEvaluationRatings_b35b0abe
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a377
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a377
        "202": *a377
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/performanceEvaluationRatings/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_performanceEvaluationRatings_edfiLocalId_f03dbe6e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_performanceEvaluationRatings_edfiLocalId_cf5f9a33
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_performanceEvaluationRatings_edfiLocalId_1c2637dd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_performanceEvaluationRatings_edfiLocalId_382b9947
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PerformanceEvaluationRating
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/performanceEvaluations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_performanceEvaluations_05b84567
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_performanceEvaluations_903e80cd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a378
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a378
        "202": *a378
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/performanceEvaluations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_performanceEvaluations_edfiLocalId_6961601a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_performanceEvaluations_edfiLocalId_6e94dace
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_performanceEvaluations_edfiLocalId_b75e4c23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_performanceEvaluations_edfiLocalId_935aefc7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PerformanceEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/persons:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_persons_b8aeb101
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_persons_1933d4d1
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a379
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a379
        "202": *a379
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/persons/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_persons_edfiLocalId_01ba0ae8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_persons_edfiLocalId_9287da9b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_persons_edfiLocalId_83e5e4bf
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_persons_edfiLocalId_39a58165
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Person
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/postSecondaryEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_postSecondaryEvents_e89dd29a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_postSecondaryEvents_b1073833
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a380
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a380
        "202": *a380
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/postSecondaryEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_postSecondaryEvents_edfiLocalId_5aa1ac21
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_postSecondaryEvents_edfiLocalId_7a469572
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_postSecondaryEvents_edfiLocalId_bd02d039
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_postSecondaryEvents_edfiLocalId_82857d7e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PostSecondaryEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/postSecondaryInstitutions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_postSecondaryInstitutions_e1bf330f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_postSecondaryInstitutions_f5faa315
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a381
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a381
        "202": *a381
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/postSecondaryInstitutions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_postSecondaryInstitutions_edfiLocalId_71e44c6a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_postSecondaryInstitutions_edfiLocalId_db8809d5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_postSecondaryInstitutions_edfiLocalId_3f993da5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_postSecondaryInstitutions_edfiLocalId_c5ae90bb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace PostSecondaryInstitution
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/professionalDevelopmentEventAttendances:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_professionalDevelopmentEventAttendances_5ef1b98c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_professionalDevelopmentEventAttendances_814b806d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a382
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a382
        "202": *a382
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/professionalDevelopmentEventAttendances/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_professionalDevelopmentEventAttendances_edfiLocalId_71a47691
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_professionalDevelopmentEventAttendances_edfiLocalId_57403a58
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_professionalDevelopmentEventAttendances_edfiLocalId_8c3da0cd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_professionalDevelopmentEventAttendances_edfiLocalId_f2388fa1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProfessionalDevelopmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/professionalDevelopmentEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_professionalDevelopmentEvents_12a6353a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_professionalDevelopmentEvents_9009b6fd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a383
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a383
        "202": *a383
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/professionalDevelopmentEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_professionalDevelopmentEvents_edfiLocalId_998cf0dd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_professionalDevelopmentEvents_edfiLocalId_c6fdab99
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_professionalDevelopmentEvents_edfiLocalId_9d0b2b4b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_professionalDevelopmentEvents_edfiLocalId_bf820ec0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProfessionalDevelopmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programDimensions_24d6b2ef
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_programDimensions_e769c9e5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a384
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a384
        "202": *a384
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_programDimensions_edfiLocalId_f5496e2a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programDimensions_edfiLocalId_dedfa60c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_programDimensions_edfiLocalId_2af18811
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_programDimensions_edfiLocalId_1353f6e7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProgramDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluationElements:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluationElements_423eb574
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_programEvaluationElements_b7030c80
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a385
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a385
        "202": *a385
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluationElements/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_programEvaluationElements_edfiLocalId_e3010b91
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluationElements_edfiLocalId_1a8ab74c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_programEvaluationElements_edfiLocalId_af8deb8f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_programEvaluationElements_edfiLocalId_42141e2d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProgramEvaluationElement
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluationObjectives:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluationObjectives_f29614ff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_programEvaluationObjectives_09ce40b8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a386
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a386
        "202": *a386
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluationObjectives/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_programEvaluationObjectives_edfiLocalId_bf7563b8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluationObjectives_edfiLocalId_a6b507d2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_programEvaluationObjectives_edfiLocalId_2a159e3d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_programEvaluationObjectives_edfiLocalId_9fcf929e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProgramEvaluationObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluations_611537ee
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_programEvaluations_ba2d4841
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a387
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a387
        "202": *a387
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programEvaluations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_programEvaluations_edfiLocalId_1de7fa77
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programEvaluations_edfiLocalId_79f7ae5a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_programEvaluations_edfiLocalId_351e37e6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_programEvaluations_edfiLocalId_551097d2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programs:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programs_c6844346
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_programs_d7837e36
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a388
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a388
        "202": *a388
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/programs/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_programs_edfiLocalId_f28eccc8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_programs_edfiLocalId_06601d0e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_programs_edfiLocalId_d9559b9b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_programs_edfiLocalId_3d36666f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Program
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/projectDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_projectDimensions_10fbbe9e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_projectDimensions_99690a53
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a389
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a389
        "202": *a389
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/projectDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_projectDimensions_edfiLocalId_9c298f85
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_projectDimensions_edfiLocalId_2995f1ee
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_projectDimensions_edfiLocalId_4346c867
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_projectDimensions_edfiLocalId_cc28ef56
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ProjectDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/quantitativeMeasureScores:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_quantitativeMeasureScores_c8533886
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_quantitativeMeasureScores_91fd0a24
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a391
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a391
        "202": *a391
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/quantitativeMeasureScores/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_quantitativeMeasureScores_edfiLocalId_843de035
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_quantitativeMeasureScores_edfiLocalId_df542050
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_quantitativeMeasureScores_edfiLocalId_46738c25
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_quantitativeMeasureScores_edfiLocalId_b014999c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace QuantitativeMeasureScore
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/quantitativeMeasures:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_quantitativeMeasures_8189bdee
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_quantitativeMeasures_101f397f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a390
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a390
        "202": *a390
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/quantitativeMeasures/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_quantitativeMeasures_edfiLocalId_954f19c9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_quantitativeMeasures_edfiLocalId_d3087fa7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_quantitativeMeasures_edfiLocalId_7e708ac1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_quantitativeMeasures_edfiLocalId_525058c5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace QuantitativeMeasure
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/recruitmentEventAttendances:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_recruitmentEventAttendances_5ce413a0
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_recruitmentEventAttendances_16b31580
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a392
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a392
        "202": *a392
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/recruitmentEventAttendances/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_recruitmentEventAttendances_edfiLocalId_a84b65f5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_recruitmentEventAttendances_edfiLocalId_0ea8fa31
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_recruitmentEventAttendances_edfiLocalId_381a83a6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_recruitmentEventAttendances_edfiLocalId_d034630a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace RecruitmentEventAttendance
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/recruitmentEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_recruitmentEvents_f2d944dd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_recruitmentEvents_41ec9a84
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a393
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a393
        "202": *a393
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/recruitmentEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_recruitmentEvents_edfiLocalId_cf81cb12
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_recruitmentEvents_edfiLocalId_cec7bf23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_recruitmentEvents_edfiLocalId_1393fc57
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_recruitmentEvents_edfiLocalId_8437a90a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace RecruitmentEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/reportCards:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_reportCards_925c36b1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_reportCards_114b31c4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a394
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a394
        "202": *a394
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/reportCards/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_reportCards_edfiLocalId_27e91a80
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_reportCards_edfiLocalId_457ff90f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_reportCards_edfiLocalId_c95cc1b0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_reportCards_edfiLocalId_4ab1c223
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace ReportCard
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/restraintEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_restraintEvents_c6a4ce70
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_restraintEvents_33c2f19a
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a395
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a395
        "202": *a395
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/restraintEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_restraintEvents_edfiLocalId_621bd4af
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_restraintEvents_edfiLocalId_d7adc551
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_restraintEvents_edfiLocalId_0ea3de3f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_restraintEvents_edfiLocalId_0959afb8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace RestraintEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/rubricDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_rubricDimensions_8f8deee1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_rubricDimensions_03797983
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a396
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a396
        "202": *a396
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/rubricDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_rubricDimensions_edfiLocalId_ccaf7c28
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_rubricDimensions_edfiLocalId_c6062df5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_rubricDimensions_edfiLocalId_dcc5f750
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_rubricDimensions_edfiLocalId_b48de86e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace RubricDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/schools:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_schools_38575ef2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_schools_89654160
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a397
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a397
        "202": *a397
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/schools/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_schools_edfiLocalId_a322197f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_schools_edfiLocalId_66c13cc0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_schools_edfiLocalId_f41164a5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_schools_edfiLocalId_ca20795c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace School
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sectionAttendanceTakenEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sectionAttendanceTakenEvents_f3872516
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_sectionAttendanceTakenEvents_cb464d92
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a398
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a398
        "202": *a398
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sectionAttendanceTakenEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_sectionAttendanceTakenEvents_edfiLocalId_94d973f6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sectionAttendanceTakenEvents_edfiLocalId_520f5563
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_sectionAttendanceTakenEvents_edfiLocalId_b7626e12
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_sectionAttendanceTakenEvents_edfiLocalId_19609037
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SectionAttendanceTakenEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sections:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sections_5b32e88d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_sections_a2eb21b7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a399
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a399
        "202": *a399
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sections/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_sections_edfiLocalId_64884a4f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sections_edfiLocalId_4d5c868f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_sections_edfiLocalId_33bb3089
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_sections_edfiLocalId_023d0c67
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Section
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sessions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sessions_434356fa
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_sessions_48cc5db5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a400
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a400
        "202": *a400
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sessions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_sessions_edfiLocalId_4a42ba29
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sessions_edfiLocalId_3abd6f95
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_sessions_edfiLocalId_8a088e21
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_sessions_edfiLocalId_cbdf35de
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Session
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sourceDimensions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sourceDimensions_d2f8ba5d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_sourceDimensions_2a97f4ee
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a401
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a401
        "202": *a401
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/sourceDimensions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_sourceDimensions_edfiLocalId_626e5d7a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_sourceDimensions_edfiLocalId_8aa4ec6c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_sourceDimensions_edfiLocalId_5c33396f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_sourceDimensions_edfiLocalId_e266faf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SourceDimension
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffAbsenceEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffAbsenceEvents_470a5216
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffAbsenceEvents_2b0cd8c5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a402
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a402
        "202": *a402
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffAbsenceEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffAbsenceEvents_edfiLocalId_b2910f1a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffAbsenceEvents_edfiLocalId_80df0f7a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffAbsenceEvents_edfiLocalId_5a645479
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffAbsenceEvents_edfiLocalId_c8cfaf5c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffAbsenceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffCohortAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffCohortAssociations_42bacebf
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffCohortAssociations_b54ee1d9
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a403
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a403
        "202": *a403
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffCohortAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffCohortAssociations_edfiLocalId_9fccae91
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffCohortAssociations_edfiLocalId_e999c301
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffCohortAssociations_edfiLocalId_d9ae20f4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffCohortAssociations_edfiLocalId_e4c026b8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDemographics:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDemographics_b4f46030
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffDemographics_49c26a54
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a404
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a404
        "202": *a404
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDemographics/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffDemographics_edfiLocalId_23741ff5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDemographics_edfiLocalId_76690bdd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffDemographics_edfiLocalId_abeb58f7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffDemographics_edfiLocalId_98a06355
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDirectories:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDirectories_7f3fd639
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffDirectories_0e17b011
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a405
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a405
        "202": *a405
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDirectories/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffDirectories_edfiLocalId_f9f5884c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDirectories_edfiLocalId_992e647e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffDirectories_edfiLocalId_e2a7c635
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffDirectories_edfiLocalId_e1d63b8f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDisciplineIncidentAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDisciplineIncidentAssociations_897ef9ea
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffDisciplineIncidentAssociations_4d8baa9e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a406
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a406
        "202": *a406
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffDisciplineIncidentAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffDisciplineIncidentAssociations_edfiLocalId_d3f546da
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffDisciplineIncidentAssociations_edfiLocalId_eb09ee9e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffDisciplineIncidentAssociations_edfiLocalId_544caec0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffDisciplineIncidentAssociations_edfiLocalId_538f6158
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffDisciplineIncidentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducationOrganizationAssignmentAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducationOrganizationAssignmentAssociations_a196b273
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffEducationOrganizationAssignmentAssociations_2530953b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a407
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a407
        "202": *a407
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducationOrganizationAssignmentAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffEducationOrganizationAssignmentAssociations_edfiLocalId_c4ab2c71
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducationOrganizationAssignmentAssociations_edfiLocalId_551ae267
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffEducationOrganizationAssignmentAssociations_edfiLocalId_614f934a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffEducationOrganizationAssignmentAssociations_edfiLocalId_17b5a572
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffEducationOrganizationAssignmentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducationOrganizationEmploymentAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducationOrganizationEmploymentAssociations_be4988c8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffEducationOrganizationEmploymentAssociations_bce0cc46
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a408
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a408
        "202": *a408
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducationOrganizationEmploymentAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffEducationOrganizationEmploymentAssociations_edfiLocalId_68e33922
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducationOrganizationEmploymentAssociations_edfiLocalId_c868eb66
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffEducationOrganizationEmploymentAssociations_edfiLocalId_ecac141d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffEducationOrganizationEmploymentAssociations_edfiLocalId_3264dba8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffEducationOrganizationEmploymentAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducatorPreparationProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducatorPreparationProgramAssociations_f3e56925
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffEducatorPreparationProgramAssociations_cc793e5e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a409
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a409
        "202": *a409
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffEducatorPreparationProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffEducatorPreparationProgramAssociations_edfiLocalId_3e6a3c33
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffEducatorPreparationProgramAssociations_edfiLocalId_bfb5a421
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffEducatorPreparationProgramAssociations_edfiLocalId_8376fde1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffEducatorPreparationProgramAssociations_edfiLocalId_06525ed6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffEducatorPreparationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffIdentificationCodes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffIdentificationCodes_f9308f43
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffIdentificationCodes_bb12c4e6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a410
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a410
        "202": *a410
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffIdentificationCodes/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffIdentificationCodes_edfiLocalId_fc928abf
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffIdentificationCodes_edfiLocalId_702b8f68
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffIdentificationCodes_edfiLocalId_cbf4e2f5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffIdentificationCodes_edfiLocalId_f7491b22
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffLeaves:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffLeaves_963b4dea
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffLeaves_d9bf18c8
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a411
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a411
        "202": *a411
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffLeaves/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffLeaves_edfiLocalId_ec718688
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffLeaves_edfiLocalId_e40716e9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffLeaves_edfiLocalId_ea7963ea
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffLeaves_edfiLocalId_99d0f210
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffLeave
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffProgramAssociations_f1eec7b9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffProgramAssociations_f8f34a01
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a412
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a412
        "202": *a412
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffProgramAssociations_edfiLocalId_71a27c49
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffProgramAssociations_edfiLocalId_32a48649
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffProgramAssociations_edfiLocalId_84cc41b7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffProgramAssociations_edfiLocalId_43d02e1b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffSchoolAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffSchoolAssociations_b9d5042e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffSchoolAssociations_d33fbc8d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a414
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a414
        "202": *a414
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffSchoolAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffSchoolAssociations_edfiLocalId_ee52a565
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffSchoolAssociations_edfiLocalId_11cc8fd1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffSchoolAssociations_edfiLocalId_b0e6cc1a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffSchoolAssociations_edfiLocalId_513f1e91
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffSectionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffSectionAssociations_a2754f04
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffSectionAssociations_263ebd9e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a415
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a415
        "202": *a415
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffSectionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffSectionAssociations_edfiLocalId_85303574
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffSectionAssociations_edfiLocalId_3276f092
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffSectionAssociations_edfiLocalId_d94a1a0e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffSectionAssociations_edfiLocalId_bb726466
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StaffSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffs:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffs_5d94c0cd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_staffs_dbacafd7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a413
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a413
        "202": *a413
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/staffs/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_staffs_edfiLocalId_6072afa5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_staffs_edfiLocalId_d5119a61
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_staffs_edfiLocalId_87e5e5dd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_staffs_edfiLocalId_0c7a3a0c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Staff
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/stateEducationAgencies:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_stateEducationAgencies_6c860636
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_stateEducationAgencies_40822a61
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a416
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a416
        "202": *a416
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/stateEducationAgencies/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_stateEducationAgencies_edfiLocalId_7b279a2e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_stateEducationAgencies_edfiLocalId_b1b12303
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_stateEducationAgencies_edfiLocalId_8e02790b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_stateEducationAgencies_edfiLocalId_1f532e1c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StateEducationAgency
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAcademicRecords:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAcademicRecords_6c26b5c7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentAcademicRecords_fc053d6b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a417
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a417
        "202": *a417
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAcademicRecords/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentAcademicRecords_edfiLocalId_f6484989
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAcademicRecords_edfiLocalId_19336e6e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentAcademicRecords_edfiLocalId_9370d9da
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentAcademicRecords_edfiLocalId_5f256481
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentAcademicRecord
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentEducationOrganizationAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentEducationOrganizationAssociations_7291a450
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentAssessmentEducationOrganizationAssociations_257c3e4f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a418
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a418
        "202": *a418
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentEducationOrganizationAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentAssessmentEducationOrganizationAssociations_edfiLocalId_fa4da529
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentEducationOrganizationAssociations_edfiLocalId_755c7e82
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentAssessmentEducationOrganizationAssociations_edfiLocalId_da36bc80
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentAssessmentEducationOrganizationAssociations_edfiLocalId_82d581cc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentAssessmentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentRegistrationBatteryPartAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_4ed79328
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_9501bfed
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a419
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a419
        "202": *a419
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentRegistrationBatteryPartAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_edfiLocalId_5a47fea2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_edfiLocalId_138f9248
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_edfiLocalId_0ac9c0ca
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentAssessmentRegistrationBatteryPartAssociations_edfiLocalId_aa914332
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentAssessmentRegistrationBatteryPartAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentRegistrations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentRegistrations_a4b05d8b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentAssessmentRegistrations_bde89068
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a420
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a420
        "202": *a420
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessmentRegistrations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentAssessmentRegistrations_edfiLocalId_fbb9b04a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessmentRegistrations_edfiLocalId_c19004a1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentAssessmentRegistrations_edfiLocalId_1631ac2b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentAssessmentRegistrations_edfiLocalId_b899e051
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentAssessmentRegistration
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessments_b0df1416
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentAssessments_69a98e81
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a421
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a421
        "202": *a421
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentAssessments/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentAssessments_edfiLocalId_f41214c2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentAssessments_edfiLocalId_c7045490
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentAssessments_edfiLocalId_c42b8afc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentAssessments_edfiLocalId_a84aa359
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentAssessment
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCTEProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCTEProgramAssociations_5ab5c338
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentCTEProgramAssociations_b617c06e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a425
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a425
        "202": *a425
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCTEProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentCTEProgramAssociations_edfiLocalId_513251b4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCTEProgramAssociations_edfiLocalId_201cd4ad
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentCTEProgramAssociations_edfiLocalId_ad8da313
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentCTEProgramAssociations_edfiLocalId_5b0dcec0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentCTEProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCohortAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCohortAssociations_84a96c5e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentCohortAssociations_b1444fce
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a422
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a422
        "202": *a422
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCohortAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentCohortAssociations_edfiLocalId_928a8217
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCohortAssociations_edfiLocalId_9a857c09
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentCohortAssociations_edfiLocalId_445e0a33
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentCohortAssociations_edfiLocalId_d5c0778c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentCohortAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCompetencyObjectives:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCompetencyObjectives_06ed2b99
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentCompetencyObjectives_e8d33959
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a423
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a423
        "202": *a423
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentCompetencyObjectives/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentCompetencyObjectives_edfiLocalId_910a1c5c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentCompetencyObjectives_edfiLocalId_5f61e8f1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentCompetencyObjectives_edfiLocalId_46d13f08
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentCompetencyObjectives_edfiLocalId_66167d0c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentCompetencyObjective
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentContactAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentContactAssociations_85074aed
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentContactAssociations_9b3c1339
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a424
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a424
        "202": *a424
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentContactAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentContactAssociations_edfiLocalId_a36a6c54
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentContactAssociations_edfiLocalId_b3932909
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentContactAssociations_edfiLocalId_30a6fc88
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentContactAssociations_edfiLocalId_72d6af40
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentContactAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDemographics:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDemographics_4316f46f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentDemographics_6ee0918c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a426
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a426
        "202": *a426
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDemographics/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentDemographics_edfiLocalId_2b3f1796
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDemographics_edfiLocalId_67393c03
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentDemographics_edfiLocalId_d3582ddd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentDemographics_edfiLocalId_5144d081
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentDemographic
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDirectories:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDirectories_632ffc63
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentDirectories_7997bf93
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a427
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a427
        "202": *a427
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDirectories/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentDirectories_edfiLocalId_0530d510
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDirectories_edfiLocalId_87d25d09
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentDirectories_edfiLocalId_0833847a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentDirectories_edfiLocalId_951e5653
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentDirectory
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDisciplineIncidentBehaviorAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDisciplineIncidentBehaviorAssociations_85a9fd4c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentDisciplineIncidentBehaviorAssociations_8a2ede4b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a428
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a428
        "202": *a428
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDisciplineIncidentBehaviorAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentDisciplineIncidentBehaviorAssociations_edfiLocalId_0566aecf
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDisciplineIncidentBehaviorAssociations_edfiLocalId_600f6fee
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentDisciplineIncidentBehaviorAssociations_edfiLocalId_7f0f0b0e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentDisciplineIncidentBehaviorAssociations_edfiLocalId_9874d6e5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentDisciplineIncidentBehaviorAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDisciplineIncidentNonOffenderAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDisciplineIncidentNonOffenderAssociations_74115c52
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentDisciplineIncidentNonOffenderAssociations_3fb42d5f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a429
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a429
        "202": *a429
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentDisciplineIncidentNonOffenderAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentDisciplineIncidentNonOffenderAssociations_edfiLocalId_be88cd62
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentDisciplineIncidentNonOffenderAssociations_edfiLocalId_1c6c4b48
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentDisciplineIncidentNonOffenderAssociations_edfiLocalId_3b5ca676
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentDisciplineIncidentNonOffenderAssociations_edfiLocalId_8d82c9b0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentDisciplineIncidentNonOffenderAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationAssessmentAccommodations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationAssessmentAccommodations_47a1919a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentEducationOrganizationAssessmentAccommodations_e27d6212
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a430
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a430
        "202": *a430
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationAssessmentAccommodations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentEducationOrganizationAssessmentAccommodations_edfiLocalId_820ae2e9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationAssessmentAccommodations_edfiLocalId_f240213c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentEducationOrganizationAssessmentAccommodations_edfiLocalId_993e2aec
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentEducationOrganizationAssessmentAccommodations_edfiLocalId_397a327a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentEducationOrganizationAssessmentAccommodation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationAssociations_40e66a94
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentEducationOrganizationAssociations_2eef7d94
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a431
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a431
        "202": *a431
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentEducationOrganizationAssociations_edfiLocalId_e6ce5c1b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationAssociations_edfiLocalId_fd847fd2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentEducationOrganizationAssociations_edfiLocalId_2149980d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentEducationOrganizationAssociations_edfiLocalId_c177391a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentEducationOrganizationAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationResponsibilityAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationResponsibilityAssociations_3753a26b
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentEducationOrganizationResponsibilityAssociations_9c6eb8f7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a432
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a432
        "202": *a432
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentEducationOrganizationResponsibilityAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentEducationOrganizationResponsibilityAssociations_edfiLocalId_eb0a0ba1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentEducationOrganizationResponsibilityAssociations_edfiLocalId_3f75cd5d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentEducationOrganizationResponsibilityAssociations_edfiLocalId_f2e302ae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentEducationOrganizationResponsibilityAssociations_edfiLocalId_69c5649a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentEducationOrganizationResponsibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentGradebookEntries:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentGradebookEntries_49bbaadc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentGradebookEntries_5f800002
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a433
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a433
        "202": *a433
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentGradebookEntries/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentGradebookEntries_edfiLocalId_4f385290
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentGradebookEntries_edfiLocalId_19074695
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentGradebookEntries_edfiLocalId_14dc1e54
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentGradebookEntries_edfiLocalId_24a489a7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentGradebookEntry
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentHealths:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentHealths_6a331f15
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentHealths_26976d63
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a434
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a434
        "202": *a434
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentHealths/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentHealths_edfiLocalId_5b359307
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentHealths_edfiLocalId_de9e2313
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentHealths_edfiLocalId_9bfafa18
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentHealths_edfiLocalId_7430b287
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentHealth
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentHomelessProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentHomelessProgramAssociations_4ff06cff
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentHomelessProgramAssociations_fee223be
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a435
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a435
        "202": *a435
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentHomelessProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentHomelessProgramAssociations_edfiLocalId_00ddf933
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentHomelessProgramAssociations_edfiLocalId_47d8a01b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentHomelessProgramAssociations_edfiLocalId_b465d0f8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentHomelessProgramAssociations_edfiLocalId_c1fb853c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentHomelessProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPGoals:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPGoals_49638bf2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentIEPGoals_512e915d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a437
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a437
        "202": *a437
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPGoals/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentIEPGoals_edfiLocalId_046eac73
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPGoals_edfiLocalId_56444b89
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentIEPGoals_edfiLocalId_acbbd354
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentIEPGoals_edfiLocalId_785afd5a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentIEPGoal
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPServiceDeliveries:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPServiceDeliveries_4c68e0f5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentIEPServiceDeliveries_8d6853e7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a439
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a439
        "202": *a439
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPServiceDeliveries/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentIEPServiceDeliveries_edfiLocalId_29f94a39
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPServiceDeliveries_edfiLocalId_42a8accc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentIEPServiceDeliveries_edfiLocalId_8934ef51
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentIEPServiceDeliveries_edfiLocalId_1f7801e6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentIEPServiceDelivery
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPServicePrescriptions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPServicePrescriptions_e6c0da7e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentIEPServicePrescriptions_dc5bc3b7
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a440
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a440
        "202": *a440
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPServicePrescriptions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentIEPServicePrescriptions_edfiLocalId_bace0aa2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPServicePrescriptions_edfiLocalId_3f1aca16
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentIEPServicePrescriptions_edfiLocalId_fbee013b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentIEPServicePrescriptions_edfiLocalId_38b9f2e7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentIEPServicePrescription
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPs:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPs_8905f6b9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentIEPs_03d53c14
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a438
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a438
        "202": *a438
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIEPs/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentIEPs_edfiLocalId_9e910664
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIEPs_edfiLocalId_1ae32c23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentIEPs_edfiLocalId_f48e3f20
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentIEPs_edfiLocalId_b15f70dd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentIEP
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIdentificationCodes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIdentificationCodes_6f240073
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentIdentificationCodes_09ae6dd3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a436
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a436
        "202": *a436
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentIdentificationCodes/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentIdentificationCodes_edfiLocalId_ce6aab31
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentIdentificationCodes_edfiLocalId_85bcd175
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentIdentificationCodes_edfiLocalId_1f82ab24
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentIdentificationCodes_edfiLocalId_d42afa76
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentIdentificationCode
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentInterventionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentInterventionAssociations_b7814a42
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentInterventionAssociations_64c9ae6d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a441
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a441
        "202": *a441
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentInterventionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentInterventionAssociations_edfiLocalId_a7ee2278
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentInterventionAssociations_edfiLocalId_19818db1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentInterventionAssociations_edfiLocalId_f187de17
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentInterventionAssociations_edfiLocalId_5dddb089
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentInterventionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentInterventionAttendanceEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentInterventionAttendanceEvents_71b1a341
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentInterventionAttendanceEvents_40a7c7f1
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a442
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a442
        "202": *a442
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentInterventionAttendanceEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentInterventionAttendanceEvents_edfiLocalId_e9848bc6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentInterventionAttendanceEvents_edfiLocalId_8c4ef7df
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentInterventionAttendanceEvents_edfiLocalId_2439e166
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentInterventionAttendanceEvents_edfiLocalId_42fc90e8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentInterventionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentLanguageInstructionProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentLanguageInstructionProgramAssociations_cc3658aa
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentLanguageInstructionProgramAssociations_e8b6f7ea
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a443
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a443
        "202": *a443
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentLanguageInstructionProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentLanguageInstructionProgramAssociations_edfiLocalId_87661891
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentLanguageInstructionProgramAssociations_edfiLocalId_5677ded1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentLanguageInstructionProgramAssociations_edfiLocalId_c09e98a5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentLanguageInstructionProgramAssociations_edfiLocalId_b534adef
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentLanguageInstructionProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentMigrantEducationProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentMigrantEducationProgramAssociations_c63edc22
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentMigrantEducationProgramAssociations_539edc62
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a444
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a444
        "202": *a444
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentMigrantEducationProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentMigrantEducationProgramAssociations_edfiLocalId_2fc9be8f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentMigrantEducationProgramAssociations_edfiLocalId_e965c92e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentMigrantEducationProgramAssociations_edfiLocalId_77f2dd69
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentMigrantEducationProgramAssociations_edfiLocalId_435ed528
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentMigrantEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentNeglectedOrDelinquentProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentNeglectedOrDelinquentProgramAssociations_0387356a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentNeglectedOrDelinquentProgramAssociations_a8b58e54
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a445
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a445
        "202": *a445
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentNeglectedOrDelinquentProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentNeglectedOrDelinquentProgramAssociations_edfiLocalId_e962a9cc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentNeglectedOrDelinquentProgramAssociations_edfiLocalId_57e1ebb2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentNeglectedOrDelinquentProgramAssociations_edfiLocalId_d779be65
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentNeglectedOrDelinquentProgramAssociations_edfiLocalId_b6ac20e5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentNeglectedOrDelinquentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPathMilestoneStatuses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPathMilestoneStatuses_f607b1c6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentPathMilestoneStatuses_59433388
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a446
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a446
        "202": *a446
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPathMilestoneStatuses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentPathMilestoneStatuses_edfiLocalId_c321a45e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPathMilestoneStatuses_edfiLocalId_62f77c23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentPathMilestoneStatuses_edfiLocalId_9bac4843
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentPathMilestoneStatuses_edfiLocalId_588496f7
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentPathMilestoneStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPathPhaseStatuses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPathPhaseStatuses_c006c82a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentPathPhaseStatuses_d47479c6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a447
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a447
        "202": *a447
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPathPhaseStatuses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentPathPhaseStatuses_edfiLocalId_32976f81
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPathPhaseStatuses_edfiLocalId_8abf2dc1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentPathPhaseStatuses_edfiLocalId_5509a819
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentPathPhaseStatuses_edfiLocalId_0bd81c95
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentPathPhaseStatus
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPaths:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPaths_bf156bb7
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentPaths_af8c8113
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a448
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a448
        "202": *a448
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentPaths/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentPaths_edfiLocalId_0220e03f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentPaths_edfiLocalId_959b83f2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentPaths_edfiLocalId_4045e2ac
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentPaths_edfiLocalId_fc686095
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentPath
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramAssociations_5a9bd86e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentProgramAssociations_9e74b909
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a449
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a449
        "202": *a449
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentProgramAssociations_edfiLocalId_966d59ee
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramAssociations_edfiLocalId_87c56f64
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentProgramAssociations_edfiLocalId_d503f522
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentProgramAssociations_edfiLocalId_68d93be2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramAttendanceEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramAttendanceEvents_6ecba1ad
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentProgramAttendanceEvents_5518ff9e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a450
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a450
        "202": *a450
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramAttendanceEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentProgramAttendanceEvents_edfiLocalId_dcf81bf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramAttendanceEvents_edfiLocalId_5ffd1eee
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentProgramAttendanceEvents_edfiLocalId_85f76049
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentProgramAttendanceEvents_edfiLocalId_8135659c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentProgramAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramEvaluations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramEvaluations_e829672a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentProgramEvaluations_2411e579
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a451
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a451
        "202": *a451
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentProgramEvaluations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentProgramEvaluations_edfiLocalId_c698742e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentProgramEvaluations_edfiLocalId_37546eb5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentProgramEvaluations_edfiLocalId_1727e713
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentProgramEvaluations_edfiLocalId_38db668c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentProgramEvaluation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolAssociations_fe6cc67e
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSchoolAssociations_e6c2f95c
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a453
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a453
        "202": *a453
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSchoolAssociations_edfiLocalId_d6afb21a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolAssociations_edfiLocalId_fae76cf5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSchoolAssociations_edfiLocalId_3c65b11d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSchoolAssociations_edfiLocalId_12f067bd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSchoolAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolAttendanceEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolAttendanceEvents_f5fb5219
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSchoolAttendanceEvents_eef524fb
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a454
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a454
        "202": *a454
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolAttendanceEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSchoolAttendanceEvents_edfiLocalId_94527cc2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolAttendanceEvents_edfiLocalId_ccc37093
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSchoolAttendanceEvents_edfiLocalId_7555f592
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSchoolAttendanceEvents_edfiLocalId_f9eefe6a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSchoolAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolFoodServiceProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolFoodServiceProgramAssociations_993b38f5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSchoolFoodServiceProgramAssociations_3a2a4b37
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a455
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a455
        "202": *a455
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSchoolFoodServiceProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSchoolFoodServiceProgramAssociations_edfiLocalId_5b9ccace
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSchoolFoodServiceProgramAssociations_edfiLocalId_fed65f79
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSchoolFoodServiceProgramAssociations_edfiLocalId_754d43bd
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSchoolFoodServiceProgramAssociations_edfiLocalId_42682691
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSchoolFoodServiceProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSection504ProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSection504ProgramAssociations_2188ae8f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSection504ProgramAssociations_fd39bd09
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a456
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a456
        "202": *a456
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSection504ProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSection504ProgramAssociations_edfiLocalId_ed0ab52d
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSection504ProgramAssociations_edfiLocalId_9f1da863
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSection504ProgramAssociations_edfiLocalId_7730e68f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSection504ProgramAssociations_edfiLocalId_ce3d6af3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSection504ProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSectionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSectionAssociations_55fbf548
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSectionAssociations_6f746302
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a457
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a457
        "202": *a457
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSectionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSectionAssociations_edfiLocalId_753e0c94
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSectionAssociations_edfiLocalId_471c1d3e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSectionAssociations_edfiLocalId_9a502975
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSectionAssociations_edfiLocalId_7899ff2e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSectionAttendanceEvents:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSectionAttendanceEvents_89dfc18c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSectionAttendanceEvents_9b7c25ea
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a458
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a458
        "202": *a458
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSectionAttendanceEvents/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSectionAttendanceEvents_edfiLocalId_ff534891
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSectionAttendanceEvents_edfiLocalId_3b9123b3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSectionAttendanceEvents_edfiLocalId_707bc859
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSectionAttendanceEvents_edfiLocalId_3dd28540
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSectionAttendanceEvent
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSpecialEducationProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSpecialEducationProgramAssociations_aa29f702
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSpecialEducationProgramAssociations_a99f8bbd
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a459
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a459
        "202": *a459
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSpecialEducationProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSpecialEducationProgramAssociations_edfiLocalId_dac6862b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSpecialEducationProgramAssociations_edfiLocalId_e4d5e8f5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSpecialEducationProgramAssociations_edfiLocalId_a3465b33
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSpecialEducationProgramAssociations_edfiLocalId_9002314f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSpecialEducationProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSpecialEducationProgramEligibilityAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSpecialEducationProgramEligibilityAssociations_414960c4
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentSpecialEducationProgramEligibilityAssociations_c3ddef4e
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a460
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a460
        "202": *a460
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentSpecialEducationProgramEligibilityAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentSpecialEducationProgramEligibilityAssociations_edfiLocalId_302e9c48
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentSpecialEducationProgramEligibilityAssociations_edfiLocalId_fd5a7c23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentSpecialEducationProgramEligibilityAssociations_edfiLocalId_06d618f9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentSpecialEducationProgramEligibilityAssociations_edfiLocalId_e115388f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentSpecialEducationProgramEligibilityAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentTitleIPartAProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentTitleIPartAProgramAssociations_a4e70a82
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentTitleIPartAProgramAssociations_91492bd5
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a461
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a461
        "202": *a461
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentTitleIPartAProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentTitleIPartAProgramAssociations_edfiLocalId_bed07be4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentTitleIPartAProgramAssociations_edfiLocalId_833712a6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentTitleIPartAProgramAssociations_edfiLocalId_06b5f710
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentTitleIPartAProgramAssociations_edfiLocalId_626d8fbe
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentTitleIPartAProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentTransportations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentTransportations_c930aa80
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_studentTransportations_2221f998
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a462
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a462
        "202": *a462
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/studentTransportations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_studentTransportations_edfiLocalId_487f5cf9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_studentTransportations_edfiLocalId_02a38993
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_studentTransportations_edfiLocalId_5dfec7d0
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_studentTransportations_edfiLocalId_d1920e03
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace StudentTransportation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/students:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_students_04c900d6
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_students_c7813e39
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a452
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a452
        "202": *a452
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/students/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_students_edfiLocalId_6f26ac25
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_students_edfiLocalId_12dffaa1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_students_edfiLocalId_47c736cb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_students_edfiLocalId_040ff34e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Student
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyCourseAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyCourseAssociations_c2c7a473
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyCourseAssociations_fedb4430
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a463
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a463
        "202": *a463
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyCourseAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyCourseAssociations_edfiLocalId_ea4c4206
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyCourseAssociations_edfiLocalId_e1e07320
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyCourseAssociations_edfiLocalId_6ec66e23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyCourseAssociations_edfiLocalId_091087cb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyCourseAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyProgramAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyProgramAssociations_c62a8b65
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyProgramAssociations_295b225d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a464
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a464
        "202": *a464
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyProgramAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyProgramAssociations_edfiLocalId_01437fad
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyProgramAssociations_edfiLocalId_e799d391
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyProgramAssociations_edfiLocalId_d7c0557b
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyProgramAssociations_edfiLocalId_cec0f673
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyProgramAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyQuestionResponses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyQuestionResponses_f0fc17ca
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyQuestionResponses_ffa30ac4
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a465
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a465
        "202": *a465
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyQuestionResponses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyQuestionResponses_edfiLocalId_be996289
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyQuestionResponses_edfiLocalId_7920cbf4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyQuestionResponses_edfiLocalId_5fdf62ce
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyQuestionResponses_edfiLocalId_9d70885f
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyQuestionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyQuestions:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyQuestions_0c53a13d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyQuestions_328dc20b
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a466
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a466
        "202": *a466
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyQuestions/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyQuestions_edfiLocalId_ac3d63ef
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyQuestions_edfiLocalId_0e92eeec
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyQuestions_edfiLocalId_0fdebaed
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyQuestions_edfiLocalId_c1586cd5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyQuestion
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponseEducationOrganizationTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponseEducationOrganizationTargetAssociations_341afb9a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyResponseEducationOrganizationTargetAssociations_adadc9a0
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a467
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a467
        "202": *a467
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponseEducationOrganizationTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyResponseEducationOrganizationTargetAssociations_edfiLocalId_765e3ce3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponseEducationOrganizationTargetAssociations_edfiLocalId_61ec2ef2
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyResponseEducationOrganizationTargetAssociations_edfiLocalId_31da8404
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyResponseEducationOrganizationTargetAssociations_edfiLocalId_4b288f43
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponsePersonTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponsePersonTargetAssociations_651c6746
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyResponsePersonTargetAssociations_27630c2f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a468
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a468
        "202": *a468
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponsePersonTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyResponsePersonTargetAssociations_edfiLocalId_f95ec80a
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponsePersonTargetAssociations_edfiLocalId_35b263fc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyResponsePersonTargetAssociations_edfiLocalId_ad64d5d5
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyResponsePersonTargetAssociations_edfiLocalId_f9f41bd3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponseStaffTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponseStaffTargetAssociations_57bf8fa3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyResponseStaffTargetAssociations_a7f51dfe
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a470
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a470
        "202": *a470
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponseStaffTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyResponseStaffTargetAssociations_edfiLocalId_2a2f5a03
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponseStaffTargetAssociations_edfiLocalId_77415e9c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyResponseStaffTargetAssociations_edfiLocalId_10bcde54
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyResponseStaffTargetAssociations_edfiLocalId_398b0439
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponses_be105e76
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveyResponses_ed8980d2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a469
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a469
        "202": *a469
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveyResponses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveyResponses_edfiLocalId_e57657a6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveyResponses_edfiLocalId_f8380337
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveyResponses_edfiLocalId_bef8d0ae
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveyResponses_edfiLocalId_ce62e2a1
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveyResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionAggregateResponses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionAggregateResponses_d2dd070d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionAggregateResponses_cbafee17
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a472
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a472
        "202": *a472
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionAggregateResponses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionAggregateResponses_edfiLocalId_9b3d9c65
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionAggregateResponses_edfiLocalId_a90871e8
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionAggregateResponses_edfiLocalId_9729f2b9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionAggregateResponses_edfiLocalId_3450fe65
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionAggregateResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionAssociations_28ea076c
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionAssociations_78f932e6
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a473
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a473
        "202": *a473
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionAssociations_edfiLocalId_7d7ec7ab
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionAssociations_edfiLocalId_e1582504
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionAssociations_edfiLocalId_aa56d788
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionAssociations_edfiLocalId_477b7108
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_2758c9bc
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_c7823256
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a474
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a474
        "202": *a474
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponseEducationOrganizationTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_edfiLocalId_74bce29e
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_edfiLocalId_e5888b96
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_edfiLocalId_10e8a3e4
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionResponseEducationOrganizationTargetAssociations_edfiLocalId_1c72b7c9
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionResponseEducationOrganizationTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponsePersonTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponsePersonTargetAssociations_440a49ec
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionResponsePersonTargetAssociations_1f602c19
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a475
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a475
        "202": *a475
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponsePersonTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionResponsePersonTargetAssociations_edfiLocalId_12f8cf46
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponsePersonTargetAssociations_edfiLocalId_bbd7a507
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionResponsePersonTargetAssociations_edfiLocalId_b5d07f23
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionResponsePersonTargetAssociations_edfiLocalId_e9bf1a29
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionResponsePersonTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponseStaffTargetAssociations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponseStaffTargetAssociations_f9140a8f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionResponseStaffTargetAssociations_65ec3c2d
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a477
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a477
        "202": *a477
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponseStaffTargetAssociations/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionResponseStaffTargetAssociations_edfiLocalId_d319c015
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponseStaffTargetAssociations_edfiLocalId_a07a7cee
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionResponseStaffTargetAssociations_edfiLocalId_82bde40c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionResponseStaffTargetAssociations_edfiLocalId_969ff9af
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionResponseStaffTargetAssociation
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponses:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponses_e0ad219f
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySectionResponses_3644205f
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a476
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a476
        "202": *a476
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySectionResponses/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySectionResponses_edfiLocalId_783a5bf3
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySectionResponses_edfiLocalId_5e5a0deb
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySectionResponses_edfiLocalId_6a653f22
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySectionResponses_edfiLocalId_12c0f206
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySectionResponse
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySections:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySections_f957051d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveySections_122179a0
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a478
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a478
        "202": *a478
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveySections/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveySections_edfiLocalId_2b0d5840
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveySections_edfiLocalId_849459bc
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveySections_edfiLocalId_3a8b0cb6
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveySections_edfiLocalId_d2d70870
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace SurveySection
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveys:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveys_7a37b3c3
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: List Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_POST_ed_fi_surveys_09965de3
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200": &a471
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "201": *a471
        "202": *a471
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Create Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
  /ed-fi/surveys/{edfiLocalId}:
    delete:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_DELETE_ed_fi_surveys_edfiLocalId_c2016132
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        "204":
          description: Successful deletion
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Delete Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_GET_ed_fi_surveys_edfiLocalId_58a42a86
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    patch:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PATCH_ed_fi_surveys_edfiLocalId_f0d36c24
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Update Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    put:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
      operationId: ed_fi_1edtech_PUT_ed_fi_surveys_edfiLocalId_34f2394c
      parameters:
        - in: path
          name: edfiLocalId
          required: true
          schema:
            type: string
        - in: header
          name: Idempotency-Key
          required: true
          schema:
            type: string
        - in: header
          name: If-Match
          required: true
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Replace Survey
      tags:
        - Ed-Fi
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
security:
  - bearerAuth: []
servers:
  - description: Platform3 master alias
    url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/implementation/api
tags:
  - externalDocs:
      description: Owning data dictionary
      url: https://platform3-andymontgomery-9773s-projects.vercel.app/ed_fi/1edtech/data_dictionary/
    name: Ed-Fi
x-platform3-canonical-resource-count: 193
x-platform3-collection-count: 473
x-platform3-descriptor-catalog-count: 280
x-platform3-module: ed_fi
x-platform3-operation-count: 2291
x-platform3-shipped-inventory-source: site/vercel.json
x-platform3-surface: 1edtech
