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

Normative statements checklist: Section 3. Identifiers #72

Closed
9 of 10 tasks
rhiaro opened this issue Apr 27, 2021 · 1 comment
Closed
9 of 10 tasks

Normative statements checklist: Section 3. Identifiers #72

rhiaro opened this issue Apr 27, 2021 · 1 comment
Assignees
Labels
pending close This issue will be closed 7 days from the time this label was applied.

Comments

@rhiaro
Copy link
Member

rhiaro commented Apr 27, 2021

3.1 DID Syntax

  • All DIDs MUST conform to the DID Syntax ABNF Rules.

3.2 DID URL Syntax

  • All DID URLs MUST conform to the DID URL Syntax ABNF Rules.

3.2.1 DID Parameters

  • service: If present, the associated value MUST be an ASCII string.
  • relativeRef: If present, the associated value MUST be an ASCII string and MUST use percent-encoding for certain characters as specified in RFC3986 Section 2.1.
  • versionId: If present, the associated value MUST be an ASCII string.
  • versionTime: If present, the associated value MUST be an ASCII string which is a valid XML datetime value, as defined in section 3.3.7 of W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes [XMLSCHEMA11-2].
  • ...This datetime value MUST be normalized to UTC 00:00:00 and without sub-second decimal precision.
  • hl: If present, the associated value MUST be an ASCII string.
  • For maximum interoperability, it is RECOMMENDED that DID parameters use the DID Specification Registries mechanism [DID-SPEC-REGISTRIES]

3.2.2 Relative DID URLs

  • When resolving a relative DID URL reference, the algorithm specified in RFC3986 Section 5: Reference Resolution MUST be used.
@msporny msporny self-assigned this Apr 29, 2021
@msporny
Copy link
Member

msporny commented Apr 30, 2021

I have performed a full review of the tests above. All tests with ticked checkboxes exist in the test suite. All tests that are not checked are human-only tests and do not have active/associated tests in the test suite.

@msporny msporny added the pending close This issue will be closed 7 days from the time this label was applied. label Apr 30, 2021
@msporny msporny closed this as completed Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending close This issue will be closed 7 days from the time this label was applied.
Projects
None yet
Development

No branches or pull requests

2 participants