-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.json
89 lines (89 loc) · 1.4 KB
/
input.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"config": {
"foo": "bar"
},
"inlineConfig": {
"foo": "bar"
},
"mapTags": {
"foo": "bar",
"bar": "foo"
},
"mapReceiver": {
"foo": {
"title": "foo",
"email": "[email protected]",
"categories": [
"foo",
"bar"
],
"locations": [
{
"lat": 51.5167,
"long": 9.9167
}
],
"origin": {
"lat": 51.5167,
"long": 9.9167
}
}
},
"tags": [
"foo",
"bar"
],
"receiver": [
{
"title": "foo",
"email": "[email protected]",
"categories": [
"foo",
"bar"
],
"locations": [
{
"lat": 51.5167,
"long": 9.9167
}
],
"origin": {
"lat": 51.5167,
"long": 9.9167
}
}
],
"read": true,
"author": {
"title": "foo",
"email": "[email protected]",
"categories": [
"foo",
"bar"
],
"locations": [
{
"lat": 51.5167,
"long": 9.9167
}
],
"origin": {
"lat": 51.5167,
"long": 9.9167
}
},
"meta": {
"foo": "bar"
},
"sendDate": "2024-11-10",
"readDate": "2024-11-10T11:52:00",
"price": 13.37,
"rating": 1337,
"question": "foobar",
"content": "foobar",
"version": "foobar",
"coffeeTime": "11:52:00",
"g-recaptcha-response": "foobar",
"media.fields": "foobar",
"payload": "foobar"
}