Skip to content

Commit

Permalink
Change range of issueingAuthority from anyURI to string (#620)
Browse files Browse the repository at this point in the history
* Change issuing authority range to a string

Fixes #568

* Fix reference to externalIdentifier
  • Loading branch information
goneall authored Jan 31, 2024
1 parent db42bcf commit 6a267fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/Core/Classes/ExternalIdentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ that uniquely identifies an Element.
- type: xsd:anyURI
- minCount: 0
- issuingAuthority
- type: xsd:anyURI
- type: xsd:string
- minCount: 0
- maxCount: 1
4 changes: 2 additions & 2 deletions model/Core/Properties/issuingAuthority.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ An entity that is authorized to issue identification credentials.

An issuingAuthority is an entity that is authorized to issue identification credentials.

The entity may be a government, non-profit, educational institution, or commercial enterprise. The URI provides a unique identifier for the issuing authority.
The entity may be a government, non-profit, educational institution, or commercial enterprise. The string provides a unique identifier for the issuing authority.

## Metadata

- name: issuingAuthority
- Nature: DataProperty
- Range: xsd:anyURI
- Range: xsd:string

0 comments on commit 6a267fb

Please sign in to comment.