2021-01-14 09:15:56 +08:00
|
|
|
{
|
|
|
|
"language": "test",
|
|
|
|
"groups": [
|
|
|
|
[0, 100],
|
|
|
|
[101, 300],
|
|
|
|
[301, 600],
|
|
|
|
[601, 9999]
|
|
|
|
],
|
|
|
|
"quotes": [
|
2021-01-14 09:21:17 +08:00
|
|
|
{ "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 },
|
2021-01-14 09:21:45 +08:00
|
|
|
{
|
|
|
|
"text": "Another quote",
|
|
|
|
"source": "Someone else",
|
|
|
|
"length": 13,
|
|
|
|
"id": 2
|
|
|
|
},
|
2021-01-14 09:27:03 +08:00
|
|
|
{
|
|
|
|
"text": "Another quote",
|
|
|
|
"source": "Someone else",
|
|
|
|
"length": 13,
|
|
|
|
"id": 3
|
|
|
|
},
|
2021-01-14 10:18:23 +08:00
|
|
|
{
|
|
|
|
"text": "Another quote",
|
|
|
|
"source": "Someone else",
|
|
|
|
"length": 13,
|
|
|
|
"id": 4
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "This is a test quote",
|
|
|
|
"source": "miodec",
|
|
|
|
"length": 20,
|
|
|
|
"id": 5
|
2021-01-14 10:19:27 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "This is a super awesome quote that it should just accept without complaining because its not that similar",
|
|
|
|
"source": "miodec",
|
|
|
|
"length": 105,
|
|
|
|
"id": 6
|
2021-01-14 10:18:23 +08:00
|
|
|
}
|
2021-01-14 09:15:56 +08:00
|
|
|
]
|
|
|
|
}
|