@takeshape/schema 8.57.0 → 8.61.0
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.
- package/es/index.js +2 -1
- package/es/migration/index.js +11 -1
- package/es/migration/to/v3.0.0.js +19 -1
- package/es/migration/to/v3.12.3.js +81 -0
- package/es/migration/to/v3.13.0.js +21 -0
- package/es/migration/utils.js +0 -17
- package/es/project-schema/index.js +2 -0
- package/es/project-schema/v3.12.3.js +1 -0
- package/es/project-schema/v3.13.0.js +1 -0
- package/es/relationships.js +17 -0
- package/es/schema-util.js +9 -4
- package/es/schemas/index.js +5 -3
- package/es/schemas/index.ts +6 -2
- package/es/schemas/project-schema/v3.12.3.json +2358 -0
- package/es/schemas/project-schema/v3.13.0.json +2371 -0
- package/es/types/utils.js +7 -1
- package/es/validate.js +11 -14
- package/examples/latest/betzino.json +2325 -516
- package/examples/latest/blog-schema.json +14 -5
- package/examples/latest/brewery-schema.json +4 -1
- package/examples/latest/complex-project-schema.json +100 -1
- package/examples/latest/fabric-ecommerce.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +673 -1
- package/examples/latest/massive-schema.json +272 -17
- package/examples/latest/mill-components-schema.json +43 -4
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +6 -3
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +18 -3
- package/examples/latest/recursive-repeater-schema.json +4 -1
- package/examples/latest/recursive-schema.json +4 -1
- package/examples/latest/rick-and-morty-ast.json +43 -10
- package/examples/latest/rick-and-morty-graphql.json +24 -6
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +10 -1
- package/examples/latest/shape-books-v3_2_0.json +40 -7
- package/examples/latest/shape-books.json +40 -7
- package/examples/latest/shopify-lookbook.json +11 -5
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-starter-resolved.json +5 -2
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +14 -0
- package/lib/migration/index.d.ts.map +1 -1
- package/lib/migration/index.js +12 -0
- package/lib/migration/to/v3.0.0.d.ts.map +1 -1
- package/lib/migration/to/v3.0.0.js +19 -1
- package/lib/migration/to/v3.12.3.d.ts +4 -0
- package/lib/migration/to/v3.12.3.d.ts.map +1 -0
- package/lib/migration/to/v3.12.3.js +91 -0
- package/lib/migration/to/v3.13.0.d.ts +4 -0
- package/lib/migration/to/v3.13.0.d.ts.map +1 -0
- package/lib/migration/to/v3.13.0.js +32 -0
- package/lib/migration/utils.d.ts +0 -2
- package/lib/migration/utils.d.ts.map +1 -1
- package/lib/migration/utils.js +0 -19
- package/lib/project-schema/index.d.ts +5 -1
- package/lib/project-schema/index.d.ts.map +1 -1
- package/lib/project-schema/index.js +43 -17
- package/lib/project-schema/latest.d.ts +50 -16
- package/lib/project-schema/latest.d.ts.map +1 -1
- package/lib/project-schema/v3.12.3.d.ts +1307 -0
- package/lib/project-schema/v3.12.3.d.ts.map +1 -0
- package/lib/project-schema/v3.12.3.js +5 -0
- package/lib/project-schema/v3.13.0.d.ts +1318 -0
- package/lib/project-schema/v3.13.0.d.ts.map +1 -0
- package/lib/project-schema/v3.13.0.js +5 -0
- package/lib/project-schema/v4.0.0.d.ts +69 -0
- package/lib/project-schema/v4.0.0.d.ts.map +1 -1
- package/lib/relationships.d.ts +3 -0
- package/lib/relationships.d.ts.map +1 -0
- package/lib/relationships.js +24 -0
- package/lib/schema-util.d.ts +1 -0
- package/lib/schema-util.d.ts.map +1 -1
- package/lib/schema-util.js +9 -4
- package/lib/schemas/index.d.ts +2 -2
- package/lib/schemas/index.d.ts.map +1 -1
- package/lib/schemas/index.js +23 -19
- package/lib/schemas/index.ts +6 -2
- package/lib/schemas/project-schema/v3.12.3.json +2358 -0
- package/lib/schemas/project-schema/v3.13.0.json +2371 -0
- package/lib/types/types.d.ts +2 -2
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/utils.d.ts +4 -1
- package/lib/types/utils.d.ts.map +1 -1
- package/lib/types/utils.js +13 -2
- package/lib/validate.d.ts.map +1 -1
- package/lib/validate.js +11 -14
- package/package.json +4 -4
|
@@ -1148,6 +1148,9 @@
|
|
|
1148
1148
|
"Bkw27qxKS"
|
|
1149
1149
|
],
|
|
1150
1150
|
"type": "multiple"
|
|
1151
|
+
},
|
|
1152
|
+
"@backReference": {
|
|
1153
|
+
"enabled": true
|
|
1151
1154
|
}
|
|
1152
1155
|
},
|
|
1153
1156
|
"classes": {
|
|
@@ -1162,6 +1165,9 @@
|
|
|
1162
1165
|
"BkIqHcgtr"
|
|
1163
1166
|
],
|
|
1164
1167
|
"type": "multiple"
|
|
1168
|
+
},
|
|
1169
|
+
"@backReference": {
|
|
1170
|
+
"enabled": true
|
|
1165
1171
|
}
|
|
1166
1172
|
},
|
|
1167
1173
|
"multi": {
|
|
@@ -1202,6 +1208,9 @@
|
|
|
1202
1208
|
"rkSKzhetS"
|
|
1203
1209
|
],
|
|
1204
1210
|
"type": "single"
|
|
1211
|
+
},
|
|
1212
|
+
"@backReference": {
|
|
1213
|
+
"enabled": true
|
|
1205
1214
|
}
|
|
1206
1215
|
},
|
|
1207
1216
|
"header": {
|
|
@@ -1228,6 +1237,9 @@
|
|
|
1228
1237
|
"BkIqHcgtr"
|
|
1229
1238
|
],
|
|
1230
1239
|
"type": "multiple"
|
|
1240
|
+
},
|
|
1241
|
+
"@backReference": {
|
|
1242
|
+
"enabled": true
|
|
1231
1243
|
}
|
|
1232
1244
|
}
|
|
1233
1245
|
},
|
|
@@ -1265,6 +1277,9 @@
|
|
|
1265
1277
|
"HJBlYXpur"
|
|
1266
1278
|
],
|
|
1267
1279
|
"type": "multiple"
|
|
1280
|
+
},
|
|
1281
|
+
"@backReference": {
|
|
1282
|
+
"enabled": true
|
|
1268
1283
|
}
|
|
1269
1284
|
},
|
|
1270
1285
|
"slug": {
|
|
@@ -1285,6 +1300,9 @@
|
|
|
1285
1300
|
"BkIqHcgtr"
|
|
1286
1301
|
],
|
|
1287
1302
|
"type": "multiple"
|
|
1303
|
+
},
|
|
1304
|
+
"@backReference": {
|
|
1305
|
+
"enabled": true
|
|
1288
1306
|
}
|
|
1289
1307
|
}
|
|
1290
1308
|
},
|
|
@@ -1333,6 +1351,9 @@
|
|
|
1333
1351
|
"BkIqHcgtr"
|
|
1334
1352
|
],
|
|
1335
1353
|
"type": "multiple"
|
|
1354
|
+
},
|
|
1355
|
+
"@backReference": {
|
|
1356
|
+
"enabled": true
|
|
1336
1357
|
}
|
|
1337
1358
|
}
|
|
1338
1359
|
},
|
|
@@ -1440,6 +1461,9 @@
|
|
|
1440
1461
|
"ASSET"
|
|
1441
1462
|
],
|
|
1442
1463
|
"type": "single"
|
|
1464
|
+
},
|
|
1465
|
+
"@backReference": {
|
|
1466
|
+
"enabled": true
|
|
1443
1467
|
}
|
|
1444
1468
|
},
|
|
1445
1469
|
"slug": {
|
|
@@ -1592,6 +1616,9 @@
|
|
|
1592
1616
|
"HkCod7TOS"
|
|
1593
1617
|
],
|
|
1594
1618
|
"type": "multiple"
|
|
1619
|
+
},
|
|
1620
|
+
"@backReference": {
|
|
1621
|
+
"enabled": true
|
|
1595
1622
|
}
|
|
1596
1623
|
},
|
|
1597
1624
|
"slug": {
|
|
@@ -1612,6 +1639,9 @@
|
|
|
1612
1639
|
"BkIqHcgtr"
|
|
1613
1640
|
],
|
|
1614
1641
|
"type": "multiple"
|
|
1642
|
+
},
|
|
1643
|
+
"@backReference": {
|
|
1644
|
+
"enabled": true
|
|
1615
1645
|
}
|
|
1616
1646
|
}
|
|
1617
1647
|
},
|
|
@@ -1662,7 +1692,10 @@
|
|
|
1662
1692
|
"type": "multiple"
|
|
1663
1693
|
},
|
|
1664
1694
|
"title": "Classes",
|
|
1665
|
-
"@mapping": "takeshape:local:Dialog.sSSGKYDu8"
|
|
1695
|
+
"@mapping": "takeshape:local:Dialog.sSSGKYDu8",
|
|
1696
|
+
"@backReference": {
|
|
1697
|
+
"enabled": true
|
|
1698
|
+
}
|
|
1666
1699
|
},
|
|
1667
1700
|
"dimensions": {
|
|
1668
1701
|
"type": "object",
|
|
@@ -1701,7 +1734,10 @@
|
|
|
1701
1734
|
"type": "multiple"
|
|
1702
1735
|
},
|
|
1703
1736
|
"title": "Components",
|
|
1704
|
-
"@mapping": "takeshape:local:Dialog.C7Y-4Furz"
|
|
1737
|
+
"@mapping": "takeshape:local:Dialog.C7Y-4Furz",
|
|
1738
|
+
"@backReference": {
|
|
1739
|
+
"enabled": true
|
|
1740
|
+
}
|
|
1705
1741
|
}
|
|
1706
1742
|
}
|
|
1707
1743
|
}
|
|
@@ -1781,12 +1817,15 @@
|
|
|
1781
1817
|
"type": "multiple"
|
|
1782
1818
|
},
|
|
1783
1819
|
"title": "Components",
|
|
1784
|
-
"@mapping": "takeshape:local:ComponentCollection.zocG0CX3A"
|
|
1820
|
+
"@mapping": "takeshape:local:ComponentCollection.zocG0CX3A",
|
|
1821
|
+
"@backReference": {
|
|
1822
|
+
"enabled": true
|
|
1823
|
+
}
|
|
1785
1824
|
}
|
|
1786
1825
|
}
|
|
1787
1826
|
}
|
|
1788
1827
|
}
|
|
1789
1828
|
},
|
|
1790
|
-
"schemaVersion": "3.
|
|
1829
|
+
"schemaVersion": "3.13.0",
|
|
1791
1830
|
"services": {}
|
|
1792
1831
|
}
|
|
@@ -189,8 +189,11 @@
|
|
|
189
189
|
"shapeIds": [
|
|
190
190
|
"tagContentTypeId"
|
|
191
191
|
],
|
|
192
|
-
"type": "multiple"
|
|
193
|
-
|
|
192
|
+
"type": "multiple"
|
|
193
|
+
},
|
|
194
|
+
"@backReference": {
|
|
195
|
+
"enabled": true,
|
|
196
|
+
"name": "firstTags"
|
|
194
197
|
}
|
|
195
198
|
}
|
|
196
199
|
},
|
|
@@ -220,6 +223,6 @@
|
|
|
220
223
|
}
|
|
221
224
|
}
|
|
222
225
|
},
|
|
223
|
-
"schemaVersion": "3.
|
|
226
|
+
"schemaVersion": "3.13.0",
|
|
224
227
|
"services": {}
|
|
225
228
|
}
|
|
@@ -511,6 +511,9 @@
|
|
|
511
511
|
"ry9SoTEGl"
|
|
512
512
|
],
|
|
513
513
|
"type": "multiple"
|
|
514
|
+
},
|
|
515
|
+
"@backReference": {
|
|
516
|
+
"enabled": true
|
|
514
517
|
}
|
|
515
518
|
},
|
|
516
519
|
"_version": {
|
|
@@ -531,6 +534,9 @@
|
|
|
531
534
|
"ASSET"
|
|
532
535
|
],
|
|
533
536
|
"type": "single"
|
|
537
|
+
},
|
|
538
|
+
"@backReference": {
|
|
539
|
+
"enabled": true
|
|
534
540
|
}
|
|
535
541
|
},
|
|
536
542
|
"_createdAt": {
|
|
@@ -649,8 +655,11 @@
|
|
|
649
655
|
"shapeIds": [
|
|
650
656
|
"ry9SoTEGl"
|
|
651
657
|
],
|
|
652
|
-
"type": "multiple"
|
|
653
|
-
|
|
658
|
+
"type": "multiple"
|
|
659
|
+
},
|
|
660
|
+
"@backReference": {
|
|
661
|
+
"enabled": true,
|
|
662
|
+
"name": "relatedPosts"
|
|
654
663
|
}
|
|
655
664
|
},
|
|
656
665
|
"_createdAt": {
|
|
@@ -682,6 +691,9 @@
|
|
|
682
691
|
"ASSET"
|
|
683
692
|
],
|
|
684
693
|
"type": "single"
|
|
694
|
+
},
|
|
695
|
+
"@backReference": {
|
|
696
|
+
"enabled": true
|
|
685
697
|
}
|
|
686
698
|
},
|
|
687
699
|
"text": {
|
|
@@ -741,6 +753,9 @@
|
|
|
741
753
|
"r1wsT6Efx"
|
|
742
754
|
],
|
|
743
755
|
"type": "multiple"
|
|
756
|
+
},
|
|
757
|
+
"@backReference": {
|
|
758
|
+
"enabled": true
|
|
744
759
|
}
|
|
745
760
|
},
|
|
746
761
|
"_version": {
|
|
@@ -990,6 +1005,6 @@
|
|
|
990
1005
|
}
|
|
991
1006
|
}
|
|
992
1007
|
},
|
|
993
|
-
"schemaVersion": "3.
|
|
1008
|
+
"schemaVersion": "3.13.0",
|
|
994
1009
|
"services": {}
|
|
995
1010
|
}
|
|
@@ -132,12 +132,15 @@
|
|
|
132
132
|
"<postContentTypeId>"
|
|
133
133
|
],
|
|
134
134
|
"type": "single"
|
|
135
|
+
},
|
|
136
|
+
"@backReference": {
|
|
137
|
+
"enabled": true
|
|
135
138
|
}
|
|
136
139
|
}
|
|
137
140
|
}
|
|
138
141
|
}
|
|
139
142
|
}
|
|
140
143
|
},
|
|
141
|
-
"schemaVersion": "3.
|
|
144
|
+
"schemaVersion": "3.13.0",
|
|
142
145
|
"services": {}
|
|
143
146
|
}
|
|
@@ -136,6 +136,9 @@
|
|
|
136
136
|
"<postContentTypeId>"
|
|
137
137
|
],
|
|
138
138
|
"type": "single"
|
|
139
|
+
},
|
|
140
|
+
"@backReference": {
|
|
141
|
+
"enabled": true
|
|
139
142
|
}
|
|
140
143
|
}
|
|
141
144
|
},
|
|
@@ -145,6 +148,6 @@
|
|
|
145
148
|
}
|
|
146
149
|
}
|
|
147
150
|
},
|
|
148
|
-
"schemaVersion": "3.
|
|
151
|
+
"schemaVersion": "3.13.0",
|
|
149
152
|
"services": {}
|
|
150
153
|
}
|
|
@@ -1245,6 +1245,9 @@
|
|
|
1245
1245
|
"SJDIicDUZ"
|
|
1246
1246
|
],
|
|
1247
1247
|
"type": "single"
|
|
1248
|
+
},
|
|
1249
|
+
"@backReference": {
|
|
1250
|
+
"enabled": true
|
|
1248
1251
|
}
|
|
1249
1252
|
},
|
|
1250
1253
|
"credit": {
|
|
@@ -1786,6 +1789,9 @@
|
|
|
1786
1789
|
"ASSET"
|
|
1787
1790
|
],
|
|
1788
1791
|
"type": "single"
|
|
1792
|
+
},
|
|
1793
|
+
"@backReference": {
|
|
1794
|
+
"enabled": true
|
|
1789
1795
|
}
|
|
1790
1796
|
},
|
|
1791
1797
|
"title": {
|
|
@@ -1803,6 +1809,9 @@
|
|
|
1803
1809
|
"SJDIicDUZ"
|
|
1804
1810
|
],
|
|
1805
1811
|
"type": "single"
|
|
1812
|
+
},
|
|
1813
|
+
"@backReference": {
|
|
1814
|
+
"enabled": true
|
|
1806
1815
|
}
|
|
1807
1816
|
},
|
|
1808
1817
|
"deck": {
|
|
@@ -1823,6 +1832,9 @@
|
|
|
1823
1832
|
"rJBYXVyuQ"
|
|
1824
1833
|
],
|
|
1825
1834
|
"type": "multiple"
|
|
1835
|
+
},
|
|
1836
|
+
"@backReference": {
|
|
1837
|
+
"enabled": true
|
|
1826
1838
|
}
|
|
1827
1839
|
},
|
|
1828
1840
|
"_id": {
|
|
@@ -1929,6 +1941,9 @@
|
|
|
1929
1941
|
"ASSET"
|
|
1930
1942
|
],
|
|
1931
1943
|
"type": "single"
|
|
1944
|
+
},
|
|
1945
|
+
"@backReference": {
|
|
1946
|
+
"enabled": true
|
|
1932
1947
|
}
|
|
1933
1948
|
},
|
|
1934
1949
|
"biography": {
|
|
@@ -2042,6 +2057,9 @@
|
|
|
2042
2057
|
"r166qcP8Z"
|
|
2043
2058
|
],
|
|
2044
2059
|
"type": "single"
|
|
2060
|
+
},
|
|
2061
|
+
"@backReference": {
|
|
2062
|
+
"enabled": true
|
|
2045
2063
|
}
|
|
2046
2064
|
},
|
|
2047
2065
|
"hero": {
|
|
@@ -2140,6 +2158,9 @@
|
|
|
2140
2158
|
"ASSET"
|
|
2141
2159
|
],
|
|
2142
2160
|
"type": "single"
|
|
2161
|
+
},
|
|
2162
|
+
"@backReference": {
|
|
2163
|
+
"enabled": true
|
|
2143
2164
|
}
|
|
2144
2165
|
},
|
|
2145
2166
|
"featuredPost": {
|
|
@@ -2150,8 +2171,11 @@
|
|
|
2150
2171
|
"shapeIds": [
|
|
2151
2172
|
"rJoobhv8W"
|
|
2152
2173
|
],
|
|
2153
|
-
"type": "single"
|
|
2154
|
-
|
|
2174
|
+
"type": "single"
|
|
2175
|
+
},
|
|
2176
|
+
"@backReference": {
|
|
2177
|
+
"enabled": true,
|
|
2178
|
+
"name": "heroFeaturedPost"
|
|
2155
2179
|
}
|
|
2156
2180
|
}
|
|
2157
2181
|
}
|
|
@@ -2292,11 +2316,14 @@
|
|
|
2292
2316
|
"shapeIds": [
|
|
2293
2317
|
"rJ9bZzk-m"
|
|
2294
2318
|
],
|
|
2295
|
-
"type": "single"
|
|
2296
|
-
"relatedName": "books"
|
|
2319
|
+
"type": "single"
|
|
2297
2320
|
},
|
|
2298
2321
|
"title": "Genre",
|
|
2299
|
-
"@mapping": "takeshape:local:Book.B1E4ZMkW7"
|
|
2322
|
+
"@mapping": "takeshape:local:Book.B1E4ZMkW7",
|
|
2323
|
+
"@backReference": {
|
|
2324
|
+
"enabled": true,
|
|
2325
|
+
"name": "books"
|
|
2326
|
+
}
|
|
2300
2327
|
},
|
|
2301
2328
|
"publishDate": {
|
|
2302
2329
|
"format": "date-time",
|
|
@@ -2313,7 +2340,10 @@
|
|
|
2313
2340
|
"type": "single"
|
|
2314
2341
|
},
|
|
2315
2342
|
"title": "Cover Image",
|
|
2316
|
-
"@mapping": "takeshape:local:Book.SymsKiD8W"
|
|
2343
|
+
"@mapping": "takeshape:local:Book.SymsKiD8W",
|
|
2344
|
+
"@backReference": {
|
|
2345
|
+
"enabled": true
|
|
2346
|
+
}
|
|
2317
2347
|
},
|
|
2318
2348
|
"author": {
|
|
2319
2349
|
"$ref": "#/shapes/TSRelationship/schema",
|
|
@@ -2321,11 +2351,14 @@
|
|
|
2321
2351
|
"shapeIds": [
|
|
2322
2352
|
"SJDIicDUZ"
|
|
2323
2353
|
],
|
|
2324
|
-
"type": "single"
|
|
2325
|
-
"relatedName": "authored"
|
|
2354
|
+
"type": "single"
|
|
2326
2355
|
},
|
|
2327
2356
|
"title": "Author",
|
|
2328
|
-
"@mapping": "takeshape:local:Book.BJ7Xn5vLW"
|
|
2357
|
+
"@mapping": "takeshape:local:Book.BJ7Xn5vLW",
|
|
2358
|
+
"@backReference": {
|
|
2359
|
+
"enabled": true,
|
|
2360
|
+
"name": "authored"
|
|
2361
|
+
}
|
|
2329
2362
|
},
|
|
2330
2363
|
"totalPages": {
|
|
2331
2364
|
"minimum": 1,
|
|
@@ -2673,5 +2706,5 @@
|
|
|
2673
2706
|
}
|
|
2674
2707
|
}
|
|
2675
2708
|
},
|
|
2676
|
-
"schemaVersion": "3.
|
|
2709
|
+
"schemaVersion": "3.13.0"
|
|
2677
2710
|
}
|
|
@@ -1448,6 +1448,9 @@
|
|
|
1448
1448
|
"ASSET"
|
|
1449
1449
|
],
|
|
1450
1450
|
"type": "single"
|
|
1451
|
+
},
|
|
1452
|
+
"@backReference": {
|
|
1453
|
+
"enabled": true
|
|
1451
1454
|
}
|
|
1452
1455
|
},
|
|
1453
1456
|
"featuredPost": {
|
|
@@ -1458,8 +1461,11 @@
|
|
|
1458
1461
|
"shapeIds": [
|
|
1459
1462
|
"rJoobhv8W"
|
|
1460
1463
|
],
|
|
1461
|
-
"type": "single"
|
|
1462
|
-
|
|
1464
|
+
"type": "single"
|
|
1465
|
+
},
|
|
1466
|
+
"@backReference": {
|
|
1467
|
+
"enabled": true,
|
|
1468
|
+
"name": "heroFeaturedPost"
|
|
1463
1469
|
}
|
|
1464
1470
|
}
|
|
1465
1471
|
}
|
|
@@ -1680,7 +1686,10 @@
|
|
|
1680
1686
|
"type": "multiple"
|
|
1681
1687
|
},
|
|
1682
1688
|
"title": "Tags",
|
|
1683
|
-
"@mapping": "takeshape:local:Post.S1yO-EJdX"
|
|
1689
|
+
"@mapping": "takeshape:local:Post.S1yO-EJdX",
|
|
1690
|
+
"@backReference": {
|
|
1691
|
+
"enabled": true
|
|
1692
|
+
}
|
|
1684
1693
|
},
|
|
1685
1694
|
"deck": {
|
|
1686
1695
|
"minLength": 0,
|
|
@@ -1697,7 +1706,10 @@
|
|
|
1697
1706
|
"type": "single"
|
|
1698
1707
|
},
|
|
1699
1708
|
"title": "Author",
|
|
1700
|
-
"@mapping": "takeshape:local:Post.rJgad7TLZ"
|
|
1709
|
+
"@mapping": "takeshape:local:Post.rJgad7TLZ",
|
|
1710
|
+
"@backReference": {
|
|
1711
|
+
"enabled": true
|
|
1712
|
+
}
|
|
1701
1713
|
},
|
|
1702
1714
|
"featureImage": {
|
|
1703
1715
|
"$ref": "#/shapes/TSRelationship/schema",
|
|
@@ -1708,7 +1720,10 @@
|
|
|
1708
1720
|
"type": "single"
|
|
1709
1721
|
},
|
|
1710
1722
|
"title": "Feature Image",
|
|
1711
|
-
"@mapping": "takeshape:local:Post.BybUznPIW"
|
|
1723
|
+
"@mapping": "takeshape:local:Post.BybUznPIW",
|
|
1724
|
+
"@backReference": {
|
|
1725
|
+
"enabled": true
|
|
1726
|
+
}
|
|
1712
1727
|
},
|
|
1713
1728
|
"body": {
|
|
1714
1729
|
"type": "object",
|
|
@@ -1805,6 +1820,9 @@
|
|
|
1805
1820
|
"ASSET"
|
|
1806
1821
|
],
|
|
1807
1822
|
"type": "single"
|
|
1823
|
+
},
|
|
1824
|
+
"@backReference": {
|
|
1825
|
+
"enabled": true
|
|
1808
1826
|
}
|
|
1809
1827
|
},
|
|
1810
1828
|
"biography": {
|
|
@@ -2198,5 +2216,5 @@
|
|
|
2198
2216
|
}
|
|
2199
2217
|
}
|
|
2200
2218
|
},
|
|
2201
|
-
"schemaVersion": "3.
|
|
2219
|
+
"schemaVersion": "3.13.0"
|
|
2202
2220
|
}
|
|
@@ -115,6 +115,9 @@
|
|
|
115
115
|
"ASSET"
|
|
116
116
|
],
|
|
117
117
|
"type": "single"
|
|
118
|
+
},
|
|
119
|
+
"@backReference": {
|
|
120
|
+
"enabled": true
|
|
118
121
|
}
|
|
119
122
|
},
|
|
120
123
|
"featuredLinks": {
|
|
@@ -141,6 +144,9 @@
|
|
|
141
144
|
"ASSET"
|
|
142
145
|
],
|
|
143
146
|
"type": "single"
|
|
147
|
+
},
|
|
148
|
+
"@backReference": {
|
|
149
|
+
"enabled": true
|
|
144
150
|
}
|
|
145
151
|
},
|
|
146
152
|
"introduction": {
|
|
@@ -190,6 +196,9 @@
|
|
|
190
196
|
"ASSET"
|
|
191
197
|
],
|
|
192
198
|
"type": "single"
|
|
199
|
+
},
|
|
200
|
+
"@backReference": {
|
|
201
|
+
"enabled": true
|
|
193
202
|
}
|
|
194
203
|
},
|
|
195
204
|
"copy": {
|
|
@@ -377,6 +386,6 @@
|
|
|
377
386
|
}
|
|
378
387
|
}
|
|
379
388
|
},
|
|
380
|
-
"schemaVersion": "3.
|
|
389
|
+
"schemaVersion": "3.13.0",
|
|
381
390
|
"services": {}
|
|
382
391
|
}
|
|
@@ -735,6 +735,9 @@
|
|
|
735
735
|
"ASSET"
|
|
736
736
|
],
|
|
737
737
|
"type": "single"
|
|
738
|
+
},
|
|
739
|
+
"@backReference": {
|
|
740
|
+
"enabled": true
|
|
738
741
|
}
|
|
739
742
|
},
|
|
740
743
|
"title": {
|
|
@@ -752,6 +755,9 @@
|
|
|
752
755
|
"SJDIicDUZ"
|
|
753
756
|
],
|
|
754
757
|
"type": "single"
|
|
758
|
+
},
|
|
759
|
+
"@backReference": {
|
|
760
|
+
"enabled": true
|
|
755
761
|
}
|
|
756
762
|
},
|
|
757
763
|
"deck": {
|
|
@@ -772,6 +778,9 @@
|
|
|
772
778
|
"rJBYXVyuQ"
|
|
773
779
|
],
|
|
774
780
|
"type": "multiple"
|
|
781
|
+
},
|
|
782
|
+
"@backReference": {
|
|
783
|
+
"enabled": true
|
|
775
784
|
}
|
|
776
785
|
}
|
|
777
786
|
},
|
|
@@ -806,6 +815,9 @@
|
|
|
806
815
|
"ASSET"
|
|
807
816
|
],
|
|
808
817
|
"type": "single"
|
|
818
|
+
},
|
|
819
|
+
"@backReference": {
|
|
820
|
+
"enabled": true
|
|
809
821
|
}
|
|
810
822
|
},
|
|
811
823
|
"biography": {
|
|
@@ -847,6 +859,9 @@
|
|
|
847
859
|
"r166qcP8Z"
|
|
848
860
|
],
|
|
849
861
|
"type": "single"
|
|
862
|
+
},
|
|
863
|
+
"@backReference": {
|
|
864
|
+
"enabled": true
|
|
850
865
|
}
|
|
851
866
|
},
|
|
852
867
|
"hero": {
|
|
@@ -873,6 +888,9 @@
|
|
|
873
888
|
"ASSET"
|
|
874
889
|
],
|
|
875
890
|
"type": "single"
|
|
891
|
+
},
|
|
892
|
+
"@backReference": {
|
|
893
|
+
"enabled": true
|
|
876
894
|
}
|
|
877
895
|
},
|
|
878
896
|
"featuredPost": {
|
|
@@ -883,8 +901,11 @@
|
|
|
883
901
|
"shapeIds": [
|
|
884
902
|
"rJoobhv8W"
|
|
885
903
|
],
|
|
886
|
-
"type": "single"
|
|
887
|
-
|
|
904
|
+
"type": "single"
|
|
905
|
+
},
|
|
906
|
+
"@backReference": {
|
|
907
|
+
"enabled": true,
|
|
908
|
+
"name": "heroFeaturedPost"
|
|
888
909
|
}
|
|
889
910
|
}
|
|
890
911
|
}
|
|
@@ -966,6 +987,9 @@
|
|
|
966
987
|
"SJDIicDUZ"
|
|
967
988
|
],
|
|
968
989
|
"type": "single"
|
|
990
|
+
},
|
|
991
|
+
"@backReference": {
|
|
992
|
+
"enabled": true
|
|
969
993
|
}
|
|
970
994
|
},
|
|
971
995
|
"credit": {
|
|
@@ -999,8 +1023,11 @@
|
|
|
999
1023
|
"shapeIds": [
|
|
1000
1024
|
"SJDIicDUZ"
|
|
1001
1025
|
],
|
|
1002
|
-
"type": "single"
|
|
1003
|
-
|
|
1026
|
+
"type": "single"
|
|
1027
|
+
},
|
|
1028
|
+
"@backReference": {
|
|
1029
|
+
"enabled": true,
|
|
1030
|
+
"name": "authored"
|
|
1004
1031
|
}
|
|
1005
1032
|
},
|
|
1006
1033
|
"coverImage": {
|
|
@@ -1012,6 +1039,9 @@
|
|
|
1012
1039
|
"ASSET"
|
|
1013
1040
|
],
|
|
1014
1041
|
"type": "single"
|
|
1042
|
+
},
|
|
1043
|
+
"@backReference": {
|
|
1044
|
+
"enabled": true
|
|
1015
1045
|
}
|
|
1016
1046
|
},
|
|
1017
1047
|
"genre": {
|
|
@@ -1022,8 +1052,11 @@
|
|
|
1022
1052
|
"shapeIds": [
|
|
1023
1053
|
"rJ9bZzk-m"
|
|
1024
1054
|
],
|
|
1025
|
-
"type": "single"
|
|
1026
|
-
|
|
1055
|
+
"type": "single"
|
|
1056
|
+
},
|
|
1057
|
+
"@backReference": {
|
|
1058
|
+
"enabled": true,
|
|
1059
|
+
"name": "books"
|
|
1027
1060
|
}
|
|
1028
1061
|
},
|
|
1029
1062
|
"publishDate": {
|
|
@@ -1077,6 +1110,6 @@
|
|
|
1077
1110
|
}
|
|
1078
1111
|
}
|
|
1079
1112
|
},
|
|
1080
|
-
"schemaVersion": "3.
|
|
1113
|
+
"schemaVersion": "3.13.0",
|
|
1081
1114
|
"services": {}
|
|
1082
1115
|
}
|