Skip to content

Commit b905b3f

Browse files
mvistrygithub-actions
andauthored
TDL-27255 - New Shopify v3 (#1106)
* Created sources for v3 * Automated commit: Generate foreign keys * Added metafields_ json * Updated yml * added metafileds_ * Updated links to json files * Updated link to API * tech feedback * Automated commit: Generate foreign keys * layout * layout * layout * moved content * fixed links * Layout * Revert "Automated commit: Generate foreign keys" This reverts commit 9c9cdab. * Automated commit: Generate foreign keys * updated foreign keys * Automated commit: Generate foreign keys * Updated orders.json * Revert "Updated orders.json" This reverts commit 40ed491. * test foreign keys * Automated commit: Generate foreign keys * Updated foreign keys * Automated commit: Generate foreign keys * Reapply "Updated orders.json" This reverts commit a5cf32b. * tech feedback * tech feedback: foreign keys * Automated commit: Generate foreign keys * updated foreign keys * Automated commit: Generate foreign keys * foreign keys * foreign key * Automated commit: Generate foreign keys * removed useless titles --------- Co-authored-by: github-actions <[email protected]>
1 parent a55e7b9 commit b905b3f

21 files changed

+7440
-1
lines changed

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

Lines changed: 1131 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
{
2+
"type": "object",
3+
"properties": {
4+
"id": {
5+
"type": [
6+
"null",
7+
"string"
8+
]
9+
},
10+
"title": {
11+
"type": [
12+
"null",
13+
"string"
14+
]
15+
},
16+
"handle": {
17+
"type": [
18+
"null",
19+
"string"
20+
]
21+
},
22+
"collectionType": {
23+
"type": [
24+
"null",
25+
"string"
26+
]
27+
},
28+
"updatedAt": {
29+
"type": [
30+
"null",
31+
"string"
32+
],
33+
"format": "date-time"
34+
},
35+
"productsCount": {
36+
"type": [
37+
"null",
38+
"object"
39+
],
40+
"properties": {
41+
"count": {
42+
"type": [
43+
"null",
44+
"integer"
45+
]
46+
},
47+
"precision": {
48+
"type": [
49+
"null",
50+
"string"
51+
]
52+
}
53+
}
54+
},
55+
"sortOrder": {
56+
"type": [
57+
"null",
58+
"string"
59+
]
60+
},
61+
"ruleSet": {
62+
"type": [
63+
"null",
64+
"object"
65+
],
66+
"properties": {
67+
"appliedDisjunctively": {
68+
"type": [
69+
"null",
70+
"boolean"
71+
]
72+
},
73+
"rules": {
74+
"type": [
75+
"null",
76+
"array"
77+
],
78+
"items": {
79+
"type": [
80+
"null",
81+
"object"
82+
],
83+
"properties": {
84+
"column": {
85+
"type": [
86+
"null",
87+
"string"
88+
]
89+
},
90+
"condition": {
91+
"type": [
92+
"null",
93+
"string"
94+
]
95+
},
96+
"relation": {
97+
"type": [
98+
"null",
99+
"string"
100+
]
101+
}
102+
}
103+
}
104+
}
105+
}
106+
},
107+
"seo": {
108+
"type": [
109+
"null",
110+
"object"
111+
],
112+
"properties": {
113+
"description": {
114+
"type": [
115+
"null",
116+
"string"
117+
]
118+
},
119+
"title": {
120+
"type": [
121+
"null",
122+
"string"
123+
]
124+
}
125+
}
126+
},
127+
"feedback": {
128+
"type": [
129+
"null",
130+
"object"
131+
],
132+
"properties": {
133+
"summary": {
134+
"type": [
135+
"null",
136+
"string"
137+
]
138+
}
139+
}
140+
},
141+
"products": {
142+
"type": [
143+
"null",
144+
"array"
145+
],
146+
"items": {
147+
"type": [
148+
"null",
149+
"string"
150+
]
151+
}
152+
}
153+
}
154+
}

0 commit comments

Comments
 (0)