forked from CycloneDX/cyclonedx-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalid-annotation-1.6.json
More file actions
103 lines (103 loc) · 2.53 KB
/
valid-annotation-1.6.json
File metadata and controls
103 lines (103 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
"version": 1,
"components": [
{
"bom-ref": "component-a",
"type": "library",
"name": "Component A",
"version": "1.0.0"
}
],
"annotations": [
{
"bom-ref": "annotation-1",
"subjects": [
"component-a"
],
"annotator": {
"organization": {
"name": "Acme, Inc.",
"url": [
"https://example.com"
],
"contact": [
{
"name": "Acme Professional Services",
"email": "professional.services@example.com"
}
]
}
},
"timestamp": "2022-01-01T00:00:00Z",
"text": "This is a sample annotation made by an organization"
},
{
"bom-ref": "annotation-2",
"subjects": [
"component-a"
],
"annotator": {
"individual": {
"name": "Samantha Wright",
"email": "samantha.wright@example.com",
"phone": "800-555-1212"
}
},
"timestamp": "2022-01-01T00:00:00Z",
"text": "This is a sample annotation made by a person"
},
{
"bom-ref": "annotation-3",
"subjects": [
"component-a"
],
"annotator": {
"component": {
"type": "application",
"name": "Awesome Tool",
"version": "9.1.2"
}
},
"timestamp": "2022-01-01T00:00:00Z",
"text": "This is a sample annotation made by a component"
},
{
"bom-ref": "annotation-4",
"subjects": [
"component-a"
],
"annotator": {
"service": {
"bom-ref": "b2a46a4b-8367-4bae-9820-95557cfe03a8",
"provider": {
"name": "Partner Org",
"url": [
"https://partner.org"
]
},
"group": "org.partner",
"name": "BOM Annotation Service",
"version": "2020-Q2",
"endpoints": [
"https://partner.org/api/v1/inspect",
"https://partner.org/api/v1/annotate"
],
"authenticated": true,
"x-trust-boundary": true,
"data": [
{
"classification": "public",
"flow": "bi-directional"
}
]
}
},
"timestamp": "2022-01-01T00:00:00Z",
"text": "This is a sample annotation made by a service"
}
]
}