Skip to content

Commit

Permalink
Updated inline CDDL to use int instead of uint for controlled values …
Browse files Browse the repository at this point in the history
…in IANA registeries. Resolves #31.
  • Loading branch information
david-waltermire committed Feb 22, 2021
1 parent b4ae80b commit c1ca325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-sacm-coswid.md
Expand Up @@ -401,7 +401,7 @@ $version-scheme /= multipartnumeric-suffix
$version-scheme /= alphanumeric
$version-scheme /= decimal
$version-scheme /= semver
$version-scheme /= uint / text
$version-scheme /= int / text
multipartnumeric = 1
multipartnumeric-suffix = 2
alphanumeric = 3
Expand Down Expand Up @@ -528,7 +528,7 @@ $role /= aggregator
$role /= distributor
$role /= licensor
$role /= maintainer
$role /= uint / text
$role /= int / text
tag-creator=1
software-creator=2
aggregator=3
Expand Down Expand Up @@ -589,7 +589,7 @@ use = 42
$ownership /= shared
$ownership /= private
$ownership /= abandon
$ownership /= uint / text
$ownership /= int / text
shared=1
private=2
abandon=3
Expand Down Expand Up @@ -621,7 +621,7 @@ supplemental=11
$use /= optional
$use /= required
$use /= recommended
$use /= uint / text
$use /= int / text
optional=1
required=2
recommended=3
Expand Down

0 comments on commit c1ca325

Please sign in to comment.