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/nweamap/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 NWEA MAP 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/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_54eb0f10
      responses:
        "200":
          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:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /dev/cdf:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_dev_cdf_54314d79
      responses:
        "200":
          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 dev cdf
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /dev/cdf/{sourceFile}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_dev_cdf_sourceFile_1f588759
      parameters:
        - in: path
          name: sourceFile
          required: true
          schema:
            type: string
      responses:
        "200":
          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 dev cdf sourceFile
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /dev/mint:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_POST_dev_mint_aba2522b
      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: Create dev mint
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/accommodations:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_accommodations_3d1099d1
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 accommodations
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/assessment-results:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_assessment_results_a2506313
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 assessment-results
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/assessment-results/{rowId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_assessment_results_rowId_f93095ed
      parameters:
        - in: path
          name: rowId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 assessment-results rowId
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/class-assignments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_class_assignments_221f4e87
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 class-assignments
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/imports:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_imports_f83b6b6a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 imports
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_POST_nweamap_v1_imports_5622fb86
      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 nweamap v1 imports
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/imports/{importId}:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_imports_importId_6f187424
      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 nweamap v1 imports importId
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/program-assignments:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_program_assignments_8ceb2dcb
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 program-assignments
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/r90:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_r90_dc4c29f2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 r90
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/r90/table:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_r90_table_604a1326
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 r90 table
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/rit-to-grade:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_rit_to_grade_8d0a73a2
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 rit-to-grade
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/rit-to-grade/table:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_rit_to_grade_table_2796b973
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 rit-to-grade table
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
  /nweamap/v1/students:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
      operationId: nweamap_1edtech_GET_nweamap_v1_students_905c69ce
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read nweamap v1 students
      tags:
        - NWEA MAP
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
security:
  - bearerAuth: []
servers:
  - description: Platform3 master alias
    url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/implementation/api
tags:
  - externalDocs:
      description: Owning data dictionary
      url: https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/data_dictionary/
    name: NWEA MAP
x-platform3-module: nweamap
x-platform3-operation-count: 17
x-platform3-shipped-inventory-source: site/vercel.json
x-platform3-surface: 1edtech
