Skip to content

Commit

Permalink
fixed status entries properties
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis committed Aug 7, 2024
1 parent eb85182 commit c708c30
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions fixtures/credentials/should-be-revoked.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-single-ok.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-single-ok.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/should-be-suspended.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "suspension",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-multi-ok.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-multi-ok.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-date-expired-fail.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/date-expired-fail.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/date-expired-fail.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-encoded-list-invalid-fail.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/encoded-list-invalid-fail.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/encoded-list-invalid-fail.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-encoded-list-short-fail.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/encoded-list-short-fail.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/encoded-list-short-fail.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-purpose-multi-ok.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "1",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-multi-ok.jsonld"
"statusListIndex": "1",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-multi-ok.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-purpose-single-ok.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "1",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-single-ok.jsonld"
"statusListIndex": "1",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/purpose-single-ok.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-vc-type-missing-fail.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/vc-type-missing-fail.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/vc-type-missing-fail.jsonld"
}
}
4 changes: 2 additions & 2 deletions fixtures/credentials/sl-vc-type-wrong-fail.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusIndex": "201",
"statusCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/vc-type-wrong-fail.jsonld"
"statusListIndex": "201",
"statusListCredential": "https://w3c-ccg.github.io/vc-api/fixtures/credentials/status/vc-type-wrong-fail.jsonld"
}
}

0 comments on commit c708c30

Please sign in to comment.