@takeshape/schema 9.40.2 → 9.41.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/builtin-schema.js +10 -10
  2. package/dist/schema-util.js +1 -1
  3. package/dist/template-shapes/templates.d.ts +1 -1
  4. package/dist/template-shapes/templates.d.ts.map +1 -1
  5. package/dist/template-shapes/templates.js +16 -8
  6. package/dist/template-shapes/where.js +2 -2
  7. package/es/builtin-schema.js +10 -10
  8. package/es/schema-util.js +1 -1
  9. package/es/template-shapes/templates.js +15 -7
  10. package/es/template-shapes/where.js +3 -3
  11. package/examples/latest/betzino.json +51 -51
  12. package/examples/latest/real-world-schema.json +0 -240
  13. package/examples/latest/rick-and-morty-ast.json +51 -51
  14. package/examples/latest/rick-and-morty-graphql.json +51 -51
  15. package/examples/latest/shopify-product-2022-07.json +201 -201
  16. package/examples/latest/shopify-product-2023-04.json +201 -201
  17. package/examples/latest/shopify-store-with-widget.json +51 -51
  18. package/examples/latest/stripe-product-runtime-schema.json +201 -201
  19. package/examples/latest/stripe-starter-resolved.json +51 -51
  20. package/examples/source/betzino.json +52 -52
  21. package/examples/source/real-world-schema.json +4 -172
  22. package/examples/source/rick-and-morty-ast.json +302 -117
  23. package/examples/source/rick-and-morty-graphql.json +213 -92
  24. package/examples/source/shopify-product-2022-07.json +202 -202
  25. package/examples/source/shopify-product-2023-04.json +202 -202
  26. package/examples/source/shopify-store-with-widget.json +485 -135
  27. package/examples/source/stripe-product-runtime-schema.json +202 -202
  28. package/examples/source/stripe-starter-resolved.json +52 -52
  29. package/package.json +5 -5
@@ -23,7 +23,9 @@
23
23
  }
24
24
  },
25
25
  "defaultLocale": "en",
26
- "locales": ["en"],
26
+ "locales": [
27
+ "en"
28
+ ],
27
29
  "projectId": "a8b9ea5b-2522-442d-9b68-be0bef4a1a74",
28
30
  "version": 4,
29
31
  "schemaVersion": "3.8.0",
@@ -52,29 +54,29 @@
52
54
  "description": "Returns a list Asset in natural order.",
53
55
  "args": "TSListArgs<Asset>"
54
56
  },
55
- "getTsStaticSite": {
56
- "shape": "TsStaticSite",
57
+ "getTSStaticSite": {
58
+ "shape": "TSStaticSite",
57
59
  "resolver": {
58
60
  "name": "takeshape:get",
59
61
  "service": "takeshape:local",
60
62
  "options": {
61
- "model": "TsStaticSite"
63
+ "model": "TSStaticSite"
62
64
  }
63
65
  },
64
- "description": "Get a TsStaticSite by ID",
65
- "args": "TSGetArgs<TsStaticSite>"
66
+ "description": "Get a TSStaticSite by ID",
67
+ "args": "TSGetArgs<TSStaticSite>"
66
68
  },
67
- "getTsStaticSiteList": {
68
- "shape": "PaginatedList<TsStaticSite>",
69
+ "getTSStaticSiteList": {
70
+ "shape": "PaginatedList<TSStaticSite>",
69
71
  "resolver": {
70
72
  "name": "takeshape:list",
71
73
  "service": "takeshape:local",
72
74
  "options": {
73
- "model": "TsStaticSite"
75
+ "model": "TSStaticSite"
74
76
  }
75
77
  },
76
- "description": "Returns a list TsStaticSite in natural order.",
77
- "args": "TSListArgs<TsStaticSite>"
78
+ "description": "Returns a list TSStaticSite in natural order.",
79
+ "args": "TSListArgs<TSStaticSite>"
78
80
  },
79
81
  "getHomepage": {
80
82
  "shape": "Homepage",
@@ -188,7 +190,9 @@
188
190
  "@tag": "id"
189
191
  }
190
192
  },
191
- "required": ["id"]
193
+ "required": [
194
+ "id"
195
+ ]
192
196
  },
193
197
  "shape": "Rick_Character"
194
198
  },
@@ -263,53 +267,53 @@
263
267
  "description": "Delete Asset",
264
268
  "args": "DeleteArgs<Asset>"
