@crow281/ts-file-module-template
    Preparing search index...

    Variable ID_TO_JSON_SCHEMAConst Internal

    ID_TO_JSON_SCHEMA: {
        "urn:module:form/Application.schema.json": Record<string, unknown>;
        "urn:module:math/geometry/Circle.schema.json": Record<string, unknown>;
        "urn:module:math/geometry/Point3.schema.json": Record<string, unknown>;
    } = ...

    A constant, mapping JSON Schema ids to the JSON Schema as a JSON object.

    Type Declaration

    • Readonly Internalurn:module:form/Application.schema.json: Record<string, unknown>

      A JSON object containing the JSON Schema this id represents.

      Represents an application for some website.

    • Readonly Internalurn:module:math/geometry/Circle.schema.json: Record<string, unknown>

      A JSON object containing the JSON Schema this id represents.

      Represents a circle.

    • Readonly Internalurn:module:math/geometry/Point3.schema.json: Record<string, unknown>

      A JSON object containing the JSON Schema this id represents.

      Represents a 3d coordinate in space.