Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions schema/2.0/model/cyclonedx-blueprint-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,7 @@
"format": "date-time",
"description": "When the blueprint was created or last updated."
},
"authors": {
"type": "array",
"title": "Authors",
"uniqueItems": true,
"items": {
"$ref": "cyclonedx-party-2.0.schema.json#/$defs/partyChoice"
},
"description": "The parties that created the blueprint. Each entry is either an inline party object or a reference to a previously declared party. The party's `roles` should include `author`."
},
"parties": "TODO",
"reviewer": {
"$ref": "cyclonedx-party-2.0.schema.json#/$defs/partyChoice",
"description": "The party that reviewed the blueprint. The party's `roles` should include `reviewer`."
Expand Down
1 change: 1 addition & 0 deletions schema/2.0/model/cyclonedx-common-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"description": "The URL to the commit. This URL will typically point to a commit in a version control system.",
"format": "iri-reference"
},
"parties": "TODO - replace author, committer",
"author": {
"title": "Author",
"description": "The author who created the changes in the commit",
Expand Down
1 change: 1 addition & 0 deletions schema/2.0/model/cyclonedx-declaration-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"title": "Expires",
"description": "The date and time (timestamp) when the evidence is no longer valid."
},
"partoes": "TODO -- replace author, reviewer",
"author": {
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/organizationalContact",
"title": "Author",
Expand Down
1 change: 1 addition & 0 deletions schema/2.0/model/cyclonedx-metadata-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
},
"parties": "TODO -- replace authors, manufacturer, supplier",
"manufacturer": {
"title": "BOM Manufacturer",
"description": "The organization that created the BOM.\nManufacturer is common in BOMs created through automated processes. BOMs created through manual means may have `@.authors` instead.",
Expand Down
Loading