265
269
  },
266
- "updateTsStaticSite": {
267
- "shape": "UpdateResult<TsStaticSite>",
270
+ "updateTSStaticSite": {
271
+ "shape": "UpdateResult<TSStaticSite>",
268
272
  "resolver": {
269
273
  "name": "takeshape:update",
270
274
  "service": "takeshape:local",
271
275
  "options": {
272
- "model": "TsStaticSite"
276
+ "model": "TSStaticSite"
273
277
  }
274
278
  },
275
- "description": "Update TsStaticSite",
276
- "args": "UpdateArgs<TsStaticSite>"
279
+ "description": "Update TSStaticSite",
280
+ "args": "UpdateArgs<TSStaticSite>"
277
281
  },
278
- "createTsStaticSite": {
279
- "shape": "CreateResult<TsStaticSite>",
282
+ "createTSStaticSite": {
283
+ "shape": "CreateResult<TSStaticSite>",
280
284
  "resolver": {
281
285
  "name": "takeshape:create",
282
286
  "service": "takeshape:local",
283
287
  "options": {
284
- "model": "TsStaticSite"
288
+ "model": "TSStaticSite"
285
289
  }
286
290
  },
287
- "description": "Create TsStaticSite",
288
- "args": "CreateArgs<TsStaticSite>"
291
+ "description": "Create TSStaticSite",
292
+ "args": "CreateArgs<TSStaticSite>"
289
293
  },
290
- "duplicateTsStaticSite": {
291
- "shape": "DuplicateResult<TsStaticSite>",
294
+ "duplicateTSStaticSite": {
295
+ "shape": "DuplicateResult<TSStaticSite>",
292
296
  "resolver": {
293
297
  "name": "takeshape:duplicate",
294
298
  "service": "takeshape:local",
295
299
  "options": {
296
- "model": "TsStaticSite"
300
+ "model": "TSStaticSite"
297
301
  }
298
302
  },
299
- "description": "Duplicate TsStaticSite",
300
- "args": "DuplicateArgs<TsStaticSite>"
303
+ "description": "Duplicate TSStaticSite",
304
+ "args": "DuplicateArgs<TSStaticSite>"
301
305
  },
302
- "deleteTsStaticSite": {
303
- "shape": "DeleteResult<TsStaticSite>",
306
+ "deleteTSStaticSite": {
307
+ "shape": "DeleteResult<TSStaticSite>",
304
308
  "resolver": {
305
309
  "name": "takeshape:delete",
306
310
  "service": "takeshape:local",
307
311
  "options": {
308
- "model": "TsStaticSite"
312
+ "model": "TSStaticSite"
309
313
  }
310
314
  },
311
- "description": "Delete TsStaticSite",
312
- "args": "DeleteArgs<TsStaticSite>"
315
+ "description": "Delete TSStaticSite",
316
+ "args": "DeleteArgs<TSStaticSite>"
313
317
  },
314
318
  "updateHomepage": {
315
319
  "shape": "UpdateResult<Homepage>",
@@ -501,7 +505,9 @@
501
505
  "type": "string"
502
506
  }
503
507
  },
504
- "required": ["id"]
508
+ "required": [
509
+ "id"
510
+ ]
505
511
  }
506
512
  },
507
513
  "TSColorHsl": {
@@ -713,12 +719,15 @@
713
719
  "@workflow": "default"
714
720
  }
715
721
  },
716
- "required": ["filename", "path"]
722
+ "required": [
723
+ "filename",
724
+ "path"
725
+ ]
717
726
  }
718
727
  },
