File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Generate JSON schema
38
38
run : |
39
39
shacl2code generate \
40
- --input spdx-spec/docs/model/ontology.rdf .ttl \
40
+ --input spdx-spec/docs/model/spdx-model .ttl \
41
41
--input spdx-spec/docs/model/jsonld-annotations.ttl \
42
- --context-url spdx-spec/docs/model/context.jsonld https://spdx.org/rdf/3.0.0/spdx-context.jsonld \
42
+ --context-url spdx-spec/docs/model/spdx- context.jsonld https://spdx.org/rdf/3.0.0/spdx-context.jsonld \
43
43
jsonschema \
44
44
--output spdx-spec/docs/model/schema.json
45
45
- name : Set git identity
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ mkdocs==1.5.3
2
2
json-schema-for-humans == 0.47
3
3
mkdocs-pdf-export-plugin == 0.5.10
4
4
mike == 1.1.2
5
- shacl2code == 0.0.9
5
+ shacl2code == 0.0.10
6
6
PyYAML >= 6.0.1
Original file line number Diff line number Diff line change 1
- @base <https://rdf. spdx.org/v3 /> .
1
+ @base <https://spdx.org/rdf/3.0.0/terms /> .
2
2
@prefix sh-to-code: <https://jpewdev.github.io/shacl2code/schema#> .
3
3
4
4
<Core/Element> ;
You can’t perform that action at this time.
0 commit comments