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 a54ba34 commit 263ff62Copy full SHA for 263ff62
.github/workflows/cd.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
submodules: recursive
18
19
- - name: Update Assembly Version
+ - name: Generate files and update Assembly Version
20
shell: bash
21
run: |
22
cd ./.generator/SchemaGenerator
.openapi-docs/config.json
@@ -0,0 +1,10 @@
1
+{
2
+ "sdkName": "DragonflySchema",
3
+ "moduleName":"dragonfly_schema",
4
+ "baseURL": "https://www.ladybug.tools/dragonfly-schema",
5
+ "files":[
6
+ "model_inheritance.json",
7
+ "model_mapper.json"
8
+ ]
9
+
10
+}
0 commit comments