719
- "TsStaticSite": {
728
+ "TSStaticSite": {
720
729
  "id": "SITE",
721
- "name": "TsStaticSite",
730
+ "name": "TSStaticSite",
722
731
  "title": "Static Site",
723
732
  "model": {
724
733
  "type": "multiple"
@@ -731,14 +740,14 @@
731
740
  "title": "Title",
732
741
  "@l10n": false,
733
742
  "minLength": 1,
734
- "@mapping": "takeshape:local:TsStaticSite.Ski9jLuXg"
743
+ "@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
735
744
  },
736
745
  "baseUrl": {
737
746
  "type": "string",
738
747
  "title": "Base URL",
739
748
  "@l10n": false,
740
749
  "minLength": 1,
741
- "@mapping": "takeshape:local:TsStaticSite.Bk3tNmrfE"
750
+ "@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
742
751
  },
743
752
  "provider": {
744
753
  "type": "string",
@@ -747,38 +756,50 @@
747
756
  "@l10n": false,
748
757
  "oneOf": [
749
758
  {
750
- "enum": ["s3"],
759
+ "enum": [
760
+ "s3"
761
+ ],
751
762
  "title": "S3"
752
763
  },
753
764
  {
754
- "enum": ["gcs"],
765
+ "enum": [
766
+ "gcs"
767
+ ],
755
768
  "title": "Google Cloud Storage"
756
769
  },
757
770
  {
758
- "enum": ["ftp"],
771
+ "enum": [
772
+ "ftp"
773
+ ],
759
774
  "title": "FTP Client"
760
775
  },
761
776
  {
762
- "enum": ["azure"],
777
+ "enum": [
778
+ "azure"
779
+ ],
763
780
  "title": "Azure Storage Account"
764
781
  },
765
782
  {
766
- "enum": ["netlify"],
783
+ "enum": [
784
+ "netlify"
785
+ ],
767
786
  "title": "Netlify"
768
787
  },
769
788
  {
770
- "enum": ["vercel"],
789
+ "enum": [
790
+ "vercel"
791
+ ],
771
792
  "title": "Vercel"
772
793
  }
773
794
  ],
774
- "@mapping": "takeshape:local:TsStaticSite.SkwbT2hqe"
795
+ "@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
775
796
  },
776
797
  "idKey": {
777
798
  "type": "string",
778
799
  "title": "Id Key",
779
800
  "@l10n": false,
780
801
  "minLength": 1,
781
- "@mapping": "takeshape:local:TsStaticSite.SyRhi8_me"
802
+ "@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
782
803
  },
783
804
  "secretKey": {
784
805
  "type": "string",
@@ -786,43 +807,43 @@
786
807
  "@l10n": false,
787
808
  "@sensitive": true,
788
809
  "minLength": 1,
789
- "@mapping": "takeshape:local:TsStaticSite.BkIajLdXl"
810
+ "@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
790
811
  },
791
812
  "destination": {
792
813
  "type": "string",
793
814
  "title": "Destination",
794
815
  "@l10n": false,
795
816
  "minLength": 1,
796
- "@mapping": "takeshape:local:TsStaticSite.Hk6TsIdXl"
817
+ "@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
797
818
  },
798
819
  "privateAcl": {
799
820
  "type": "boolean",
800
821
  "title": "Private ACL",
801
822
  "@l10n": false,
802
- "@mapping": "takeshape:local:TsStaticSite.ByFe48wWU"
823
+ "@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
803
824
  },
804
825
  "environmentVariables": {
805
826
  "type": "array",
806
827
  "title": "Environment Variables",
807
828
  "@l10n": false,
808
829
  "items": {
809
- "$ref": "#/shapes/TsStaticSiteEnvironmentVariables/schema"
830
+ "$ref": "#/shapes/TSStaticSiteEnvironmentVariables/schema"
810
831
  },
811
- "@mapping": "takeshape:local:TsStaticSite.9fj4UiNxY"
832
+ "@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
812
833
  },
813
834
  "triggers": {
814
835
  "type": "array",
815
836
  "title": "Publish Triggers",
816
837
  "@l10n": false,
817
838
  "items": {
818
- "$ref": "#/shapes/TsStaticSiteTriggers/schema"
839
+ "$ref": "#/shapes/TSStaticSiteTriggers/schema"
819
840
  }
820
841
  },
821
842
  "templateHash": {
822
843
  "type": "string",
823
844
  "title": "Template Hash",
824
845
  "@l10n": false,
825
- "@mapping": "takeshape:local:TsStaticSite.S1QA3GYI8"
846
+ "@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
826
847
  },
827
848
  "_id": {
828
849
  "title": "Id",
@@ -881,12 +902,16 @@
881
902
  "@workflow": "default"
882
903
  }
883
904
  },
884
- "required": ["title", "provider", "destination"]
905
+ "required": [
906
+ "title",
907
+ "provider",
908
+ "destination"
909
+ ]
885
910
  }
886
911
  },
