File tree Expand file tree Collapse file tree 9 files changed +153
-1
lines changed
exemplars/2025-04/collections Expand file tree Collapse file tree 9 files changed +153
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : 123 ,
3+ "handle" : " example string" ,
4+ "title" : " example string" ,
5+ "updated_at" : " 2019-01-01 00:00:00.000Z" ,
6+ "body_html" : " example string" ,
7+ "published_at" : " 2019-01-01 00:00:00.000Z" ,
8+ "sort_order" : " example string" ,
9+ "template_suffix" : " example string" ,
10+ "disjunctive" : true ,
11+ "rules" : [
12+ {
13+ "column" : " example string" ,
14+ "relation" : " example string" ,
15+ "condition" : " example string"
16+ }
17+ ],
18+ "published_scope" : " example string" ,
19+ "admin_graphql_api_id" : " https://www.example.com/"
20+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " shopify-webhook-schemas" ,
3- "version" : " 0.2.9 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " " ,
55 "main" : " dist/src/index.js" ,
66 "type" : " commonjs" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change 88 "body_html" : {
99 "type" : " string"
1010 },
11+ "disjunctive" : {
12+ "type" : " boolean"
13+ },
1114 "handle" : {
1215 "type" : " string"
1316 },
4144 "published_scope" : {
4245 "type" : " string"
4346 },
47+ "rules" : {
48+ "items" : {
49+ "properties" : {
50+ "column" : {
51+ "type" : " string"
52+ },
53+ "condition" : {
54+ "type" : " string"
55+ },
56+ "relation" : {
57+ "type" : " string"
58+ }
59+ },
60+ "type" : " object"
61+ },
62+ "type" : " array"
63+ },
4464 "sort_order" : {
4565 "type" : [
4666 " null" ,
Original file line number Diff line number Diff line change @@ -690,6 +690,18 @@ export const overrides: { topics: string[]; schema: any; required?: string[]; ve
690690 width : { type : "number" } ,
691691 } ,
692692 } ,
693+ rules : {
694+ type : "array" ,
695+ items : {
696+ type : "object" ,
697+ properties : {
698+ column : { type : "string" } ,
699+ relation : { type : "string" } ,
700+ condition : { type : "string" } ,
701+ } ,
702+ } ,
703+ } ,
704+ disjunctive : { type : "boolean" } ,
693705 } ,
694706 } ,
695707 {
You can’t perform that action at this time.
0 commit comments