Skip to content

Commit

Permalink
docs: Updated references to standards (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk authored Sep 7, 2023
2 parents b43af52 + 0d3d24a commit fcd2bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,13 @@ fun main() {

## Standards & Specifications

- [EBSI Wallet Conformance](https://ec.europa.eu/digital-building-blocks/wikis/display/EBSIDOC/EBSI+Wallet+Conformance+Testing)
- [EBSI Wallet Conformance](https://api-conformance.ebsi.eu/docs/wallet-conformance)
- [Verifiable Credentials Data Model 1.0](https://www.w3.org/TR/vc-data-model/)
- [OpenID for Verifiable Credentials](https://openid.net/openid4vc/)
- [Decentralized Identifiers (DIDs) v1.0](https://w3c.github.io/did-core/)
- [DID Method Rubric](https://w3c.github.io/did-rubric/)
- [did:web Decentralized Identifier Method Specification](https://w3c-ccg.github.io/did-method-web/)
- [The did:key Method v0.7](https://w3c-ccg.github.io/did-method-key/)
- [Self-Issued OpenID Provider v2](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html)
- [OpenID Connect for Verifiable Presentations](https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0-07.html)
- [OpenID Connect for Verifiable Credential Issuance](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html)

## License

Expand Down
26 changes: 0 additions & 26 deletions src/test/kotlin/id/walt/auditor/AuditorTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -310,37 +310,11 @@ class AuditorCommandTest : StringSpec() {
"$EBSI_SCHEMA_PATH/EbsiVerifiableAttestationSchema.json"
)

// VerifiableAttestation - verification via http-link
val ebsiVerifiableAttestationGenericSchemaUrl =
URL("$EBSI_TSR_BASE/0x23039e6356ea6b703ce672e7cfac0b42765b150f63df78e2bd18ae785787f6a2")
runCatching { ebsiVerifiableAttestationGenericSchemaUrl.openStream() }.onSuccess {
validateSchema(
"$EBSI_VC_PATH/EbsiVerifiableAttestationGeneric.json",
ebsiVerifiableAttestationGenericSchemaUrl.toExternalForm()
)
}

// VerifiableAttestation - verification via http-link in attribute credentialSchema
validateSchema("$EBSI_VC_PATH/EbsiVerifiableAttestationGeneric.json")

// VerifiableAccreditationToAccredit
validateSchema("$EBSI_VC_PATH/EbsiVerifiableAccreditationToAccredit.json")

// AccreditedVerifiableAttestation
validateSchema(
"$EBSI_VC_PATH/EbsiAccreditedVerifiableAttestation.json",
"$EBSI_SCHEMA_PATH/AccreditedVerifiableAttestation.json"
)

// EbsiDiplomaVerifiableAccreditation (Multi UNI Pilot)
val ebsiDiplomaVerifiableAccreditationSchemaUrl =
URL("$EBSI_TSR_BASE/0x960904265eba56f0c3a171f19af2970d3c62eb0ed1cd7981065261f37f007101")
runCatching { ebsiDiplomaVerifiableAccreditationSchemaUrl.openStream() }.onSuccess {
validateSchema(
"$EBSI_VC_PATH/EbsiDiplomaVerifiableAccreditation.json",
ebsiDiplomaVerifiableAccreditationSchemaUrl.toExternalForm()
)
}
}

"9. test EbsiTrustedSchemaRegistryPolicy" {
Expand Down

0 comments on commit fcd2bf1

Please sign in to comment.