We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d151663 + 0522c26 commit a763f43Copy full SHA for a763f43
1 file changed
examples/wings/config.yaml
@@ -0,0 +1,27 @@
1
+ontologies:
2
+ - http://www.wings-workflows.org/ontology/workflow.owl
3
+ - http://www.wings-workflows.org/ontology/data.owl
4
+ - http://www.wings-workflows.org/ontology/component.owl
5
+name: wings
6
+output_dir: outputs
7
+
8
+openapi:
9
+ openapi: 3.0.1
10
+ info:
11
+ description: This is the API of the Wings Ontology
12
+ title: Wings Workflow Catalog
13
+ version: v1.4.0
14
+ externalDocs:
15
+ description: Wings Workflow Catalog
16
+ url: https://w3id.org/okn/o/sdm
17
+ servers:
18
+ - url: http://localhost:8080
19
20
+firebase:
21
+ key:
22
23
+endpoint:
24
+ url: http://localhost:3030/wings
25
+ prefix: http://www.wings-workflows.org/ontology
26
+ graph_base: http://localhost:3030/wings/data/
27
0 commit comments