887
- "TsStaticSiteEnvironmentVariables": {
912
+ "TSStaticSiteEnvironmentVariables": {
888
913
  "id": "9fj4UiNxY",
889
- "name": "TsStaticSiteEnvironmentVariables",
914
+ "name": "TSStaticSiteEnvironmentVariables",
890
915
  "title": "Static Site EnvironmentVariables",
891
916
  "schema": {
892
917
  "type": "object",
@@ -894,19 +919,19 @@
894
919
  "name": {
895
920
  "type": "string",
896
921
  "title": "Name",
897
- "@mapping": "takeshape:local:TsStaticSite.J8sbHgfdI"
922
+ "@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
898
923
  },
899
924
  "value": {
900
925
  "type": "string",
901
926
  "title": "Value",
902
- "@mapping": "takeshape:local:TsStaticSite.ndhh88DvG"
927
+ "@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
903
928
  }
904
929
  }
905
930
  }
906
931
  },
907
- "TsStaticSiteTriggers": {
908
- "id": "TsStaticSiteTriggers",
909
- "name": "TsStaticSiteTriggers",
932
+ "TSStaticSiteTriggers": {
933
+ "id": "TSStaticSiteTriggers",
934
+ "name": "TSStaticSiteTriggers",
910
935
  "title": "Static Site Triggers",
911
936
  "schema": {
912
937
  "type": "object",
@@ -1014,7 +1039,9 @@
1014
1039
  "@mapping": "takeshape:local:HomepageHero.H1vBnAv8-",
1015
1040
  "$ref": "#/shapes/TSRelationship/schema",
1016
1041
  "@relationship": {
1017
- "shapeIds": ["ASSET"],
1042
+ "shapeIds": [
1043
+ "ASSET"
1044
+ ],
1018
1045
  "type": "single"
1019
1046
  }
1020
1047
  },
@@ -1023,7 +1050,9 @@
1023
1050
  "@mapping": "takeshape:local:HomepageHero.SJ1Xo0v8b",
1024
1051
  "$ref": "#/shapes/TSRelationship/schema",
1025
1052
  "@relationship": {
1026
- "shapeIds": ["rJoobhv8W"],
1053
+ "shapeIds": [
1054
+ "rJoobhv8W"
1055
+ ],
1027
1056
  "type": "single",
1028
1057
  "relatedName": "heroFeaturedPost"
1029
1058
  }
@@ -1240,7 +1269,9 @@
1240
1269
  "$ref": "#/shapes/TSRelationship/schema"
1241
1270
  },
1242
1271
  "@relationship": {
1243
- "shapeIds": ["HJMNZ41OQ"],
1272
+ "shapeIds": [
1273
+ "HJMNZ41OQ"
1274
+ ],
1244
1275
  "type": "multiple"
1245
1276
  },
1246
1277
  "title": "Tags",
@@ -1255,7 +1286,9 @@
1255
1286
  "author": {
1256
1287
  "$ref": "#/shapes/TSRelationship/schema",
1257
1288
  "@relationship": {
1258
- "shapeIds": ["SJDIicDUZ"],
1289
+ "shapeIds": [
1290
+ "SJDIicDUZ"
1291
+ ],
1259
1292
  "type": "single"
1260
1293
  },
1261
1294
  "title": "Author",
@@ -1264,7 +1297,9 @@
1264
1297
  "featureImage": {
1265
1298
  "$ref": "#/shapes/TSRelationship/schema",
1266
1299
  "@relationship": {
1267
- "shapeIds": ["ASSET"],
1300
+ "shapeIds": [
1301
+ "ASSET"
1302
+ ],
1268
1303
  "type": "single"
1269
1304
  },
1270
1305
  "title": "Feature Image",
@@ -1333,7 +1368,11 @@
1333
1368
  "@workflow": "default"
1334
1369
  }
1335
1370
  },
1336
- "required": ["title", "slug", "featureImage"]
1371
+ "required": [
1372
+ "title",
1373
+ "slug",
1374
+ "featureImage"
1375
+ ]
1337
1376
  },
1338
1377
  "workflow": "default"
1339
1378
  },
@@ -1358,7 +1397,9 @@
1358
1397
  "@mapping": "takeshape:local:Author.BkyFrpUcb",
1359
1398
  "$ref": "#/shapes/TSRelationship/schema",
1360
1399
  "@relationship": {
1361
- "shapeIds": ["ASSET"],
1400
+ "shapeIds": [
1401
+ "ASSET"
1402
+ ],
1362
1403
  "type": "single"
1363
1404
  }
1364
1405
  },
@@ -1432,7 +1473,12 @@
1432
1473
  "@workflow": "default"
