JSPM

@nexeraid/identity-schemas

2.130.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1297
    • Score
      100M100P100Q99210F
    • License ISC

    Package Exports

    • @nexeraid/identity-schemas
    • @nexeraid/identity-schemas/identity
    • @nexeraid/identity-schemas/providers
    • @nexeraid/identity-schemas/vault
    • @nexeraid/identity-schemas/verifiable-credentials
    • @nexeraid/identity-schemas/webhooks

    Readme

    Overview

    This is where we store Zod Schemas for our code base.

    Update Vc Schemas from vc-schemas repo

    • Check and configure according to readme.md
    • run pnpm run update-schemas

    OPA Client

    Opa client is automatically generated client for interacting with open-policy-agent API. OPA api is very stable and not subject to many changes, so don't expect this to change often

    Generate new API client

    In case of changes, run pnpm run generate-typescript-client. It uses publicly stored latest version of OPA API schema

    From mono-repo, run pnpm run generate-api-client.

    Adding Entrypoints

    If you need to add entrypoints to expose additional schemas in new files, use:

    pnpm preconstruct dev