diff --git a/fixtures/README.md b/fixtures/README.md deleted file mode 100644 index f98932ea..00000000 --- a/fixtures/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Fixtures - -This folder contains static test fixtures that are hosted by this test suite. - -## revocationList.json - -Is a Verifiable Credential based revocation list conforming to the [RevocationStatusList2020](https://w3c-ccg.github.io/vc-status-rl-2020/) spec, whereby the credential associated to index 1 is revoked and all other credentials described by the other indexes represented in the list are not revoked. \ No newline at end of file diff --git a/fixtures/revocationList.json b/fixtures/revocationList.json deleted file mode 100644 index 1ec03309..00000000 --- a/fixtures/revocationList.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/2018/credentials/v1", - "https://w3id.org/vc-revocation-list-2020/v1" - ], - "id": "https://w3c-ccg.github.io/vc-api/fixtures/revocationList.json", - "type": [ - "VerifiableCredential", - "RevocationList2020Credential" - ], - "issuer": { - "id": "did:key:z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5" - }, - "issuanceDate": "2021-02-15T07:50:03.050Z", - "credentialSubject": { - "type": "RevocationList2020", - "encodedList": "H4sIAAAAAAAAA-3BMQ0AAAACIGf_0MbwARoAAAAAAAAAAAAAAAAAAADgbbmHB0sAQAAA" - }, - "proof": { - "type": "Ed25519Signature2018", - "created": "2021-10-29T19:12:09Z", - "jws": "eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..TDjNe7qv39-U1y2clIEz38w9BjIkW3PLVl-xEiXbhqD9KhtTvX2r74Xmi6uCmMMTiFsn03sXLwQr6mYwPN4tCw", - "proofPurpose": "assertionMethod", - "verificationMethod": "did:key:z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5#z6MknzD3XyJNXWBjHTKxp8HqtsRnbazPRowYcSzHFuRF74B5" - } -} \ No newline at end of file