-
Notifications
You must be signed in to change notification settings - Fork 2
/
generatedDataSample.json
101 lines (101 loc) · 2.71 KB
/
generatedDataSample.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
90
91
92
93
94
95
96
97
98
99
100
101
{
"Products": [
{
"ID": 9,
"Name": "Name 1",
"Description": "Description 1",
"ReleaseDate": "/Date(967811009000)/",
"DiscontinuedDate": "/Date(1114259009000)/",
"Rating": 416,
"Price": 0.00985394674611232,
"__metadata": { "uri": "/Products(9)", "type": "ODataDemo.Product" },
"Categories": { "__deferred": { "uri": "/Products(9)/Categories" } },
"Supplier": { "__deferred": { "uri": "/Products(9)/Supplier" } },
"ProductDetail": { "__deferred": { "uri": "/Products(9)/ProductDetail" } }
}
],
"ProductDetails": [
{
"ProductID": 6671,
"Details": "Details 1",
"__metadata": {
"uri": "/ProductDetails(6671)",
"type": "ODataDemo.ProductDetail"
},
"Product": { "__deferred": { "uri": "/ProductDetails(6671)/Product" } }
}
],
"Categories": [
{
"ID": 2613,
"Name": "Name 1",
"__metadata": {
"uri": "/Categories(2613)",
"type": "ODataDemo.Category"
},
"Products": { "__deferred": { "uri": "/Categories(2613)/Products" } }
}
],
"Suppliers": [
{
"ID": 7960,
"Name": "Name 1",
"Address": {
"Street": "Street 1",
"City": "City 1",
"State": "State 1",
"ZipCode": "ZipCode 1",
"Country": "Country 1"
},
"Location": {},
"Concurrency": 2584,
"__metadata": { "uri": "/Suppliers(7960)", "type": "ODataDemo.Supplier" },
"Products": { "__deferred": { "uri": "/Suppliers(7960)/Products" } }
}
],
"Persons": [
{
"ID": 5101,
"Name": "Name 1",
"__metadata": { "uri": "/Persons(5101)", "type": "ODataDemo.Person" },
"PersonDetail": { "__deferred": { "uri": "/Persons(5101)/PersonDetail" } }
}
],
"PersonDetails": [
{
"PersonID": 7638,
"Age": 0,
"Gender": true,
"Phone": "Phone 1",
"Address": {
"Street": "Street 1",
"City": "City 1",
"State": "State 1",
"ZipCode": "ZipCode 1",
"Country": "Country 1"
},
"Photo": {},
"__metadata": {
"uri": "/PersonDetails(7638)",
"type": "ODataDemo.PersonDetail"
},
"Person": { "__deferred": { "uri": "/PersonDetails(7638)/Person" } }
}
],
"Advertisements": [
{
"ID": "00a4c48c-0dfc-4507-abc6-9b54a431b788",
"Name": "Name 1",
"AirDate": "/Date(1264166609000)/",
"__metadata": {
"uri": "/Advertisements(guid'00a4c48c-0dfc-4507-abc6-9b54a431b788')",
"type": "ODataDemo.Advertisement"
},
"FeaturedProduct": {
"__deferred": {
"uri": "/Advertisements(guid'00a4c48c-0dfc-4507-abc6-9b54a431b788')/FeaturedProduct"
}
}
}
]
}