diff --git a/fixtures/README.md b/fixtures/README.md deleted file mode 100644 index 624b56f..0000000 --- a/fixtures/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Fixtures - -This folder contains static BitstringStatusList test fixtures referenced by external test-suites. - -All status credentials have the following indexes set to 1 `201` `94023` `57444` and should be used for their respective purposes. \ No newline at end of file diff --git a/fixtures/credentials/status/date-expired-fail.jsonld b/fixtures/credentials/status/date-expired-fail.jsonld deleted file mode 100644 index fbf01f5..0000000 --- a/fixtures/credentials/status/date-expired-fail.jsonld +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "BitstringStatusListCredential" - ], - "validUntil": "1984-01-01T00:00:00Z", - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": "revocation", - "encodedList": "H4sIACbOo2YC_-3QMREAMAgEsGerLPyrQgFjB-4SCUkWHQAAAAAAAOCwpwAAAADgrFIAAAAAAAAAAAAAAAAA3wxvOeOvqGEAAA" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/encoded-list-invalid-fail.jsonld b/fixtures/credentials/status/encoded-list-invalid-fail.jsonld deleted file mode 100644 index 2ce7f06..0000000 --- a/fixtures/credentials/status/encoded-list-invalid-fail.jsonld +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "BitstringStatusListCredential" - ], - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": [ - "revocation" - ], - "encodedList": "0000000000000000000000000000000000000000" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/encoded-list-short-fail.jsonld b/fixtures/credentials/status/encoded-list-short-fail.jsonld deleted file mode 100644 index 5e173d8..0000000 --- a/fixtures/credentials/status/encoded-list-short-fail.jsonld +++ /dev/null @@ -1,16 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "BitstringStatusListCredential" - ], - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": [ - "revocation" - ], - "encodedList": "H4sIAN7Lo2YC_2NgwAEAjw7P6RkAAAA" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/purpose-multi-ok.jsonld b/fixtures/credentials/status/purpose-multi-ok.jsonld deleted file mode 100644 index 8bbd2ac..0000000 --- a/fixtures/credentials/status/purpose-multi-ok.jsonld +++ /dev/null @@ -1,17 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "BitstringStatusListCredential" - ], - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": [ - "revocation", - "suspension" - ], - "encodedList": "H4sIACbOo2YC_-3QMREAMAgEsGerLPyrQgFjB-4SCUkWHQAAAAAAAOCwpwAAAADgrFIAAAAAAAAAAAAAAAAA3wxvOeOvqGEAAA" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/purpose-single-ok.jsonld b/fixtures/credentials/status/purpose-single-ok.jsonld deleted file mode 100644 index f7c9f75..0000000 --- a/fixtures/credentials/status/purpose-single-ok.jsonld +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "BitstringStatusListCredential" - ], - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": "revocation", - "encodedList": "H4sIACbOo2YC_-3QMREAMAgEsGerLPyrQgFjB-4SCUkWHQAAAAAAAOCwpwAAAADgrFIAAAAAAAAAAAAAAAAA3wxvOeOvqGEAAA" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/vc-type-missing-fail.jsonld b/fixtures/credentials/status/vc-type-missing-fail.jsonld deleted file mode 100644 index d20bee0..0000000 --- a/fixtures/credentials/status/vc-type-missing-fail.jsonld +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential" - ], - "credentialSubject": { - "type": "BitstringStatusList", - "statusPurpose": "revocation", - "encodedList": "H4sIACbOo2YC_-3QMREAMAgEsGerLPyrQgFjB-4SCUkWHQAAAAAAAOCwpwAAAADgrFIAAAAAAAAAAAAAAAAA3wxvOeOvqGEAAA" - } - } \ No newline at end of file diff --git a/fixtures/credentials/status/vc-type-wrong-fail.jsonld b/fixtures/credentials/status/vc-type-wrong-fail.jsonld deleted file mode 100644 index 9a5bd2a..0000000 --- a/fixtures/credentials/status/vc-type-wrong-fail.jsonld +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/credentials/v2" - ], - "type": [ - "VerifiableCredential", - "StatusList2021Credential" - ], - "credentialSubject": { - "type": "StatusList2021", - "statusPurpose": "revocation", - "encodedList": "H4sIACbOo2YC_-3QMREAMAgEsGerLPyrQgFjB-4SCUkWHQAAAAAAAOCwpwAAAADgrFIAAAAAAAAAAAAAAAAA3wxvOeOvqGEAAA" - } - } \ No newline at end of file diff --git a/fixtures/revocationList.json b/fixtures/revocationList.json deleted file mode 100644 index 1ec0330..0000000 --- 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