1433
1474
  }
1434
1475
  },
1435
- "required": ["name", "slug", "photo", "biography"]
1476
+ "required": [
1477
+ "name",
1478
+ "slug",
1479
+ "photo",
1480
+ "biography"
1481
+ ]
1436
1482
  }
1437
1483
  },
1438
1484
  "Rick_Character": {
@@ -1502,7 +1548,9 @@
1502
1548
  "description": "Time at which the character was created in the database."
1503
1549
  }
1504
1550
  },
1505
- "required": ["episode"]
1551
+ "required": [
1552
+ "episode"
1553
+ ]
1506
1554
  }
1507
1555
  },
1508
1556
  "Rick_FilterCharacter": {
@@ -1598,7 +1646,9 @@
1598
1646
  "description": "Time at which the location was created in the database."
1599
1647
  }
1600
1648
  },
1601
- "required": ["residents"]
1649
+ "required": [
1650
+ "residents"
1651
+ ]
1602
1652
  }
1603
1653
  },
1604
1654
  "Rick_Episode": {
@@ -1643,7 +1693,9 @@
1643
1693
  "description": "Time at which the episode was created in the database."
1644
1694
  }
1645
1695
  },
1646
- "required": ["characters"]
1696
+ "required": [
1697
+ "characters"
1698
+ ]
1647
1699
  }
1648
1700
  },
1649
1701
  "Rick_Info": {
@@ -1796,9 +1848,16 @@
1796
1848
  }
1797
1849
  }
1798
1850
  },
