Skip to content

Commit

Permalink
Fix creationInfo value
Browse files Browse the repository at this point in the history
":_creationinfo" -> "_:creationinfo"
  • Loading branch information
bact committed Jun 17, 2024
1 parent 6013a14 commit c5d737b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ai/simpleHTR-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
{
"type": "ai_AIPackage",
"spdxId": "https://my-first-aibom.com/word-model",
"creationInfo": ":_creationinfo",
"creationInfo": "_:creationinfo",
"name": "word-model",
"releaseTime": "2023-09-07T00:00:00Z",
"suppliedBy": "https://github.com/githubharald",
Expand Down Expand Up @@ -1056,7 +1056,7 @@
{
"type": "ai_AIPackage",
"spdxId": "https://my-first-aibom.com/line-model",
"creationInfo": ":_creationinfo",
"creationInfo": "_:creationinfo",
"name": "line-model",
"releaseTime": "2023-09-07T00:00:00Z",
"suppliedBy": "https://github.com/githubharald",
Expand Down Expand Up @@ -1230,7 +1230,7 @@
{
"type": "dataset_DatasetPackage",
"spdxId": "https://my-first-aibom.com/IAMdataset",
"creationInfo": ":_creationinfo",
"creationInfo": "_:creationinfo",
"name": "IAMdataset",
"builtTime": "1999-09-20T00:00:00Z",
"originatedBy": [
Expand Down

0 comments on commit c5d737b

Please sign in to comment.