forked from kenpachiii/cTAKES-Python-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswagger.yml
37 lines (35 loc) · 964 Bytes
/
swagger.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
swagger: "2.0"
info:
description: Coonects to the cTAKES Default Clinical Pipeline through a RESTful service!
version: "1.0.0"
title: cTAKES RESTful API
consumes:
- "application/json"
produces:
- "application/json"
basePath: "/api"
paths:
/defaultClinicalPipline:
get:
operationId: "files.read"
tags:
- "Default Clinical Pipeline"
summary: "Plain text file structure supported by the server application"
description: "Read plain text file"
responses:
200:
description: "Successful read plain text file operation!"
schema:
type: "array"
items:
properties:
id:
type: "string"
title:
type: "string"
author:
type: "string"
client_name:
type: "string"
timestamp:
type: "string"