decentralized-identity / presentation-exchange

Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation Definition) and subsequent proof submissions (Presentation Submission)
https://identity.foundation/presentation-exchange
Apache License 2.0
84 stars 37 forks source link

Update Schema Locations for Absolute Pathing #338

Closed decentralgabe closed 2 years ago

decentralgabe commented 2 years ago

The schema locations were not nicely addressable, such as those for wallet rendering (e.g. "https://identity.foundation/wallet-rendering/schemas/entity-styles.json")

Credential Manifest relies on absolute schema paths, and includes a currently incomplete/broken reference to the Presentation Definition and Presentation Submission schemas: https://identity.foundation/credential-manifest/#credential-manifest-3

This allows the Presentation Definition schemas to have well-known fully qualified URLs

decentralgabe commented 2 years ago

fixed in https://github.com/decentralized-identity/presentation-exchange/pull/339