Skip to content

Commit 93b1db8

Browse files
authored
Merge pull request #88 from madpah/fix/tei-examples
fix: aligned TEI examples to specification
2 parents 693cbd7 + c6bce5a commit 93b1db8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

discovery/readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ urn:tei:purl:<domain-name>:<purl>
7676
7777
Example:
7878
```text
79-
urn:tei:org.cyclonedx:pkg:pypi/cyclonedx-python-lib@8.4.0?extension=whl&qualifier=py3-none-any
79+
urn:tei:purl:cyclonedx.org:pkg:pypi/cyclonedx-python-lib@8.4.0?extension=whl&qualifier=py3-none-any
8080
```
8181

8282
#### SWID
@@ -105,7 +105,7 @@ urn:tei:hash:<domain-name>:<hashtype>:<hash>
105105
106106
Example:
107107
```text
108-
urn:tei:cyclonedx.org:SHA256:fd44efd601f651c8865acf0dfeacb0df19a2b50ec69ead0262096fd2f67197b9
108+
urn:tei:hash:cyclonedx.org:SHA256:fd44efd601f651c8865acf0dfeacb0df19a2b50ec69ead0262096fd2f67197b9
109109
```
110110

111111
The origin of the hash is up to the vendor to define.
@@ -120,7 +120,11 @@ Syntax:
120120
urn:tei:uuid:<domain-name>:<uuid>
121121
````
122122
123-
Has to be a valid UUID.
123+
Example:
124+
```text
125+
urn:tei:uuid:cyclonedx.org:d4d9f54a-abcf-11ee-ac79-1a52914d44b1
126+
```
127+
124128

125129
#### Other types to be defined
126130

0 commit comments

Comments
 (0)