Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(editorial) change "Linked Data" to "LD" #77

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions implementations/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const sections = {
'Basic Documents': 'basic',
'Credential Status (optional)': 'status',
'Advanced Documents': 'advanced',
'Linked Data Proofs (optional)': 'ldp',
'LD-Proofs (optional)': 'ldp',
'Credential Schema (optional)': 'schema',
'Refresh Service (optional)': 'refresh',
'Terms of Use (optional)': 'tou',
Expand All @@ -36,11 +36,11 @@ const deprecatedTests = [
'Advanced Documents Extensibility - Semantic Interoperability JSON-based processor expected order MUST be defined by human-readable extension specification',
'Advanced Documents Extensibility - Semantic Interoperability JSON-LD-based processor MUST produce an error when a JSON-LD context redefines any term in the active context.',
'Advanced Documents Data Schemas each object within `credentialSchema`... value of `type` MUST be defined in the active context / term dictionary',
'Linked Data Proofs (optional) Linked Data Signature MUST verify',
'Linked Data Proofs (optional) Linked Data Signature MUST verify (negative)',
'Linked Data Proofs (optional) Linked Data Signature key MUST NOT be suspended, revoked, or expired',
'Linked Data Proofs (optional) Linked Data Signature key MUST NOT be suspended, revoked, or expired (negative)',
'Linked Data Proofs (optional) Linked Data Signature proofPurpose MUST exist and be "credentialIssuance"',
'LD-Proofs (optional) LD-Signature MUST verify',
'LD-Proofs (optional) LD-Signature MUST verify (negative)',
'LD-Proofs (optional) LD-Signature key MUST NOT be suspended, revoked, or expired',
'LD-Proofs (optional) LD-Signature key MUST NOT be suspended, revoked, or expired (negative)',
'LD-Proofs (optional) LD-Signature proofPurpose MUST exist and be "credentialIssuance"',
'Terms of Use (optional) MUST support prohibiting Archival',
'Terms of Use (optional) MUST support prohibiting non-subject Presentation',
'Terms of Use (optional) MUST support prohibiting 3rd Party Correlation'
Expand Down