Skip to content

Commit

Permalink
add missing "Z" to all DateTimes in json-ld examples
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Tänzer <[email protected]>
  • Loading branch information
armintaenzertng committed Jul 18, 2023
1 parent 269a011 commit 6961d83
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/agent1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/annotation1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/file1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/org1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/package1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/person1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/person2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"createdUsing": ["https://some.namespace#sbomolator_v2"],
"profile": ["core"],
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/relationship1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/sbom1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/spdx_document1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/spdx_document2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@id": "_:creationInfo1",
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/spdx_document3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@id": "_:creationInfo1",
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/spdx_document4.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@id": "_:creationInfo1",
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["spdxDev:spdx-dev"],
"profile": ["core", "software"],
"dataLicense": "spdxLicenses:CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion serialization/json_ld/examples/tool1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"spdxId": "https://some.namespace#sbomolator_v2",
"creationInfo": {
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://spdx.dev/elements/3F26391C#spdx-dev"],
"profile": ["core"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down
4 changes: 2 additions & 2 deletions serialization/json_ld/examples/two_sboms.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://my_namespace.com/creator1"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand All @@ -27,7 +27,7 @@
"creationInfo": {
"type": "CreationInfo",
"specVersion": "3.0.0",
"created": "2022-12-01T00:00:00",
"created": "2022-12-01T00:00:00Z",
"createdBy": ["https://my_namespace.com/creator1"],
"profile": ["core", "software"],
"dataLicense": "https://spdx.org/licenses/CC0-1.0"
Expand Down

0 comments on commit 6961d83

Please sign in to comment.