Skip to content

Commit 838b15b

Browse files
committed
Added json files
1 parent f40708a commit 838b15b

6 files changed

Lines changed: 634 additions & 490 deletions

File tree

Lines changed: 54 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,66 @@
11
{
2+
"type": "object",
23
"properties": {
3-
"admin_graphql_api_id": {
4+
"id": {
45
"type": [
56
"null",
67
"string"
78
]
89
},
9-
"cost": {
10-
"type": [
11-
"null",
12-
"number"
13-
]
14-
},
15-
"country_code_of_origin": {
10+
"sku": {
1611
"type": [
1712
"null",
1813
"string"
1914
]
2015
},
21-
"country_harmonized_system_codes": {
22-
"items": {
23-
"properties": {
24-
"country_code": {
25-
"type": [
26-
"null",
27-
"string"
28-
]
29-
},
30-
"harmonized_system_code": {
31-
"type": [
32-
"null",
33-
"string"
34-
]
35-
}
36-
},
37-
"type": [
38-
"null",
39-
"object"
40-
]
41-
},
16+
"createdAt": {
4217
"type": [
4318
"null",
44-
"array"
45-
]
19+
"string"
20+
],
21+
"format": "date-time"
4622
},
47-
"created_at": {
23+
"updatedAt": {
4824
"type": [
4925
"null",
50-
"date-time"
51-
]
26+
"string"
27+
],
28+
"format": "date-time"
5229
},
53-
"harmonized_system_code": {
30+
"requiresShipping": {
5431
"type": [
5532
"null",
56-
"integer"
33+
"boolean"
5734
]
5835
},
59-
"id": {
36+
"unitCost": {
6037
"type": [
6138
"null",
62-
"integer"
63-
]
39+
"object"
40+
],
41+
"properties": {
42+
"amount": {
43+
"type": [
44+
"null",
45+
"string"
46+
],
47+
"format": "singer.decimal"
48+
}
49+
}
6450
},
65-
"province_code_of_origin": {
51+
"countryCodeOfOrigin": {
6652
"type": [
6753
"null",
6854
"string"
6955
]
7056
},
71-
"requires_shipping": {
57+
"provinceCodeOfOrigin": {
7258
"type": [
7359
"null",
74-
"boolean"
60+
"string"
7561
]
7662
},
77-
"sku": {
63+
"harmonizedSystemCode": {
7864
"type": [
7965
"null",
8066
"string"
@@ -86,12 +72,31 @@
8672
"boolean"
8773
]
8874
},
89-
"updated_at": {
75+
"countryHarmonizedSystemCodes": {
9076
"type": [
9177
"null",
92-
"date-time"
93-
]
78+
"array"
79+
],
80+
"items": {
81+
"type": [
82+
"null",
83+
"object"
84+
],
85+
"properties": {
86+
"countryCode": {
87+
"type": [
88+
"null",
89+
"string"
90+
]
91+
},
92+
"harmonizedSystemCode": {
93+
"type": [
94+
"null",
95+
"string"
96+
]
97+
}
98+
}
99+
}
94100
}
95-
},
96-
"type": "object"
97-
}
101+
}
102+
}
Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
{
22
"properties": {
3-
"admin_graphql_api_id": {
3+
"owner": {
44
"type": [
55
"null",
6-
"string"
7-
]
6+
"object"
7+
],
8+
"properties": {
9+
"id": {
10+
"type": [
11+
"null",
12+
"string"
13+
]
14+
}
15+
}
816
},
9-
"created_at": {
10-
"type": [
11-
"null",
12-
"date-time"
13-
]
14-
},
15-
"description": {
17+
"ownerType": {
1618
"type": [
1719
"null",
1820
"string"
1921
]
2022
},
21-
"id": {
23+
"value_type": {
2224
"type": [
2325
"null",
24-
"integer"
26+
"string"
2527
]
2628
},
2729
"key": {
@@ -30,51 +32,53 @@
3032
"string"
3133
]
3234
},
33-
"namespace": {
35+
"createdAt": {
3436
"type": [
3537
"null",
3638
"string"
37-
]
38-
},
39-
"owner_id": {
40-
"type": [
41-
"null",
42-
"integer"
43-
]
39+
],
40+
"format": "date-time"
4441
},
45-
"owner_resource": {
42+
"id": {
4643
"type": [
4744
"null",
4845
"string"
4946
]
5047
},
51-
"type": {
48+
"namespace": {
5249
"type": [
5350
"null",
5451
"string"
5552
]
5653
},
57-
"updated_at": {
54+
"description": {
5855
"type": [
5956
"null",
60-
"date-time"
57+
"string"
6158
]
6259
},
6360
"value": {
64-
"properties": {},
6561
"type": [
6662
"null",
6763
"integer",
6864
"object",
6965
"string"
70-
]
66+
],
67+
"properties": {}
7168
},
72-
"value_type": {
69+
"updatedAt": {
70+
"type": [
71+
"null",
72+
"string"
73+
],
74+
"format": "date-time"
75+
},
76+
"type": {
7377
"type": [
7478
"null",
7579
"string"
7680
]
7781
}
7882
},
7983
"type": "object"
80-
}
84+
}

0 commit comments

Comments
 (0)