Skip to content

Commit 88deb84

Browse files
committed
tech feedback
1 parent 8ffaabc commit 88deb84

File tree

11 files changed

+3267
-6348
lines changed

11 files changed

+3267
-6348
lines changed

_data/taps/schemas/shopify/v3/json/abandoned_checkouts.json

Lines changed: 317 additions & 1684 deletions
Large diffs are not rendered by default.

_data/taps/schemas/shopify/v3/json/customers.json

Lines changed: 283 additions & 214 deletions
Large diffs are not rendered by default.
Lines changed: 130 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,47 @@
11
{
2+
"type": "object",
23
"properties": {
3-
"arguments": {
4-
"anyOf": [
5-
{
6-
"items": {},
7-
"type": [
8-
"null",
9-
"array"
10-
]
11-
},
12-
{
13-
"type": [
14-
"null",
15-
"string"
16-
]
17-
}
4+
"id": {
5+
"type": [
6+
"null",
7+
"string"
188
]
199
},
20-
"author": {
10+
"createdAt": {
11+
"type": [
12+
"null",
13+
"string"
14+
],
15+
"format": "date-time"
16+
},
17+
"action": {
2118
"type": [
2219
"null",
2320
"string"
2421
]
2522
},
26-
"body": {
23+
"appTitle": {
2724
"type": [
2825
"null",
2926
"string"
3027
]
3128
},
32-
"created_at": {
29+
"attributeToApp": {
3330
"type": [
3431
"null",
35-
"date-time"
32+
"boolean"
3633
]
3734
},
38-
"description": {
35+
"attributeToUser": {
3936
"type": [
4037
"null",
41-
"string"
38+
"boolean"
4239
]
4340
},
44-
"id": {
41+
"criticalAlert": {
4542
"type": [
4643
"null",
47-
"integer"
44+
"boolean"
4845
]
4946
},
5047
"message": {
@@ -53,30 +50,132 @@
5350
"string"
5451
]
5552
},
56-
"path": {
53+
"subjectId": {
54+
"type": [
55+
"null",
56+
"string"
57+
]
58+
},
59+
"subjectType": {
60+
"type": [
61+
"null",
62+
"string"
63+
]
64+
},
65+
"additionalContent": {
66+
"type": [
67+
"null",
68+
"string"
69+
]
70+
},
71+
"additionalData": {
5772
"type": [
5873
"null",
5974
"string"
6075
]
6176
},
62-
"subject_id": {
77+
"arguments": {
78+
"type": [
79+
"null",
80+
"array"
81+
],
82+
"items": {
83+
"type": [
84+
"null",
85+
"string"
86+
]
87+
}
88+
},
89+
"hasAdditionalContent": {
6390
"type": [
6491
"null",
65-
"integer"
92+
"boolean"
6693
]
6794
},
68-
"subject_type": {
95+
"secondaryMessage": {
6996
"type": [
7097
"null",
7198
"string"
7299
]
73100
},
74-
"verb": {
101+
"attachments": {
102+
"type": [
103+
"null",
104+
"array"
105+
],
106+
"items": {
107+
"type": "object",
108+
"properties": {
109+
"fileExtension": {
110+
"type": [
111+
"null",
112+
"string"
113+
]
114+
},
115+
"id": {
116+
"type": [
117+
"null",
118+
"string"
119+
]
120+
},
121+
"name": {
122+
"type": [
123+
"null",
124+
"string"
125+
]
126+
},
127+
"size": {
128+
"type": [
129+
"null",
130+
"integer"
131+
]
132+
},
133+
"url": {
134+
"type": [
135+
"null",
136+
"string"
137+
]
138+
}
139+
}
140+
}
141+
},
142+
"author": {
143+
"type": [
144+
"null",
145+
"object"
146+
],
147+
"properties": {
148+
"id": {
149+
"type": [
150+
"null",
151+
"string"
152+
]
153+
}
154+
}
155+
},
156+
"canDelete": {
157+
"type": [
158+
"null",
159+
"boolean"
160+
]
161+
},
162+
"canEdit": {
163+
"type": [
164+
"null",
165+
"boolean"
166+
]
167+
},
168+
"edited": {
169+
"type": [
170+
"null",
171+
"boolean"
172+
]
173+
},
174+
"rawMessage": {
75175
"type": [
76176
"null",
77177
"string"
78178
]
79179
}
80-
},
81-
"type": "object"
82-
}
180+
}
181+
}
Lines changed: 60 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,67 @@
11
{
2+
"type": "object",
23
"properties": {
3-
"admin_graphql_api_id": {
4-
"type": [
5-
"null",
6-
"string"
7-
]
4+
"id": {
5+
"type": ["null", "string"]
86
},
9-
"available": {
10-
"type": [
11-
"null",
12-
"integer"
13-
]
7+
"canDeactivate": {
8+
"type": ["null", "boolean"]
149
},
15-
"inventory_item_id": {
16-
"type": [
17-
"null",
18-
"integer"
19-
]
10+
"createdAt": {
11+
"type": ["null", "string"],
12+
"format": "date-time"
2013
},
21-
"location_id": {
22-
"type": [
23-
"null",
24-
"integer"
25-
]
14+
"updatedAt": {
15+
"type": ["null", "string"],
16+
"format": "date-time"
2617
},
27-
"updated_at": {
28-
"type": [
29-
"null",
30-
"date-time"
31-
]
18+
"deactivationAlert": {
19+
"type": ["null", "string"]
20+
},
21+
"item": {
22+
"type": ["null", "object"],
23+
"properties": {
24+
"id": {
25+
"type": ["null", "string"]
26+
},
27+
"variant": {
28+
"type": ["null", "object"],
29+
"properties": {
30+
"id": {
31+
"type": ["null", "string"]
32+
}
33+
}
34+
}
35+
}
36+
},
37+
"location": {
38+
"type": ["null", "object"],
39+
"properties": {
40+
"id": {
41+
"type": ["null", "string"]
42+
}
43+
}
44+
},
45+
"quantities": {
46+
"type": ["null", "array"],
47+
"items": {
48+
"type": "object",
49+
"properties": {
50+
"id": {
51+
"type": ["null", "string"]
52+
},
53+
"name": {
54+
"type": ["null", "string"]
55+
},
56+
"quantity": {
57+
"type": ["null", "integer"]
58+
},
59+
"updatedAt": {
60+
"type": ["null", "string"],
61+
"format": "date-time"
62+
}
63+
}
64+
}
3265
}
33-
},
34-
"type": "object"
35-
}
66+
}
67+
}

0 commit comments

Comments
 (0)