TBD54566975 / ssi-service

The Self Sovereign Identity Service
Apache License 2.0
152 stars 55 forks source link

Resolve non-local JSON Schemas #125

Open decentralgabe opened 2 years ago

decentralgabe commented 2 years ago

Currently, the service uses JSON Schemas for Verifiable Credentials. For schemas to be used, they must be created in the service.

This should be changed to ingest external schemas either via import, or by URI reference.

If via import...

If via lookup...

shobitb commented 2 years ago

This should be changed to ingest external schemas either via import, or by URI reference.

When you say "changed", is that to say that the service would no longer have an API to create schemas? Or is importing + lookup in addition to creation?

decentralgabe commented 2 years ago

@shobitb importing + lookup in addition to creation