-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproperty.yml
46 lines (42 loc) · 944 Bytes
/
property.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
38
39
40
41
42
43
Entity Column Property Annotation
---
tags:
- property
parameters:
- in: "formData"
name: "ann_source"
type: "string"
required: true
- name: subject_col_id
in: formData
required: true
type: integer
description: The id of the subject column (starting from 0).
- name: source
in: formData
required: true
type: file
description: The input file to be annotated
- name: k
in: formData
required: false
type: number
description: The number of top-k candidates
- name: class_uri
in: formData
required: false
type: string
description: The class of the subject column (will use a strict mode if the class is not passed)
responses:
200:
description: The properties are annotated
content:
application/json:
schema:
type: array
cols_properties:
type: object
properties:
type: array
header:
type: string