-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest.json
More file actions
42 lines (42 loc) · 865 Bytes
/
request.json
File metadata and controls
42 lines (42 loc) · 865 Bytes
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
{
"request": {
"comparator": {
"attributes": {
"number_of_pages": {
"perfect_score": 250,
"weight": 100
},
"humor_rating": {
"perfect_score": 57
},
"sentence_complexity": {
"weight": 100
},
"child_friendliness": {
}
}
},
"candidates": {
"candidate_01": {
"attributes": {
"number_of_pages": 125,
"humor_rating": 12,
"child_friendliness": 73
},
"candidate_02": {
"attributes": {
"number_of_pages": 47
}
},
"candidate_03": {
"attributes": {
"number_of_pages": 125,
"humor_rating": 12,
"child_friendliness": 73,
"not processed": 23
}
}
}
}
}
}