1799
- "TsStaticSite": {
1851
+ "TSStaticSite": {
1800
1852
  "default": {
1801
- "order": ["title", "provider", "destination", "idKey", "secretKey", "environmentVariables"],
1853
+ "order": [
1854
+ "title",
1855
+ "provider",
1856
+ "destination",
1857
+ "idKey",
1858
+ "secretKey",
1859
+ "environmentVariables"
1860
+ ],
1802
1861
  "properties": {
1803
1862
  "title": {
1804
1863
  "widget": "singleLineText",
@@ -1826,7 +1885,10 @@
1826
1885
  },
1827
1886
  "environmentVariables": {
1828
1887
  "widget": "repeater",
1829
- "order": ["name", "value"],
1888
+ "order": [
1889
+ "name",
1890
+ "value"
1891
+ ],
1830
1892
  "disabled": true,
1831
1893
  "properties": {
1832
1894
  "name": {
@@ -1842,7 +1904,11 @@
1842
1904
  }
1843
1905
  },
1844
1906
  "generalHeader": {
1845
- "order": ["title", "provider", "baseUrl"],
1907
+ "order": [
1908
+ "title",
1909
+ "provider",
1910
+ "baseUrl"
1911
+ ],
1846
1912
  "properties": {
1847
1913
  "title": {
1848
1914
  "widget": "singleLineText",
@@ -1859,11 +1925,17 @@
1859
1925
  }
1860
1926
  },
1861
1927
  "generalFooter": {
1862
- "order": ["environmentVariables", "triggers"],
1928
+ "order": [
1929
+ "environmentVariables",
1930
+ "triggers"
1931
+ ],
1863
1932
  "properties": {
1864
1933
  "environmentVariables": {
1865
1934
  "widget": "repeater",
1866
- "order": ["name", "value"],
1935
+ "order": [
1936
+ "name",
1937
+ "value"
1938
+ ],
1867
1939
  "disabled": true,
1868
1940
  "properties": {
1869
1941
  "name": {
@@ -1878,7 +1950,10 @@
1878
1950
  },
1879
1951
  "triggers": {
1880
1952
  "widget": "repeater",
1881
- "order": ["contentTypeId", "status"],
1953
+ "order": [
1954
+ "contentTypeId",
1955
+ "status"
1956
+ ],
1882
1957
  "disabled": true,
1883
1958
  "preview": "siteTriggerPreview",
1884
1959
  "properties": {
@@ -1895,7 +1970,12 @@
1895
1970
  }
1896
1971
  },
1897
1972
  "s3": {
1898
- "order": ["destination", "idKey", "secretKey", "privateAcl"],
1973
+ "order": [
1974
+ "destination",
1975
+ "idKey",
1976
+ "secretKey",
1977
+ "privateAcl"
1978
+ ],
1899
1979
  "properties": {
1900
1980
  "destination": {
1901
1981
  "widget": "singleLineText",
@@ -1921,7 +2001,12 @@
1921
2001
  }
1922
2002
  },
1923
2003
  "gcs": {
1924
- "order": ["destination", "idKey", "secretKey", "privateAcl"],
2004
+ "order": [
2005
+ "destination",
2006
+ "idKey",
2007
+ "secretKey",
2008
+ "privateAcl"
2009
+ ],
1925
2010
  "properties": {
1926
2011
  "destination": {
1927
2012
  "widget": "singleLineText",
@@ -1947,7 +2032,11 @@
1947
2032
  }
1948
2033
  },
1949
2034
  "ftp": {
1950
- "order": ["destination", "idKey", "secretKey"],
2035
+ "order": [
2036
+ "destination",
2037
+ "idKey",
2038
+ "secretKey"
2039
+ ],
1951
2040
  "properties": {
1952
2041
  "destination": {
1953
2042
  "widget": "singleLineText",
@@ -1968,7 +2057,10 @@
1968
2057
  }
1969
2058
  },
1970
2059
  "azure": {
1971
- "order": ["destination", "secretKey"],
2060
+ "order": [
2061
+ "destination",
2062
+ "secretKey"
2063
+ ],
1972
2064
  "properties": {
1973
2065
  "destination": {
1974
2066
  "widget": "singleLineText",
@@ -1984,7 +2076,9 @@
1984
2076
  }
1985
2077
  },
1986
2078
  "netlify": {
1987
- "order": ["destination"],
2079
+ "order": [
2080
+ "destination"
2081
+ ],
1988
2082
  "properties": {
1989
2083
  "destination": {
1990
2084
  "widget": "publishTargets",
@@ -1995,7 +2089,9 @@
1995
2089
  }
1996
2090
  },
1997
2091
  "vercel": {
1998
- "order": ["destination"],
2092
+ "order": [
2093
+ "destination"
2094
+ ],
1999
2095
  "properties": {
2000
2096
  "destination": {
2001
2097
  "widget": "publishTargets",
@@ -2022,10 +2118,16 @@
2022
2118
  }
2023
2119
  },
2024
2120
  "widget": "object",
2025
- "order": ["image", "featuredPost"]
2121
+ "order": [
2122
+ "image",
2123
+ "featuredPost"
2124
+ ]
2026
2125
  }
2027
2126
  },
2028
- "order": ["title", "hero"]
2127
+ "order": [
2128
+ "title",
2129
+ "hero"
2130
+ ]
2029
2131
  }
2030
2132
  },
2031
2133
  "SiteSettings": {
@@ -2035,7 +2137,9 @@
2035
2137
  "widget": "singleLineText"
2036
2138
  }
2037
2139
  },
2038
- "order": ["siteTitle"]
2140
+ "order": [
2141
+ "siteTitle"
2142
+ ]
2039
2143
  }
2040
2144
  },
2041
2145
  "Tags": {
@@ -2045,7 +2149,9 @@
2045
2149
  "widget": "singleLineText"
2046
2150
  }
2047
2151
  },
2048
- "order": ["name"]
2152
+ "order": [
2153
+ "name"
2154
+ ]
2049
2155
  }
2050
2156
  },
2051
2157
  "Post": {
@@ -2077,7 +2183,17 @@
2077
2183
  "widget": "wysiwygText"
2078
2184
  }
2079
2185
  },
2080
- "order": ["title", "slug", "characterId", "tags", "deck", "author", "featureImage", "body", "nested"]
2186
+ "order": [
2187
+ "title",
2188
+ "slug",
2189
+ "characterId",
2190
+ "tags",
2191
+ "deck",
2192
+ "author",
2193
+ "featureImage",
2194
+ "body",
2195
+ "nested"
2196
+ ]
2081
2197
  }
2082
2198
  },
2083
2199
  "Author": {
@@ -2097,7 +2213,12 @@
2097
2213
  "widget": "singleLineText"
2098
2214
  }
2099
2215
  },
2100
- "order": ["name", "slug", "photo", "biography"]
2216
+ "order": [
2217
+ "name",
2218
+ "slug",
2219
+ "photo",
2220
+ "biography"
2221
+ ]
2101
2222
  }
2102
2223
  }
2103
2224
  },
@@ -2115,4 +2236,4 @@
2115
2236
  }
2116
2237
  }
2117
2238
  }
2118
- }
2239
+ }