Skip to content

Commit e4daf25

Browse files
committed
errata: SoftwarePackage 'name' conflicts; use 'package'
1 parent 5619853 commit e4daf25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v1.0/CommandLineTool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,13 +672,13 @@ $graph:
672672
type: SoftwarePackage[]
673673
doc: "The list of software to be configured."
674674
jsonldPredicate:
675-
mapSubject: name
675+
mapSubject: package
676676
mapPredicate: specs
677677

678678
- name: SoftwarePackage
679679
type: record
680680
fields:
681-
- name: name
681+
- name: package
682682
type: string
683683
doc: "The common name of the software to be configured."
684684
jsonldPredicate: "@id"

0 commit comments

Comments
 (0)