Skip to content

Instantly share code, notes, and snippets.

@micheldumontier
Last active January 10, 2018 16:22
Show Gist options
  • Save micheldumontier/97842b604212b89af9bb715a39d5c39a to your computer and use it in GitHub Desktop.
Save micheldumontier/97842b604212b89af9bb715a39d5c39a to your computer and use it in GitHub Desktop.
A minimal monarch biolink API description
openapi: 3.0.0
info:
title: Monarch-Biolink API
version: 0.1.1
description: The Biolink API serves data from the Monarch Initiative SciGraph database - a neo4j database holding semantically integrated data from a variety of biological/biomedical community databases, with a focus on genotype-phenotype related resources. Most data represents manually-curated knowledge derived from the published literature or research studies.
termsOfService: https://monarchinitiative.org/page/disclaimer
contact:
name: contact name
email: contact@resource.org
x-role: responsible developer
externalDocs:
description: Main resource documentation
url: https://monarchinitiative.org/page/about
x-externalResources:
- x-url: https://monarchinitiative.org/about/sources
description: a list of the primary data sources
x-type: documentation
servers:
- url: https://api.monarchinitiative.org/api
tags:
- name: translator
- name: orange team
- name: curated data
paths:
/:
get:
responses:
'200':
description: A list of the API operations
content:
'text/html': {}
'application/json': {}
'application/xml': {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment