Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for functional properties #113

Merged
merged 1 commit into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions examples/example/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
ontologies:
- examples/example/example.owl
name: example
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is the API for the example ontology
title: Example ontology
version: v1.5.0
externalDocs:
description: Example ontology
url: https://w3id.org/example
servers:
- url: http://localhost:8080/v1.5.0

firebase:
key: "test"

endpoint:
url: http://localhost:8080/example-1.5.0
prefix: https://w3id.org/example
graph_base: http://localhost:8080/example-1.5.0/data/

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

auth:
provider: firebase
follow_references: true
Loading