File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed
Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 18591859 "title" : " Component License(s)"
18601860 },
18611861 "copyright" : {
1862- "$ref" : " #/$defs/cyclonedx-component-2.0/$defs/copyright "
1862+ "$ref" : " #/$defs/cyclonedx-component-2.0/$defs/copyrightText "
18631863 },
18641864 "patentAssertions" : {
18651865 "$ref" : " #/$defs/cyclonedx-patent-2.0/$defs/patentAssertions" ,
20692069 " vers:gem/>=2.2.0|!= 2.2.1|<2.3.0"
20702070 ]
20712071 },
2072- "copyright " : {
2072+ "copyrightText " : {
20732073 "type" : " string" ,
20742074 "title" : " Component Copyright" ,
20752075 "description" : " A copyright notice informing users of the underlying claims to copyright ownership in a published work." ,
20762076 "examples" : [
20772077 " Acme Inc"
20782078 ]
20792079 },
2080+ "copyright" : {
2081+ "type" : " array" ,
2082+ "items" : {
2083+ "$ref" : " #/$defs/cyclonedx-component-2.0/$defs/copyrightObject"
2084+ },
2085+ "title" : " Copyright" ,
2086+ "description" : " Captures intellectual property assertions, providing evidence of possible ownership and legal protection."
2087+ },
2088+ "copyrightObject" : {
2089+ "type" : " object" ,
2090+ "title" : " Copyright" ,
2091+ "description" : " A copyright notice informing users of the underlying claims to copyright ownership in a published work." ,
2092+ "required" : [
2093+ " text"
2094+ ],
2095+ "additionalProperties" : false ,
2096+ "properties" : {
2097+ "text" : {
2098+ "type" : " string" ,
2099+ "title" : " Copyright Text" ,
2100+ "description" : " The textual content of the copyright."
2101+ }
2102+ }
2103+ },
20802104 "swid" : {
20812105 "type" : " object" ,
20822106 "title" : " SWID Tag" ,
22532277 "title" : " License Evidence"
22542278 },
22552279 "copyright" : {
2256- "type" : " array" ,
2257- "items" : {
2258- "$ref" : " #/$defs/cyclonedx-component-2.0/$defs/copyright"
2259- },
2260- "title" : " Copyright Evidence" ,
2261- "description" : " Copyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection."
2280+ "$ref" : " #/$defs/cyclonedx-component-2.0/$defs/copyright"
22622281 }
22632282 }
22642283 },
You can’t perform that action at this time.
0 commit comments