We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7713 commit 93a5232Copy full SHA for 93a5232
src/spdx_tools/spdx3/writer/json_ld/process.md
@@ -1,5 +1,10 @@
1
# Workflow
2
3
+Official SPDX v3.0 serialization documentation and context file
4
+are available at: <https://spdx.github.io/spdx-spec/v3.0/serializations/>
5
+
6
+## Manually generate context file
7
8
Process to produce context file and a serialization example:
9
10
1. Run
@@ -21,8 +26,6 @@ Process to produce context file and a serialization example:
21
26
pyspdxtools3 -i ./tests/spdx/data/SPDXJSONExample-v2.3.spdx.json -o example_with_context
22
27
```
23
28
24
-## Manually
25
-
29
## Known limitations
30
31
- Validation of enums does not work
0 commit comments