Skip to content

Commit

Permalink
Merge pull request #166 from KnowledgeCaptureAndDiscovery/issue164
Browse files Browse the repository at this point in the history
handle error if default prefix ontology is missing
  • Loading branch information
dgarijo authored Jul 8, 2022
2 parents bb0b139 + 6ce7acb commit e5c820b
Show file tree
Hide file tree
Showing 3 changed files with 4,349 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/jazz/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ontologies:
- examples/jazz/qm.xml
name: rqm-test
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is an API example for the Software Description Ontology for models [https://w3id.org/okn/o/sdm](https://w3id.org/okn/o/sdm).
title: Jazz Catalog
version: v7.0.2
externalDocs:
description: Jazz Catalog
url: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
servers:
- url: https://elmwb.com:9443/qm

endpoint:
url: https://elmwb.com:9443/qm

enable_get_paths: true
enable_post_paths: false
enable_delete_paths: false
enable_put_paths: false

follow_references: true

Loading

0 comments on commit e5c820b

Please sign in to comment.