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.
2 parents 0392f09 + c30ad22 commit d9a2f3aCopy full SHA for d9a2f3a
.github/workflows/reusable-generate_other_formats.yaml
@@ -64,7 +64,6 @@ jobs:
64
# generating jsonld context and removing generation_date field to avoid constant updates
65
linkml generate jsonld-context ${name}.yaml > ../jsonld-context-autogen/${name}.context.jsonld;
66
sed -i "/generation_date/d" ../jsonld-context-autogen/${name}.context.jsonld;
67
- python ../utils/modify_jsonldcontext.py ../jsonld-context-autogen/${name}.context.jsonld;
68
echo "jsonld-context generated";
69
linkml generate pydantic ${name}.yaml > ../models_py-autogen/${name}.py;
70
echo "pydantic model generated";
0 commit comments