Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github actions: Update to latest spec parser #901

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Generate JSON schema
run: |
shacl2code generate \
--input spdx-spec/docs/model/ontology.rdf.ttl \
--input spdx-spec/docs/model/spdx-model.ttl \
--input spdx-spec/docs/model/jsonld-annotations.ttl \
--context-url spdx-spec/docs/model/context.jsonld https://spdx.org/rdf/3.0.0/spdx-context.jsonld \
--context-url spdx-spec/docs/model/spdx-context.jsonld https://spdx.org/rdf/3.0.0/spdx-context.jsonld \
jsonschema \
--output spdx-spec/docs/model/schema.json
- name: Set git identity
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mkdocs==1.5.3
json-schema-for-humans==0.47
mkdocs-pdf-export-plugin==0.5.10
mike==1.1.2
shacl2code==0.0.9
shacl2code==0.0.10
PyYAML>=6.0.1
2 changes: 1 addition & 1 deletion serialization/jsonld/annotations.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@base <https://rdf.spdx.org/v3/> .
@base <https://spdx.org/rdf/3.0.0/terms/> .
@prefix sh-to-code: <https://jpewdev.github.io/shacl2code/schema#> .

<Core/Element> ;
Expand Down
Loading