Skip to content

Commit 39e210a

Browse files
committed
Created v2
1 parent f4b59c6 commit 39e210a

17 files changed

+8827
-3
lines changed

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

Lines changed: 1717 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"properties": {
3+
"collection_id": {
4+
"type": [
5+
"null",
6+
"integer"
7+
]
8+
},
9+
"created_at": {
10+
"type": [
11+
"null",
12+
"date-time"
13+
]
14+
},
15+
"id": {
16+
"type": [
17+
"null",
18+
"integer"
19+
]
20+
},
21+
"position": {
22+
"type": [
23+
"null",
24+
"integer"
25+
]
26+
},
27+
"product_id": {
28+
"type": [
29+
"null",
30+
"integer"
31+
]
32+
},
33+
"sort_value": {
34+
"type": [
35+
"null",
36+
"string"
37+
]
38+
},
39+
"updated_at": {
40+
"type": [
41+
"null",
42+
"date-time"
43+
]
44+
}
45+
},
46+
"type": "object"
47+
}
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"properties": {
3+
"admin_graphql_api_id": {
4+
"type": [
5+
"null",
6+
"string"
7+
]
8+
},
9+
"body_html": {
10+
"type": [
11+
"null",
12+
"string"
13+
]
14+
},
15+
"handle": {
16+
"type": [
17+
"null",
18+
"string"
19+
]
20+
},
21+
"id": {
22+
"type": [
23+
"null",
24+
"integer"
25+
]
26+
},
27+
"image": {
28+
"properties": {
29+
"alt": {
30+
"type": [
31+
"null",
32+
"string"
33+
]
34+
},
35+
"created_at": {
36+
"type": [
37+
"null",
38+
"string"
39+
]
40+
},
41+
"height": {
42+
"type": [
43+
"null",
44+
"integer"
45+
]
46+
},
47+
"src": {
48+
"type": [
49+
"null",
50+
"string"
51+
]
52+
},
53+
"width": {
54+
"type": [
55+
"null",
56+
"integer"
57+
]
58+
}
59+
},
60+
"type": [
61+
"null",
62+
"object"
63+
]
64+
},
65+
"published_at": {
66+
"type": [
67+
"null",
68+
"string"
69+
]
70+
},
71+
"published_scope": {
72+
"type": [
73+
"null",
74+
"string"
75+
]
76+
},
77+
"sort_order": {
78+
"type": [
79+
"null",
80+
"string"
81+
]
82+
},
83+
"template_suffix": {
84+
"type": [
85+
"null",
86+
"string"
87+
]
88+
},
89+
"title": {
90+
"type": [
91+
"null",
92+
"string"
93+
]
94+
},
95+
"updated_at": {
96+
"type": [
97+
"null",
98+
"string"
99+
]
100+
}
101+
},
102+
"type": "object"
103+
}

0 commit comments

Comments
 (0)