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

Addressing AD review feedback #35

Merged
merged 7 commits into from Feb 22, 2021
Merged
8 changes: 4 additions & 4 deletions concise-swid-tag.cddl
Expand Up @@ -27,7 +27,7 @@ $version-scheme /= multipartnumeric-suffix
$version-scheme /= alphanumeric
$version-scheme /= decimal
$version-scheme /= semver
$version-scheme /= uint / text
$version-scheme /= int / text

any-attribute = (
label => text / int / [ 2* text ] / [ 2* int ]
Expand Down Expand Up @@ -58,7 +58,7 @@ $role /= aggregator
$role /= distributor
$role /= licensor
$role /= maintainer
$role /= uint / text
$role /= int / text

link-entry = {
? artifact => text,
Expand All @@ -75,7 +75,7 @@ link-entry = {
$ownership /= shared
$ownership /= private
$ownership /= abandon
$ownership /= uint / text
$ownership /= int / text

$rel /= ancestor
$rel /= component
Expand All @@ -93,7 +93,7 @@ $rel /= -256..64436 / text
$use /= optional
$use /= required
$use /= recommended
$use /= uint / text
$use /= int / text

software-meta-entry = {
? activation-status => text,
Expand Down