components:
  parameters:
    AnalyticsAsOfDate:
      description: A real Gregorian calendar date in YYYY-MM-DD form (years 0001 through 9999).
      in: query
      name: asOfDate
      required: false
      schema:
        examples:
          - 2000-02-29
        pattern: ^(\d{4})-(\d{2})-(\d{2})$
        type: string
    AnalyticsEndDate:
      description: A real Gregorian calendar date in YYYY-MM-DD form (years 0001 through 9999).
      in: query
      name: endDate
      required: false
      schema:
        examples:
          - 2000-02-29
        pattern: ^(\d{4})-(\d{2})-(\d{2})$
        type: string
    AnalyticsModifiedSince:
      description: An exact UTC polling timestamp in YYYY-MM-DDTHH:mm:ssZ or YYYY-MM-DDTHH:mm:ss.SSSZ form. Numeric offsets, other fractional precision, and nonexistent Gregorian dates are rejected; seconds-only input is canonicalized to milliseconds.
      in: query
      name: modifiedSince
      required: false
      schema:
        examples:
          - 2000-02-29T23:59:59Z
          - 2000-02-29T23:59:59.999Z
        pattern: ^(\d{4}-\d{2}-\d{2})T((?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d)(\.\d{3})?Z$
        type: string
    AnalyticsStartDate:
      description: A real Gregorian calendar date in YYYY-MM-DD form (years 0001 through 9999).
      in: query
      name: startDate
      required: false
      schema:
        examples:
          - 2000-02-29
        pattern: ^(\d{4})-(\d{2})-(\d{2})$
        type: string
  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/analytics/alpha/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 Analytics 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/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_477121de
      responses:
        "200":
          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:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/accuracy-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_accuracy_rollups_ee11f9a3
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 accuracy-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/attempt-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_attempt_rollups_089d02d5
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 attempt-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/completion-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_completion_rollups_8fd09f42
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 completion-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/event-time-facts:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_event_time_facts_07eac4cb
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 event-time-facts
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/fluency-probes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_fluency_probes_e952d4fb
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 fluency-probes
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/grade-level-status:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_grade_level_status_254e8bc8
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 grade-level-status
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/hint-usage-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_hint_usage_rollups_b94c0c57
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 hint-usage-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/lab-progress:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_lab_progress_2c0977ed
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 lab-progress
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/map-growth-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_map_growth_rollups_b0683192
      parameters:
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 map-growth-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/mastery-deltas:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_mastery_deltas_762e9264
      parameters:
        - $ref: "#/components/parameters/AnalyticsAsOfDate"
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 mastery-deltas
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/norms:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_norms_7ea391f5
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 norms
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/norms/percentile:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_norms_percentile_d8006981
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 norms percentile
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/norms/rit:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_norms_rit_d892722d
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 norms rit
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/norms/table:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_norms_table_d863e808
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 norms table
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/r90:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_r90_633df470
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 r90
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/r90/table:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_r90_table_8e2b70fd
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 r90 table
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/response-latency-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_response_latency_rollups_9e10442c
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 response-latency-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/rit-to-grade:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_rit_to_grade_72fed4ec
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 rit-to-grade
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/rit-to-grade/table:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_rit_to_grade_table_5cf7673a
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 rit-to-grade table
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/school-day-minutes:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_school_day_minutes_d7cf1797
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 school-day-minutes
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/school-days-remaining:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_school_days_remaining_424a31e9
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 school-days-remaining
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_source_imports_bff85748
      parameters:
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 source-imports
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports/migration-reconcile:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_alpha_analytics_v1_source_imports_migration_reconcile_5524eae2
      requestBody:
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/JsonValue"
        required: true
      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
      summary: Create alpha analytics v1 source-imports migration-reconcile
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports/timeback-completion:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_alpha_analytics_v1_source_imports_timeback_completion_7d95b453
      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 alpha analytics v1 source-imports timeback-completion
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports/timeback-grade-mastery:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_alpha_analytics_v1_source_imports_timeback_grade_mastery_9b300f5c
      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 alpha analytics v1 source-imports timeback-grade-mastery
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports/timeback-map:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_alpha_analytics_v1_source_imports_timeback_map_e56b4eaf
      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 alpha analytics v1 source-imports timeback-map
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/source-imports/timeback-xp-time-accuracy:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_alpha_analytics_v1_source_imports_timeback_xp_time_accuracy_bcaf957b
      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 alpha analytics v1 source-imports timeback-xp-time-accuracy
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/students/{studentId}/daily-xp:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_students_studentId_daily_xp_257e9802
      parameters:
        - in: path
          name: studentId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 students studentId daily-xp
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/students/{studentId}/streak:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_students_studentId_streak_4666f581
      parameters:
        - in: path
          name: studentId
          required: true
          schema:
            type: string
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 students studentId streak
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/time-windows:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_time_windows_73994ada
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 time-windows
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /alpha/analytics/v1/xp-rollups:
    get:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_GET_alpha_analytics_v1_xp_rollups_190318e1
      parameters:
        - $ref: "#/components/parameters/AnalyticsEndDate"
        - $ref: "#/components/parameters/AnalyticsModifiedSince"
        - $ref: "#/components/parameters/AnalyticsStartDate"
      responses:
        "200":
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/JsonValue"
          description: Successful response
        default:
          content:
            application/problem+json:
              schema:
                $ref: "#/components/schemas/Problem"
          description: Problem response
      summary: Read alpha analytics v1 xp-rollups
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
  /dev/mint:
    post:
      externalDocs:
        description: Owning data dictionary
        url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
      operationId: analytics_1edtech_POST_dev_mint_abd6d92d
      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
      security: []
      summary: Create dev mint
      tags:
        - Analytics
      x-data-dictionary: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
security:
  - bearerAuth: []
servers:
  - description: Platform3 master alias
    url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/1edtech/implementation/api
tags:
  - externalDocs:
      description: Owning data dictionary
      url: https://platform3-andymontgomery-9773s-projects.vercel.app/analytics/alpha/data_dictionary
    name: Analytics
x-platform3-module: analytics
x-platform3-operation-count: 33
x-platform3-shipped-inventory-source: site/vercel.json
x-platform3-surface: 1edtech
