@takeshape/schema 9.36.4 → 9.38.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.
Files changed (84) hide show
  1. package/dist/builtin-schema.js +20 -20
  2. package/dist/migration/index.d.ts +1 -0
  3. package/dist/migration/index.d.ts.map +1 -1
  4. package/dist/migration/index.js +4 -1
  5. package/dist/migration/to/v3.31.0.d.ts +5 -0
  6. package/dist/migration/to/v3.31.0.d.ts.map +1 -0
  7. package/dist/migration/to/v3.31.0.js +53 -0
  8. package/dist/project-schema/index.d.ts +4 -1
  9. package/dist/project-schema/index.d.ts.map +1 -1
  10. package/dist/project-schema/index.js +20 -3
  11. package/dist/project-schema/latest.d.ts +43 -18
  12. package/dist/project-schema/latest.d.ts.map +1 -1
  13. package/dist/project-schema/migrate.d.ts.map +1 -1
  14. package/dist/project-schema/migrate.js +4 -0
  15. package/dist/project-schema/v3.31.0.d.ts +1449 -0
  16. package/dist/project-schema/v3.31.0.d.ts.map +1 -0
  17. package/dist/project-schema/v3.31.0.js +5 -0
  18. package/dist/relationships.js +2 -2
  19. package/dist/schema-util.d.ts +2 -2
  20. package/dist/schema-util.d.ts.map +1 -1
  21. package/dist/schema-util.js +12 -12
  22. package/dist/schemas/index.d.ts +2 -2
  23. package/dist/schemas/index.d.ts.map +1 -1
  24. package/dist/schemas/index.js +6 -4
  25. package/dist/schemas/index.ts +4 -2
  26. package/dist/schemas/project-schema/latest.json +89 -32
  27. package/dist/schemas/project-schema/v3.31.0.json +3089 -0
  28. package/dist/schemas/project-schema.json +7 -1
  29. package/dist/types/types.d.ts +4 -4
  30. package/dist/types/types.d.ts.map +1 -1
  31. package/dist/types/utils.d.ts +4 -3
  32. package/dist/types/utils.d.ts.map +1 -1
  33. package/dist/types/utils.js +9 -3
  34. package/dist/validate.d.ts.map +1 -1
  35. package/dist/validate.js +13 -3
  36. package/es/builtin-schema.js +20 -20
  37. package/es/migration/index.js +3 -1
  38. package/es/migration/to/v3.31.0.js +38 -0
  39. package/es/project-schema/index.js +3 -1
  40. package/es/project-schema/migrate.js +5 -1
  41. package/es/project-schema/v3.31.0.js +1 -0
  42. package/es/relationships.js +2 -2
  43. package/es/schema-util.js +12 -12
  44. package/es/schemas/index.js +4 -3
  45. package/es/schemas/index.ts +4 -2
  46. package/es/schemas/project-schema/latest.json +89 -32
  47. package/es/schemas/project-schema/v3.31.0.json +3089 -0
  48. package/es/schemas/project-schema.json +7 -1
  49. package/es/types/utils.js +7 -3
  50. package/es/validate.js +13 -3
  51. package/examples/dependencies/stripe-starter-resolved.json +210 -210
  52. package/examples/latest/betzino.json +4383 -4383
  53. package/examples/latest/blog-schema.json +49 -49
  54. package/examples/latest/brewery-schema.json +39 -39
  55. package/examples/latest/complex-project-schema.json +412 -412
  56. package/examples/latest/complex-schema.json +1166 -1166
  57. package/examples/latest/fabric-ecommerce.json +17 -17
  58. package/examples/latest/frank-and-fred-schema.json +2242 -2242
  59. package/examples/latest/klirr-schema.json +3254 -3254
  60. package/examples/latest/massive-schema.json +785 -785
  61. package/examples/latest/mill-components-schema.json +215 -215
  62. package/examples/latest/one-earth.json +1394 -1394
  63. package/examples/latest/pet-oneof-array.json +33 -33
  64. package/examples/latest/post-schema.json +32 -32
  65. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  66. package/examples/latest/real-world-schema.json +94 -94
  67. package/examples/latest/recursive-repeater-schema.json +17 -17
  68. package/examples/latest/recursive-schema.json +17 -17
  69. package/examples/latest/rick-and-morty-ast.json +180 -180
  70. package/examples/latest/rick-and-morty-graphql.json +133 -133
  71. package/examples/latest/rick-and-morty-rest.json +1 -1
  72. package/examples/latest/schema-with-repeater-draftjs.json +48 -48
  73. package/examples/latest/shape-books-v3_2_0.json +137 -137
  74. package/examples/latest/shape-books.json +137 -137
  75. package/examples/latest/shopify-lookbook.json +41 -41
  76. package/examples/latest/shopify-product-2022-07.json +124 -124
  77. package/examples/latest/shopify-product-2023-04.json +125 -125
  78. package/examples/latest/shopify-store-with-widget.json +94 -94
  79. package/examples/latest/stripe-product-runtime-schema.json +127 -130
  80. package/examples/latest/stripe-starter-resolved.json +300 -509
  81. package/examples/latest/user-schema-no-required.json +22 -22
  82. package/examples/latest/user-schema-with-defaults.json +23 -23
  83. package/package.json +5 -5
  84. package/examples/latest/shopify-namespace-schema.json +0 -364
@@ -1826,8 +1826,8 @@
1826
1826
  "getResourceNavigation": {
1827
1827
  "args": "TSGetSingletonArgs<ResourceNavigation>",
1828
1828
  "resolver": {
1829
- "name": "takeshape:get",
1830
- "service": "takeshape:local",
1829
+ "name": "shapedb:get",
1830
+ "service": "shapedb",
1831
1831
  "shapeName": "ResourceNavigation"
1832
1832
  },
1833
1833
  "shape": "ResourceNavigation",
@@ -1836,8 +1836,8 @@
1836
1836
  "getArticle": {
1837
1837
  "args": "TSGetArgs<Article>",
1838
1838
  "resolver": {
1839
- "name": "takeshape:get",
1840
- "service": "takeshape:local",
1839
+ "name": "shapedb:get",
1840
+ "service": "shapedb",
1841
1841
  "shapeName": "Article"
1842
1842
  },
1843
1843
  "shape": "Article",
@@ -1846,8 +1846,8 @@
1846
1846
  "getArticleList": {
1847
1847
  "args": "TSListArgs<Article>",
1848
1848
  "resolver": {
1849
- "name": "takeshape:list",
1850
- "service": "takeshape:local",
1849
+ "name": "shapedb:list",
1850
+ "service": "shapedb",
1851
1851
  "shapeName": "Article"
1852
1852
  },
1853
1853
  "shape": "PaginatedList<Article>",
@@ -1856,8 +1856,8 @@
1856
1856
  "getReport": {
1857
1857
  "args": "TSGetArgs<Report>",
1858
1858
  "resolver": {
1859
- "name": "takeshape:get",
1860
- "service": "takeshape:local",
1859
+ "name": "shapedb:get",
1860
+ "service": "shapedb",
1861
1861
  "shapeName": "Report"
1862
1862
  },
1863
1863
  "shape": "Report",
@@ -1866,8 +1866,8 @@
1866
1866
  "getReportList": {
1867
1867
  "args": "TSListArgs<Report>",
1868
1868
  "resolver": {
1869
- "name": "takeshape:list",
1870
- "service": "takeshape:local",
1869
+ "name": "shapedb:list",
1870
+ "service": "shapedb",
1871
1871
  "shapeName": "Report"
1872
1872
  },
1873
1873
  "shape": "PaginatedList<Report>",
@@ -1876,8 +1876,8 @@
1876
1876
  "getPartner": {
1877
1877
  "args": "TSGetArgs<Partner>",
1878
1878
  "resolver": {
1879
- "name": "takeshape:get",
1880
- "service": "takeshape:local",
1879
+ "name": "shapedb:get",
1880
+ "service": "shapedb",
1881
1881
  "shapeName": "Partner"
1882
1882
  },
1883
1883
  "shape": "Partner",
@@ -1886,8 +1886,8 @@
1886
1886
  "getPartnerList": {
1887
1887
  "args": "TSListArgs<Partner>",
1888
1888
  "resolver": {
1889
- "name": "takeshape:list",
1890
- "service": "takeshape:local",
1889
+ "name": "shapedb:list",
1890
+ "service": "shapedb",
1891
1891
  "shapeName": "Partner"
1892
1892
  },
1893
1893
  "shape": "PaginatedList<Partner>",
@@ -1896,8 +1896,8 @@
1896
1896
  "getHomepage": {
1897
1897
  "args": "TSGetSingletonArgs<Homepage>",
1898
1898
  "resolver": {
1899
- "name": "takeshape:get",
1900
- "service": "takeshape:local",
1899
+ "name": "shapedb:get",
1900
+ "service": "shapedb",
1901
1901
  "shapeName": "Homepage"
1902
1902
  },
1903
1903
  "shape": "Homepage",
@@ -1906,8 +1906,8 @@
1906
1906
  "getScienceConsortium": {
1907
1907
  "args": "TSGetSingletonArgs<ScienceConsortium>",
1908
1908
  "resolver": {
1909
- "name": "takeshape:get",
1910
- "service": "takeshape:local",
1909
+ "name": "shapedb:get",
1910
+ "service": "shapedb",
1911
1911
  "shapeName": "ScienceConsortium"
1912
1912
  },
1913
1913
  "shape": "ScienceConsortium",
@@ -1916,8 +1916,8 @@
1916
1916
  "getDeck": {
1917
1917
  "args": "TSGetArgs<Deck>",
1918
1918
  "resolver": {
1919
- "name": "takeshape:get",
1920
- "service": "takeshape:local",
1919
+ "name": "shapedb:get",
1920
+ "service": "shapedb",
1921
1921
  "shapeName": "Deck"
1922
1922
  },
1923
1923
  "shape": "Deck",
@@ -1926,8 +1926,8 @@
1926
1926
  "getDeckList": {
1927
1927
  "args": "TSListArgs<Deck>",
1928
1928
  "resolver": {
1929
- "name": "takeshape:list",
1930
- "service": "takeshape:local",
1929
+ "name": "shapedb:list",
1930
+ "service": "shapedb",
1931
1931
  "shapeName": "Deck"
1932
1932
  },
1933
1933
  "shape": "PaginatedList<Deck>",
@@ -1936,8 +1936,8 @@
1936
1936
  "getAnswers": {
1937
1937
  "args": "TSGetArgs<Answers>",
1938
1938
  "resolver": {
1939
- "name": "takeshape:get",
1940
- "service": "takeshape:local",
1939
+ "name": "shapedb:get",
1940
+ "service": "shapedb",
1941
1941
  "shapeName": "Answers"
1942
1942
  },
1943
1943
  "shape": "Answers",
@@ -1946,8 +1946,8 @@
1946
1946
  "getAnswersList": {
1947
1947
  "args": "TSListArgs<Answers>",
1948
1948
  "resolver": {
1949
- "name": "takeshape:list",
1950
- "service": "takeshape:local",
1949
+ "name": "shapedb:list",
1950
+ "service": "shapedb",
1951
1951
  "shapeName": "Answers"
1952
1952
  },
1953
1953
  "shape": "PaginatedList<Answers>",
@@ -1956,8 +1956,8 @@
1956
1956
  "getNote": {
1957
1957
  "args": "TSGetArgs<Note>",
1958
1958
  "resolver": {
1959
- "name": "takeshape:get",
1960
- "service": "takeshape:local",
1959
+ "name": "shapedb:get",
1960
+ "service": "shapedb",
1961
1961
  "shapeName": "Note"
1962
1962
  },
1963
1963
  "shape": "Note",
@@ -1966,8 +1966,8 @@
1966
1966
  "getNoteList": {
1967
1967
  "args": "TSListArgs<Note>",
1968
1968
  "resolver": {
1969
- "name": "takeshape:list",
1970
- "service": "takeshape:local",
1969
+ "name": "shapedb:list",
1970
+ "service": "shapedb",
1971
1971
  "shapeName": "Note"
1972
1972
  },
1973
1973
  "shape": "PaginatedList<Note>",
@@ -1976,8 +1976,8 @@
1976
1976
  "getSupermassive": {
1977
1977
  "args": "TSGetSingletonArgs<Supermassive>",
1978
1978
  "resolver": {
1979
- "name": "takeshape:get",
1980
- "service": "takeshape:local",
1979
+ "name": "shapedb:get",
1980
+ "service": "shapedb",
1981
1981
  "shapeName": "Supermassive"
1982
1982
  },
1983
1983
  "shape": "Supermassive",
@@ -1986,8 +1986,8 @@
1986
1986
  "getPodcast": {
1987
1987
  "args": "TSGetSingletonArgs<Podcast>",
1988
1988
  "resolver": {
1989
- "name": "takeshape:get",
1990
- "service": "takeshape:local",
1989
+ "name": "shapedb:get",
1990
+ "service": "shapedb",
1991
1991
  "shapeName": "Podcast"
1992
1992
  },
1993
1993
  "shape": "Podcast",
@@ -1996,8 +1996,8 @@
1996
1996
  "getInstitution": {
1997
1997
  "args": "TSGetArgs<Institution>",
1998
1998
  "resolver": {
1999
- "name": "takeshape:get",
2000
- "service": "takeshape:local",
1999
+ "name": "shapedb:get",
2000
+ "service": "shapedb",
2001
2001
  "shapeName": "Institution"
2002
2002
  },
2003
2003
  "shape": "Institution",
@@ -2006,8 +2006,8 @@
2006
2006
  "getInstitutionList": {
2007
2007
  "args": "TSListArgs<Institution>",
2008
2008
  "resolver": {
2009
- "name": "takeshape:list",
2010
- "service": "takeshape:local",
2009
+ "name": "shapedb:list",
2010
+ "service": "shapedb",
2011
2011
  "shapeName": "Institution"
2012
2012
  },
2013
2013
  "shape": "PaginatedList<Institution>",
@@ -2016,8 +2016,8 @@
2016
2016
  "getEpisode": {
2017
2017
  "args": "TSGetArgs<Episode>",
2018
2018
  "resolver": {
2019
- "name": "takeshape:get",
2020
- "service": "takeshape:local",
2019
+ "name": "shapedb:get",
2020
+ "service": "shapedb",
2021
2021
  "shapeName": "Episode"
2022
2022
  },
2023
2023
  "shape": "Episode",
@@ -2026,8 +2026,8 @@
2026
2026
  "getEpisodeList": {
2027
2027
  "args": "TSListArgs<Episode>",
2028
2028
  "resolver": {
2029
- "name": "takeshape:list",
2030
- "service": "takeshape:local",
2029
+ "name": "shapedb:list",
2030
+ "service": "shapedb",
2031
2031
  "shapeName": "Episode"
2032
2032
  },
2033
2033
  "shape": "PaginatedList<Episode>",
@@ -2036,8 +2036,8 @@
2036
2036
  "getDefaults": {
2037
2037
  "args": "TSGetSingletonArgs<Defaults>",
2038
2038
  "resolver": {
2039
- "name": "takeshape:get",
2040
- "service": "takeshape:local",
2039
+ "name": "shapedb:get",
2040
+ "service": "shapedb",
2041
2041
  "shapeName": "Defaults"
2042
2042
  },
2043
2043
  "shape": "Defaults",
@@ -2046,8 +2046,8 @@
2046
2046
  "getReportSection": {
2047
2047
  "args": "TSGetArgs<ReportSection>",
2048
2048
  "resolver": {
2049
- "name": "takeshape:get",
2050
- "service": "takeshape:local",
2049
+ "name": "shapedb:get",
2050
+ "service": "shapedb",
2051
2051
  "shapeName": "ReportSection"
2052
2052
  },
2053
2053
  "shape": "ReportSection",
@@ -2056,8 +2056,8 @@
2056
2056
  "getReportSectionList": {
2057
2057
  "args": "TSListArgs<ReportSection>",
2058
2058
  "resolver": {
2059
- "name": "takeshape:list",
2060
- "service": "takeshape:local",
2059
+ "name": "shapedb:list",
2060
+ "service": "shapedb",
2061
2061
  "shapeName": "ReportSection"
2062
2062
  },
2063
2063
  "shape": "PaginatedList<ReportSection>",
@@ -2066,8 +2066,8 @@
2066
2066
  "getTarot": {
2067
2067
  "args": "TSGetSingletonArgs<Tarot>",
2068
2068
  "resolver": {
2069
- "name": "takeshape:get",
2070
- "service": "takeshape:local",
2069
+ "name": "shapedb:get",
2070
+ "service": "shapedb",
2071
2071
  "shapeName": "Tarot"
2072
2072
  },
2073
2073
  "shape": "Tarot",
@@ -2076,8 +2076,8 @@
2076
2076
  "getFormat": {
2077
2077
  "args": "TSGetArgs<Format>",
2078
2078
  "resolver": {
2079
- "name": "takeshape:get",
2080
- "service": "takeshape:local",
2079
+ "name": "shapedb:get",
2080
+ "service": "shapedb",
2081
2081
  "shapeName": "Format"
2082
2082
  },
2083
2083
  "shape": "Format",
@@ -2086,8 +2086,8 @@
2086
2086
  "getFormatList": {
2087
2087
  "args": "TSListArgs<Format>",
2088
2088
  "resolver": {
2089
- "name": "takeshape:list",
2090
- "service": "takeshape:local",
2089
+ "name": "shapedb:list",
2090
+ "service": "shapedb",
2091
2091
  "shapeName": "Format"
2092
2092
  },
2093
2093
  "shape": "PaginatedList<Format>",
@@ -2096,8 +2096,8 @@
2096
2096
  "getPage": {
2097
2097
  "args": "TSGetArgs<Page>",
2098
2098
  "resolver": {
2099
- "name": "takeshape:get",
2100
- "service": "takeshape:local",
2099
+ "name": "shapedb:get",
2100
+ "service": "shapedb",
2101
2101
  "shapeName": "Page"
2102
2102
  },
2103
2103
  "shape": "Page",
@@ -2106,8 +2106,8 @@
2106
2106
  "getPageList": {
2107
2107
  "args": "TSListArgs<Page>",
2108
2108
  "resolver": {
2109
- "name": "takeshape:list",
2110
- "service": "takeshape:local",
2109
+ "name": "shapedb:list",
2110
+ "service": "shapedb",
2111
2111
  "shapeName": "Page"
2112
2112
  },
2113
2113
  "shape": "PaginatedList<Page>",
@@ -2116,8 +2116,8 @@
2116
2116
  "getProduct": {
2117
2117
  "args": "TSGetArgs<Product>",
2118
2118
  "resolver": {
2119
- "name": "takeshape:get",
2120
- "service": "takeshape:local",
2119
+ "name": "shapedb:get",
2120
+ "service": "shapedb",
2121
2121
  "shapeName": "Product"
2122
2122
  },
2123
2123
  "shape": "Product",
@@ -2126,8 +2126,8 @@
2126
2126
  "getProductList": {
2127
2127
  "args": "TSListArgs<Product>",
2128
2128
  "resolver": {
2129
- "name": "takeshape:list",
2130
- "service": "takeshape:local",
2129
+ "name": "shapedb:list",
2130
+ "service": "shapedb",
2131
2131
  "shapeName": "Product"
2132
2132
  },
2133
2133
  "shape": "PaginatedList<Product>",
@@ -2136,8 +2136,8 @@
2136
2136
  "getNewsletter": {
2137
2137
  "args": "TSGetArgs<Newsletter>",
2138
2138
  "resolver": {
2139
- "name": "takeshape:get",
2140
- "service": "takeshape:local",
2139
+ "name": "shapedb:get",
2140
+ "service": "shapedb",
2141
2141
  "shapeName": "Newsletter"
2142
2142
  },
2143
2143
  "shape": "Newsletter",
@@ -2146,8 +2146,8 @@
2146
2146
  "getNewsletterList": {
2147
2147
  "args": "TSListArgs<Newsletter>",
2148
2148
  "resolver": {
2149
- "name": "takeshape:list",
2150
- "service": "takeshape:local",
2149
+ "name": "shapedb:list",
2150
+ "service": "shapedb",
2151
2151
  "shapeName": "Newsletter"
2152
2152
  },
2153
2153
  "shape": "PaginatedList<Newsletter>",
@@ -2156,8 +2156,8 @@
2156
2156
  "getAsset": {
2157
2157
  "args": "TSGetArgs<Asset>",
2158
2158
  "resolver": {
2159
- "name": "takeshape:get",
2160
- "service": "takeshape:local",
2159
+ "name": "shapedb:get",
2160
+ "service": "shapedb",
2161
2161
  "shapeName": "Asset"
2162
2162
  },
2163
2163
  "shape": "Asset",
@@ -2166,8 +2166,8 @@
2166
2166
  "getAssetList": {
2167
2167
  "args": "TSListArgs<Asset>",
2168
2168
  "resolver": {
2169
- "name": "takeshape:list",
2170
- "service": "takeshape:local",
2169
+ "name": "shapedb:list",
2170
+ "service": "shapedb",
2171
2171
  "shapeName": "Asset"
2172
2172
  },
2173
2173
  "shape": "PaginatedList<Asset>",
@@ -2176,8 +2176,8 @@
2176
2176
  "getTag": {
2177
2177
  "args": "TSGetArgs<Tag>",
2178
2178
  "resolver": {
2179
- "name": "takeshape:get",
2180
- "service": "takeshape:local",
2179
+ "name": "shapedb:get",
2180
+ "service": "shapedb",
2181
2181
  "shapeName": "Tag"
2182
2182
  },
2183
2183
  "shape": "Tag",
@@ -2186,8 +2186,8 @@
2186
2186
  "getTagList": {
2187
2187
  "args": "TSListArgs<Tag>",
2188
2188
  "resolver": {
2189
- "name": "takeshape:list",
2190
- "service": "takeshape:local",
2189
+ "name": "shapedb:list",
2190
+ "service": "shapedb",
2191
2191
  "shapeName": "Tag"
2192
2192
  },
2193
2193
  "shape": "PaginatedList<Tag>",
@@ -2196,8 +2196,8 @@
2196
2196
  "getAdvertising": {
2197
2197
  "args": "TSGetSingletonArgs<Advertising>",
2198
2198
  "resolver": {
2199
- "name": "takeshape:get",
2200
- "service": "takeshape:local",
2199
+ "name": "shapedb:get",
2200
+ "service": "shapedb",
2201
2201
  "shapeName": "Advertising"
2202
2202
  },
2203
2203
  "shape": "Advertising",
@@ -2206,8 +2206,8 @@
2206
2206
  "getConsortiumResource": {
2207
2207
  "args": "TSGetArgs<ConsortiumResource>",
2208
2208
  "resolver": {
2209
- "name": "takeshape:get",
2210
- "service": "takeshape:local",
2209
+ "name": "shapedb:get",
2210
+ "service": "shapedb",
2211
2211
  "shapeName": "ConsortiumResource"
2212
2212
  },
2213
2213
  "shape": "ConsortiumResource",
@@ -2216,8 +2216,8 @@
2216
2216
  "getConsortiumResourceList": {
2217
2217
  "args": "TSListArgs<ConsortiumResource>",
2218
2218
  "resolver": {
2219
- "name": "takeshape:list",
2220
- "service": "takeshape:local",
2219
+ "name": "shapedb:list",
2220
+ "service": "shapedb",
2221
2221
  "shapeName": "ConsortiumResource"
2222
2222
  },
2223
2223
  "shape": "PaginatedList<ConsortiumResource>",
@@ -2226,8 +2226,8 @@
2226
2226
  "getField": {
2227
2227
  "args": "TSGetArgs<Field>",
2228
2228
  "resolver": {
2229
- "name": "takeshape:get",
2230
- "service": "takeshape:local",
2229
+ "name": "shapedb:get",
2230
+ "service": "shapedb",
2231
2231
  "shapeName": "Field"
2232
2232
  },
2233
2233
  "shape": "Field",
@@ -2236,8 +2236,8 @@
2236
2236
  "getFieldList": {
2237
2237
  "args": "TSListArgs<Field>",
2238
2238
  "resolver": {
2239
- "name": "takeshape:list",
2240
- "service": "takeshape:local",
2239
+ "name": "shapedb:list",
2240
+ "service": "shapedb",
2241
2241
  "shapeName": "Field"
2242
2242
  },
2243
2243
  "shape": "PaginatedList<Field>",
@@ -2246,8 +2246,8 @@
2246
2246
  "getVideo": {
2247
2247
  "args": "TSGetArgs<Video>",
2248
2248
  "resolver": {
2249
- "name": "takeshape:get",
2250
- "service": "takeshape:local",
2249
+ "name": "shapedb:get",
2250
+ "service": "shapedb",
2251
2251
  "shapeName": "Video"
2252
2252
  },
2253
2253
  "shape": "Video",
@@ -2256,8 +2256,8 @@
2256
2256
  "getVideoList": {
2257
2257
  "args": "TSListArgs<Video>",
2258
2258
  "resolver": {
2259
- "name": "takeshape:list",
2260
- "service": "takeshape:local",
2259
+ "name": "shapedb:list",
2260
+ "service": "shapedb",
2261
2261
  "shapeName": "Video"
2262
2262
  },
2263
2263
  "shape": "PaginatedList<Video>",
@@ -2266,8 +2266,8 @@
2266
2266
  "getTheme": {
2267
2267
  "args": "TSGetArgs<Theme>",
2268
2268
  "resolver": {
2269
- "name": "takeshape:get",
2270
- "service": "takeshape:local",
2269
+ "name": "shapedb:get",
2270
+ "service": "shapedb",
2271
2271
  "shapeName": "Theme"
2272
2272
  },
2273
2273
  "shape": "Theme",
@@ -2276,8 +2276,8 @@
2276
2276
  "getThemeList": {
2277
2277
  "args": "TSListArgs<Theme>",
2278
2278
  "resolver": {
2279
- "name": "takeshape:list",
2280
- "service": "takeshape:local",
2279
+ "name": "shapedb:list",
2280
+ "service": "shapedb",
2281
2281
  "shapeName": "Theme"
2282
2282
  },
2283
2283
  "shape": "PaginatedList<Theme>",
@@ -2286,8 +2286,8 @@
2286
2286
  "getReportsLandingPage": {
2287
2287
  "args": "TSGetSingletonArgs<ReportsLandingPage>",
2288
2288
  "resolver": {
2289
- "name": "takeshape:get",
2290
- "service": "takeshape:local",
2289
+ "name": "shapedb:get",
2290
+ "service": "shapedb",
2291
2291
  "shapeName": "ReportsLandingPage"
2292
2292
  },
2293
2293
  "shape": "ReportsLandingPage",
@@ -2296,8 +2296,8 @@
2296
2296
  "getPerson": {
2297
2297
  "args": "TSGetArgs<Person>",
2298
2298
  "resolver": {
2299
- "name": "takeshape:get",
2300
- "service": "takeshape:local",
2299
+ "name": "shapedb:get",
2300
+ "service": "shapedb",
2301
2301
  "shapeName": "Person"
2302
2302
  },
2303
2303
  "shape": "Person",
@@ -2306,8 +2306,8 @@
2306
2306
  "getPersonList": {
2307
2307
  "args": "TSListArgs<Person>",
2308
2308
  "resolver": {
2309
- "name": "takeshape:list",
2310
- "service": "takeshape:local",
2309
+ "name": "shapedb:list",
2310
+ "service": "shapedb",
2311
2311
  "shapeName": "Person"
2312
2312
  },
2313
2313
  "shape": "PaginatedList<Person>",
@@ -2316,8 +2316,8 @@
2316
2316
  "getAboutPage": {
2317
2317
  "args": "TSGetSingletonArgs<AboutPage>",
2318
2318
  "resolver": {
2319
- "name": "takeshape:get",
2320
- "service": "takeshape:local",
2319
+ "name": "shapedb:get",
2320
+ "service": "shapedb",
2321
2321
  "shapeName": "AboutPage"
2322
2322
  },
2323
2323
  "shape": "AboutPage",
@@ -2326,8 +2326,8 @@
2326
2326
  "getNavigation": {
2327
2327
  "args": "TSGetSingletonArgs<Navigation>",
2328
2328
  "resolver": {
2329
- "name": "takeshape:get",
2330
- "service": "takeshape:local",
2329
+ "name": "shapedb:get",
2330
+ "service": "shapedb",
2331
2331
  "shapeName": "Navigation"
2332
2332
  },
2333
2333
  "shape": "Navigation",
@@ -2338,8 +2338,8 @@
2338
2338
  "updateResourceNavigation": {
2339
2339
  "args": "UpdateArgs<ResourceNavigation>",
2340
2340
  "resolver": {
2341
- "name": "takeshape:update",
2342
- "service": "takeshape:local",
2341
+ "name": "shapedb:update",
2342
+ "service": "shapedb",
2343
2343
  "shapeName": "ResourceNavigation"
2344
2344
  },
2345
2345
  "shape": "UpdateResult<ResourceNavigation>",
@@ -2348,8 +2348,8 @@
2348
2348
  "updateArticle": {
2349
2349
  "args": "UpdateArgs<Article>",
2350
2350
  "resolver": {
2351
- "name": "takeshape:update",
2352
- "service": "takeshape:local",
2351
+ "name": "shapedb:update",
2352
+ "service": "shapedb",
2353
2353
  "shapeName": "Article"
2354
2354
  },
2355
2355
  "shape": "UpdateResult<Article>",
@@ -2358,8 +2358,8 @@
2358
2358
  "createArticle": {
2359
2359
  "args": "CreateArgs<Article>",
2360
2360
  "resolver": {
2361
- "name": "takeshape:create",
2362
- "service": "takeshape:local",
2361
+ "name": "shapedb:create",
2362
+ "service": "shapedb",
2363
2363
  "shapeName": "Article"
2364
2364
  },
2365
2365
  "shape": "CreateResult<Article>",
@@ -2368,8 +2368,8 @@
2368
2368
  "duplicateArticle": {
2369
2369
  "args": "DuplicateArgs<Article>",
2370
2370
  "resolver": {
2371
- "name": "takeshape:duplicate",
2372
- "service": "takeshape:local",
2371
+ "name": "shapedb:duplicate",
2372
+ "service": "shapedb",
2373
2373
  "shapeName": "Article"
2374
2374
  },
2375
2375
  "shape": "DuplicateResult<Article>",
@@ -2378,8 +2378,8 @@
2378
2378
  "deleteArticle": {
2379
2379
  "args": "DeleteArgs<Article>",
2380
2380
  "resolver": {
2381
- "name": "takeshape:delete",
2382
- "service": "takeshape:local",
2381
+ "name": "shapedb:delete",
2382
+ "service": "shapedb",
2383
2383
  "shapeName": "Article"
2384
2384
  },
2385
2385
  "shape": "DeleteResult<Article>",
@@ -2388,8 +2388,8 @@
2388
2388
  "updateReport": {
2389
2389
  "args": "UpdateArgs<Report>",
2390
2390
  "resolver": {
2391
- "name": "takeshape:update",
2392
- "service": "takeshape:local",
2391
+ "name": "shapedb:update",
2392
+ "service": "shapedb",
2393
2393
  "shapeName": "Report"
2394
2394
  },
2395
2395
  "shape": "UpdateResult<Report>",
@@ -2398,8 +2398,8 @@
2398
2398
  "createReport": {
2399
2399
  "args": "CreateArgs<Report>",
2400
2400
  "resolver": {
2401
- "name": "takeshape:create",
2402
- "service": "takeshape:local",
2401
+ "name": "shapedb:create",
2402
+ "service": "shapedb",
2403
2403
  "shapeName": "Report"
2404
2404
  },
2405
2405
  "shape": "CreateResult<Report>",
@@ -2408,8 +2408,8 @@
2408
2408
  "duplicateReport": {
2409
2409
  "args": "DuplicateArgs<Report>",
2410
2410
  "resolver": {
2411
- "name": "takeshape:duplicate",
2412
- "service": "takeshape:local",
2411
+ "name": "shapedb:duplicate",
2412
+ "service": "shapedb",
2413
2413
  "shapeName": "Report"
2414
2414
  },
2415
2415
  "shape": "DuplicateResult<Report>",
@@ -2418,8 +2418,8 @@
2418
2418
  "deleteReport": {
2419
2419
  "args": "DeleteArgs<Report>",
2420
2420
  "resolver": {
2421
- "name": "takeshape:delete",
2422
- "service": "takeshape:local",
2421
+ "name": "shapedb:delete",
2422
+ "service": "shapedb",
2423
2423
  "shapeName": "Report"
2424
2424
  },
2425
2425
  "shape": "DeleteResult<Report>",
@@ -2428,8 +2428,8 @@
2428
2428
  "updatePartner": {
2429
2429
  "args": "UpdateArgs<Partner>",
2430
2430
  "resolver": {
2431
- "name": "takeshape:update",
2432
- "service": "takeshape:local",
2431
+ "name": "shapedb:update",
2432
+ "service": "shapedb",
2433
2433
  "shapeName": "Partner"
2434
2434
  },
2435
2435
  "shape": "UpdateResult<Partner>",
@@ -2438,8 +2438,8 @@
2438
2438
  "createPartner": {
2439
2439
  "args": "CreateArgs<Partner>",
2440
2440
  "resolver": {
2441
- "name": "takeshape:create",
2442
- "service": "takeshape:local",
2441
+ "name": "shapedb:create",
2442
+ "service": "shapedb",
2443
2443
  "shapeName": "Partner"
2444
2444
  },
2445
2445
  "shape": "CreateResult<Partner>",
@@ -2448,8 +2448,8 @@
2448
2448
  "duplicatePartner": {
2449
2449
  "args": "DuplicateArgs<Partner>",
2450
2450
  "resolver": {
2451
- "name": "takeshape:duplicate",
2452
- "service": "takeshape:local",
2451
+ "name": "shapedb:duplicate",
2452
+ "service": "shapedb",
2453
2453
  "shapeName": "Partner"
2454
2454
  },
2455
2455
  "shape": "DuplicateResult<Partner>",
@@ -2458,8 +2458,8 @@
2458
2458
  "deletePartner": {
2459
2459
  "args": "DeleteArgs<Partner>",
2460
2460
  "resolver": {
2461
- "name": "takeshape:delete",
2462
- "service": "takeshape:local",
2461
+ "name": "shapedb:delete",
2462
+ "service": "shapedb",
2463
2463
  "shapeName": "Partner"
2464
2464
  },
2465
2465
  "shape": "DeleteResult<Partner>",
@@ -2468,8 +2468,8 @@
2468
2468
  "updateHomepage": {
2469
2469
  "args": "UpdateArgs<Homepage>",
2470
2470
  "resolver": {
2471
- "name": "takeshape:update",
2472
- "service": "takeshape:local",
2471
+ "name": "shapedb:update",
2472
+ "service": "shapedb",
2473
2473
  "shapeName": "Homepage"
2474
2474
  },
2475
2475
  "shape": "UpdateResult<Homepage>",
@@ -2478,8 +2478,8 @@
2478
2478
  "updateScienceConsortium": {
2479
2479
  "args": "UpdateArgs<ScienceConsortium>",
2480
2480
  "resolver": {
2481
- "name": "takeshape:update",
2482
- "service": "takeshape:local",
2481
+ "name": "shapedb:update",
2482
+ "service": "shapedb",
2483
2483
  "shapeName": "ScienceConsortium"
2484
2484
  },
2485
2485
  "shape": "UpdateResult<ScienceConsortium>",
@@ -2488,8 +2488,8 @@
2488
2488
  "updateDeck": {
2489
2489
  "args": "UpdateArgs<Deck>",
2490
2490
  "resolver": {
2491
- "name": "takeshape:update",
2492
- "service": "takeshape:local",
2491
+ "name": "shapedb:update",
2492
+ "service": "shapedb",
2493
2493
  "shapeName": "Deck"
2494
2494
  },
2495
2495
  "shape": "UpdateResult<Deck>",
@@ -2498,8 +2498,8 @@
2498
2498
  "createDeck": {
2499
2499
  "args": "CreateArgs<Deck>",
2500
2500
  "resolver": {
2501
- "name": "takeshape:create",
2502
- "service": "takeshape:local",
2501
+ "name": "shapedb:create",
2502
+ "service": "shapedb",
2503
2503
  "shapeName": "Deck"
2504
2504
  },
2505
2505
  "shape": "CreateResult<Deck>",
@@ -2508,8 +2508,8 @@
2508
2508
  "duplicateDeck": {
2509
2509
  "args": "DuplicateArgs<Deck>",
2510
2510
  "resolver": {
2511
- "name": "takeshape:duplicate",
2512
- "service": "takeshape:local",
2511
+ "name": "shapedb:duplicate",
2512
+ "service": "shapedb",
2513
2513
  "shapeName": "Deck"
2514
2514
  },
2515
2515
  "shape": "DuplicateResult<Deck>",
@@ -2518,8 +2518,8 @@
2518
2518
  "deleteDeck": {
2519
2519
  "args": "DeleteArgs<Deck>",
2520
2520
  "resolver": {
2521
- "name": "takeshape:delete",
2522
- "service": "takeshape:local",
2521
+ "name": "shapedb:delete",
2522
+ "service": "shapedb",
2523
2523
  "shapeName": "Deck"
2524
2524
  },
2525
2525
  "shape": "DeleteResult<Deck>",
@@ -2528,8 +2528,8 @@
2528
2528
  "updateAnswers": {
2529
2529
  "args": "UpdateArgs<Answers>",
2530
2530
  "resolver": {
2531
- "name": "takeshape:update",
2532
- "service": "takeshape:local",
2531
+ "name": "shapedb:update",
2532
+ "service": "shapedb",
2533
2533
  "shapeName": "Answers"
2534
2534
  },
2535
2535
  "shape": "UpdateResult<Answers>",
@@ -2538,8 +2538,8 @@
2538
2538
  "createAnswers": {
2539
2539
  "args": "CreateArgs<Answers>",
2540
2540
  "resolver": {
2541
- "name": "takeshape:create",
2542
- "service": "takeshape:local",
2541
+ "name": "shapedb:create",
2542
+ "service": "shapedb",
2543
2543
  "shapeName": "Answers"
2544
2544
  },
2545
2545
  "shape": "CreateResult<Answers>",
@@ -2548,8 +2548,8 @@
2548
2548
  "duplicateAnswers": {
2549
2549
  "args": "DuplicateArgs<Answers>",
2550
2550
  "resolver": {
2551
- "name": "takeshape:duplicate",
2552
- "service": "takeshape:local",
2551
+ "name": "shapedb:duplicate",
2552
+ "service": "shapedb",
2553
2553
  "shapeName": "Answers"
2554
2554
  },
2555
2555
  "shape": "DuplicateResult<Answers>",
@@ -2558,8 +2558,8 @@
2558
2558
  "deleteAnswers": {
2559
2559
  "args": "DeleteArgs<Answers>",
2560
2560
  "resolver": {
2561
- "name": "takeshape:delete",
2562
- "service": "takeshape:local",
2561
+ "name": "shapedb:delete",
2562
+ "service": "shapedb",
2563
2563
  "shapeName": "Answers"
2564
2564
  },
2565
2565
  "shape": "DeleteResult<Answers>",
@@ -2568,8 +2568,8 @@
2568
2568
  "updateNote": {
2569
2569
  "args": "UpdateArgs<Note>",
2570
2570
  "resolver": {
2571
- "name": "takeshape:update",
2572
- "service": "takeshape:local",
2571
+ "name": "shapedb:update",
2572
+ "service": "shapedb",
2573
2573
  "shapeName": "Note"
2574
2574
  },
2575
2575
  "shape": "UpdateResult<Note>",
@@ -2578,8 +2578,8 @@
2578
2578
  "createNote": {
2579
2579
  "args": "CreateArgs<Note>",
2580
2580
  "resolver": {
2581
- "name": "takeshape:create",
2582
- "service": "takeshape:local",
2581
+ "name": "shapedb:create",
2582
+ "service": "shapedb",
2583
2583
  "shapeName": "Note"
2584
2584
  },
2585
2585
  "shape": "CreateResult<Note>",
@@ -2588,8 +2588,8 @@
2588
2588
  "duplicateNote": {
2589
2589
  "args": "DuplicateArgs<Note>",
2590
2590
  "resolver": {
2591
- "name": "takeshape:duplicate",
2592
- "service": "takeshape:local",
2591
+ "name": "shapedb:duplicate",
2592
+ "service": "shapedb",
2593
2593
  "shapeName": "Note"
2594
2594
  },
2595
2595
  "shape": "DuplicateResult<Note>",
@@ -2598,8 +2598,8 @@
2598
2598
  "deleteNote": {
2599
2599
  "args": "DeleteArgs<Note>",
2600
2600
  "resolver": {
2601
- "name": "takeshape:delete",
2602
- "service": "takeshape:local",
2601
+ "name": "shapedb:delete",
2602
+ "service": "shapedb",
2603
2603
  "shapeName": "Note"
2604
2604
  },
2605
2605
  "shape": "DeleteResult<Note>",
@@ -2608,8 +2608,8 @@
2608
2608
  "updateSupermassive": {
2609
2609
  "args": "UpdateArgs<Supermassive>",
2610
2610
  "resolver": {
2611
- "name": "takeshape:update",
2612
- "service": "takeshape:local",
2611
+ "name": "shapedb:update",
2612
+ "service": "shapedb",
2613
2613
  "shapeName": "Supermassive"
2614
2614
  },
2615
2615
  "shape": "UpdateResult<Supermassive>",
@@ -2618,8 +2618,8 @@
2618
2618
  "updatePodcast": {
2619
2619
  "args": "UpdateArgs<Podcast>",
2620
2620
  "resolver": {
2621
- "name": "takeshape:update",
2622
- "service": "takeshape:local",
2621
+ "name": "shapedb:update",
2622
+ "service": "shapedb",
2623
2623
  "shapeName": "Podcast"
2624
2624
  },
2625
2625
  "shape": "UpdateResult<Podcast>",
@@ -2628,8 +2628,8 @@
2628
2628
  "updateInstitution": {
2629
2629
  "args": "UpdateArgs<Institution>",
2630
2630
  "resolver": {
2631
- "name": "takeshape:update",
2632
- "service": "takeshape:local",
2631
+ "name": "shapedb:update",
2632
+ "service": "shapedb",
2633
2633
  "shapeName": "Institution"
2634
2634
  },
2635
2635
  "shape": "UpdateResult<Institution>",
@@ -2638,8 +2638,8 @@
2638
2638
  "createInstitution": {
2639
2639
  "args": "CreateArgs<Institution>",
2640
2640
  "resolver": {
2641
- "name": "takeshape:create",
2642
- "service": "takeshape:local",
2641
+ "name": "shapedb:create",
2642
+ "service": "shapedb",
2643
2643
  "shapeName": "Institution"
2644
2644
  },
2645
2645
  "shape": "CreateResult<Institution>",
@@ -2648,8 +2648,8 @@
2648
2648
  "duplicateInstitution": {
2649
2649
  "args": "DuplicateArgs<Institution>",
2650
2650
  "resolver": {
2651
- "name": "takeshape:duplicate",
2652
- "service": "takeshape:local",
2651
+ "name": "shapedb:duplicate",
2652
+ "service": "shapedb",
2653
2653
  "shapeName": "Institution"
2654
2654
  },
2655
2655
  "shape": "DuplicateResult<Institution>",
@@ -2658,8 +2658,8 @@
2658
2658
  "deleteInstitution": {
2659
2659
  "args": "DeleteArgs<Institution>",
2660
2660
  "resolver": {
2661
- "name": "takeshape:delete",
2662
- "service": "takeshape:local",
2661
+ "name": "shapedb:delete",
2662
+ "service": "shapedb",
2663
2663
  "shapeName": "Institution"
2664
2664
  },
2665
2665
  "shape": "DeleteResult<Institution>",
@@ -2668,8 +2668,8 @@
2668
2668
  "updateEpisode": {
2669
2669
  "args": "UpdateArgs<Episode>",
2670
2670
  "resolver": {
2671
- "name": "takeshape:update",
2672
- "service": "takeshape:local",
2671
+ "name": "shapedb:update",
2672
+ "service": "shapedb",
2673
2673
  "shapeName": "Episode"
2674
2674
  },
2675
2675
  "shape": "UpdateResult<Episode>",
@@ -2678,8 +2678,8 @@
2678
2678
  "createEpisode": {
2679
2679
  "args": "CreateArgs<Episode>",
2680
2680
  "resolver": {
2681
- "name": "takeshape:create",
2682
- "service": "takeshape:local",
2681
+ "name": "shapedb:create",
2682
+ "service": "shapedb",
2683
2683
  "shapeName": "Episode"
2684
2684
  },
2685
2685
  "shape": "CreateResult<Episode>",
@@ -2688,8 +2688,8 @@
2688
2688
  "duplicateEpisode": {
2689
2689
  "args": "DuplicateArgs<Episode>",
2690
2690
  "resolver": {
2691
- "name": "takeshape:duplicate",
2692
- "service": "takeshape:local",
2691
+ "name": "shapedb:duplicate",
2692
+ "service": "shapedb",
2693
2693
  "shapeName": "Episode"
2694
2694
  },
2695
2695
  "shape": "DuplicateResult<Episode>",
@@ -2698,8 +2698,8 @@
2698
2698
  "deleteEpisode": {
2699
2699
  "args": "DeleteArgs<Episode>",
2700
2700
  "resolver": {
2701
- "name": "takeshape:delete",
2702
- "service": "takeshape:local",
2701
+ "name": "shapedb:delete",
2702
+ "service": "shapedb",
2703
2703
  "shapeName": "Episode"
2704
2704
  },
2705
2705
  "shape": "DeleteResult<Episode>",
@@ -2708,8 +2708,8 @@
2708
2708
  "updateDefaults": {
2709
2709
  "args": "UpdateArgs<Defaults>",
2710
2710
  "resolver": {
2711
- "name": "takeshape:update",
2712
- "service": "takeshape:local",
2711
+ "name": "shapedb:update",
2712
+ "service": "shapedb",
2713
2713
  "shapeName": "Defaults"
2714
2714
  },
2715
2715
  "shape": "UpdateResult<Defaults>",
@@ -2718,8 +2718,8 @@
2718
2718
  "updateReportSection": {
2719
2719
  "args": "UpdateArgs<ReportSection>",
2720
2720
  "resolver": {
2721
- "name": "takeshape:update",
2722
- "service": "takeshape:local",
2721
+ "name": "shapedb:update",
2722
+ "service": "shapedb",
2723
2723
  "shapeName": "ReportSection"
2724
2724
  },
2725
2725
  "shape": "UpdateResult<ReportSection>",
@@ -2728,8 +2728,8 @@
2728
2728
  "createReportSection": {
2729
2729
  "args": "CreateArgs<ReportSection>",
2730
2730
  "resolver": {
2731
- "name": "takeshape:create",
2732
- "service": "takeshape:local",
2731
+ "name": "shapedb:create",
2732
+ "service": "shapedb",
2733
2733
  "shapeName": "ReportSection"
2734
2734
  },
2735
2735
  "shape": "CreateResult<ReportSection>",
@@ -2738,8 +2738,8 @@
2738
2738
  "duplicateReportSection": {
2739
2739
  "args": "DuplicateArgs<ReportSection>",
2740
2740
  "resolver": {
2741
- "name": "takeshape:duplicate",
2742
- "service": "takeshape:local",
2741
+ "name": "shapedb:duplicate",
2742
+ "service": "shapedb",
2743
2743
  "shapeName": "ReportSection"
2744
2744
  },
2745
2745
  "shape": "DuplicateResult<ReportSection>",
@@ -2748,8 +2748,8 @@
2748
2748
  "deleteReportSection": {
2749
2749
  "args": "DeleteArgs<ReportSection>",
2750
2750
  "resolver": {
2751
- "name": "takeshape:delete",
2752
- "service": "takeshape:local",
2751
+ "name": "shapedb:delete",
2752
+ "service": "shapedb",
2753
2753
  "shapeName": "ReportSection"
2754
2754
  },
2755
2755
  "shape": "DeleteResult<ReportSection>",
@@ -2758,8 +2758,8 @@
2758
2758
  "updateTarot": {
2759
2759
  "args": "UpdateArgs<Tarot>",
2760
2760
  "resolver": {
2761
- "name": "takeshape:update",
2762
- "service": "takeshape:local",
2761
+ "name": "shapedb:update",
2762
+ "service": "shapedb",
2763
2763
  "shapeName": "Tarot"
2764
2764
  },
2765
2765
  "shape": "UpdateResult<Tarot>",
@@ -2768,8 +2768,8 @@
2768
2768
  "updateFormat": {
2769
2769
  "args": "UpdateArgs<Format>",
2770
2770
  "resolver": {
2771
- "name": "takeshape:update",
2772
- "service": "takeshape:local",
2771
+ "name": "shapedb:update",
2772
+ "service": "shapedb",
2773
2773
  "shapeName": "Format"
2774
2774
  },
2775
2775
  "shape": "UpdateResult<Format>",
@@ -2778,8 +2778,8 @@
2778
2778
  "createFormat": {
2779
2779
  "args": "CreateArgs<Format>",
2780
2780
  "resolver": {
2781
- "name": "takeshape:create",
2782
- "service": "takeshape:local",
2781
+ "name": "shapedb:create",
2782
+ "service": "shapedb",
2783
2783
  "shapeName": "Format"
2784
2784
  },
2785
2785
  "shape": "CreateResult<Format>",
@@ -2788,8 +2788,8 @@
2788
2788
  "duplicateFormat": {
2789
2789
  "args": "DuplicateArgs<Format>",
2790
2790
  "resolver": {
2791
- "name": "takeshape:duplicate",
2792
- "service": "takeshape:local",
2791
+ "name": "shapedb:duplicate",
2792
+ "service": "shapedb",
2793
2793
  "shapeName": "Format"
2794
2794
  },
2795
2795
  "shape": "DuplicateResult<Format>",
@@ -2798,8 +2798,8 @@
2798
2798
  "deleteFormat": {
2799
2799
  "args": "DeleteArgs<Format>",
2800
2800
  "resolver": {
2801
- "name": "takeshape:delete",
2802
- "service": "takeshape:local",
2801
+ "name": "shapedb:delete",
2802
+ "service": "shapedb",
2803
2803
  "shapeName": "Format"
2804
2804
  },
2805
2805
  "shape": "DeleteResult<Format>",
@@ -2808,8 +2808,8 @@
2808
2808
  "updatePage": {
2809
2809
  "args": "UpdateArgs<Page>",
2810
2810
  "resolver": {
2811
- "name": "takeshape:update",
2812
- "service": "takeshape:local",
2811
+ "name": "shapedb:update",
2812
+ "service": "shapedb",
2813
2813
  "shapeName": "Page"
2814
2814
  },
2815
2815
  "shape": "UpdateResult<Page>",
@@ -2818,8 +2818,8 @@
2818
2818
  "createPage": {
2819
2819
  "args": "CreateArgs<Page>",
2820
2820
  "resolver": {
2821
- "name": "takeshape:create",
2822
- "service": "takeshape:local",
2821
+ "name": "shapedb:create",
2822
+ "service": "shapedb",
2823
2823
  "shapeName": "Page"
2824
2824
  },
2825
2825
  "shape": "CreateResult<Page>",
@@ -2828,8 +2828,8 @@
2828
2828
  "duplicatePage": {
2829
2829
  "args": "DuplicateArgs<Page>",
2830
2830
  "resolver": {
2831
- "name": "takeshape:duplicate",
2832
- "service": "takeshape:local",
2831
+ "name": "shapedb:duplicate",
2832
+ "service": "shapedb",
2833
2833
  "shapeName": "Page"
2834
2834
  },
2835
2835
  "shape": "DuplicateResult<Page>",
@@ -2838,8 +2838,8 @@
2838
2838
  "deletePage": {
2839
2839
  "args": "DeleteArgs<Page>",
2840
2840
  "resolver": {
2841
- "name": "takeshape:delete",
2842
- "service": "takeshape:local",
2841
+ "name": "shapedb:delete",
2842
+ "service": "shapedb",
2843
2843
  "shapeName": "Page"
2844
2844
  },
2845
2845
  "shape": "DeleteResult<Page>",
@@ -2848,8 +2848,8 @@
2848
2848
  "updateProduct": {
2849
2849
  "args": "UpdateArgs<Product>",
2850
2850
  "resolver": {
2851
- "name": "takeshape:update",
2852
- "service": "takeshape:local",
2851
+ "name": "shapedb:update",
2852
+ "service": "shapedb",
2853
2853
  "shapeName": "Product"
2854
2854
  },
2855
2855
  "shape": "UpdateResult<Product>",
@@ -2858,8 +2858,8 @@
2858
2858
  "createProduct": {
2859
2859
  "args": "CreateArgs<Product>",
2860
2860
  "resolver": {
2861
- "name": "takeshape:create",
2862
- "service": "takeshape:local",
2861
+ "name": "shapedb:create",
2862
+ "service": "shapedb",
2863
2863
  "shapeName": "Product"
2864
2864
  },
2865
2865
  "shape": "CreateResult<Product>",
@@ -2868,8 +2868,8 @@
2868
2868
  "duplicateProduct": {
2869
2869
  "args": "DuplicateArgs<Product>",
2870
2870
  "resolver": {
2871
- "name": "takeshape:duplicate",
2872
- "service": "takeshape:local",
2871
+ "name": "shapedb:duplicate",
2872
+ "service": "shapedb",
2873
2873
  "shapeName": "Product"
2874
2874
  },
2875
2875
  "shape": "DuplicateResult<Product>",
@@ -2878,8 +2878,8 @@
2878
2878
  "deleteProduct": {
2879
2879
  "args": "DeleteArgs<Product>",
2880
2880
  "resolver": {
2881
- "name": "takeshape:delete",
2882
- "service": "takeshape:local",
2881
+ "name": "shapedb:delete",
2882
+ "service": "shapedb",
2883
2883
  "shapeName": "Product"
2884
2884
  },
2885
2885
  "shape": "DeleteResult<Product>",
@@ -2888,8 +2888,8 @@
2888
2888
  "updateNewsletter": {
2889
2889
  "args": "UpdateArgs<Newsletter>",
2890
2890
  "resolver": {
2891
- "name": "takeshape:update",
2892
- "service": "takeshape:local",
2891
+ "name": "shapedb:update",
2892
+ "service": "shapedb",
2893
2893
  "shapeName": "Newsletter"
2894
2894
  },
2895
2895
  "shape": "UpdateResult<Newsletter>",
@@ -2898,8 +2898,8 @@
2898
2898
  "createNewsletter": {
2899
2899
  "args": "CreateArgs<Newsletter>",
2900
2900
  "resolver": {
2901
- "name": "takeshape:create",
2902
- "service": "takeshape:local",
2901
+ "name": "shapedb:create",
2902
+ "service": "shapedb",
2903
2903
  "shapeName": "Newsletter"
2904
2904
  },
2905
2905
  "shape": "CreateResult<Newsletter>",
@@ -2908,8 +2908,8 @@
2908
2908
  "duplicateNewsletter": {
2909
2909
  "args": "DuplicateArgs<Newsletter>",
2910
2910
  "resolver": {
2911
- "name": "takeshape:duplicate",
2912
- "service": "takeshape:local",
2911
+ "name": "shapedb:duplicate",
2912
+ "service": "shapedb",
2913
2913
  "shapeName": "Newsletter"
2914
2914
  },
2915
2915
  "shape": "DuplicateResult<Newsletter>",
@@ -2918,8 +2918,8 @@
2918
2918
  "deleteNewsletter": {
2919
2919
  "args": "DeleteArgs<Newsletter>",
2920
2920
  "resolver": {
2921
- "name": "takeshape:delete",
2922
- "service": "takeshape:local",
2921
+ "name": "shapedb:delete",
2922
+ "service": "shapedb",
2923
2923
  "shapeName": "Newsletter"
2924
2924
  },
2925
2925
  "shape": "DeleteResult<Newsletter>",
@@ -2928,8 +2928,8 @@
2928
2928
  "updateAsset": {
2929
2929
  "args": "UpdateArgs<Asset>",
2930
2930
  "resolver": {
2931
- "name": "takeshape:update",
2932
- "service": "takeshape:local",
2931
+ "name": "shapedb:update",
2932
+ "service": "shapedb",
2933
2933
  "shapeName": "Asset"
2934
2934
  },
2935
2935
  "shape": "UpdateResult<Asset>",
@@ -2938,8 +2938,8 @@
2938
2938
  "createAsset": {
2939
2939
  "args": "CreateArgs<Asset>",
2940
2940
  "resolver": {
2941
- "name": "takeshape:create",
2942
- "service": "takeshape:local",
2941
+ "name": "shapedb:create",
2942
+ "service": "shapedb",
2943
2943
  "shapeName": "Asset"
2944
2944
  },
2945
2945
  "shape": "CreateResult<Asset>",
@@ -2948,8 +2948,8 @@
2948
2948
  "duplicateAsset": {
2949
2949
  "args": "DuplicateArgs<Asset>",
2950
2950
  "resolver": {
2951
- "name": "takeshape:duplicate",
2952
- "service": "takeshape:local",
2951
+ "name": "shapedb:duplicate",
2952
+ "service": "shapedb",
2953
2953
  "shapeName": "Asset"
2954
2954
  },
2955
2955
  "shape": "DuplicateResult<Asset>",
@@ -2958,8 +2958,8 @@
2958
2958
  "deleteAsset": {
2959
2959
  "args": "DeleteArgs<Asset>",
2960
2960
  "resolver": {
2961
- "name": "takeshape:delete",
2962
- "service": "takeshape:local",
2961
+ "name": "shapedb:delete",
2962
+ "service": "shapedb",
2963
2963
  "shapeName": "Asset"
2964
2964
  },
2965
2965
  "shape": "DeleteResult<Asset>",
@@ -2968,8 +2968,8 @@
2968
2968
  "updateTag": {
2969
2969
  "args": "UpdateArgs<Tag>",
2970
2970
  "resolver": {
2971
- "name": "takeshape:update",
2972
- "service": "takeshape:local",
2971
+ "name": "shapedb:update",
2972
+ "service": "shapedb",
2973
2973
  "shapeName": "Tag"
2974
2974
  },
2975
2975
  "shape": "UpdateResult<Tag>",
@@ -2978,8 +2978,8 @@
2978
2978
  "createTag": {
2979
2979
  "args": "CreateArgs<Tag>",
2980
2980
  "resolver": {
2981
- "name": "takeshape:create",
2982
- "service": "takeshape:local",
2981
+ "name": "shapedb:create",
2982
+ "service": "shapedb",
2983
2983
  "shapeName": "Tag"
2984
2984
  },
2985
2985
  "shape": "CreateResult<Tag>",
@@ -2988,8 +2988,8 @@
2988
2988
  "duplicateTag": {
2989
2989
  "args": "DuplicateArgs<Tag>",
2990
2990
  "resolver": {
2991
- "name": "takeshape:duplicate",
2992
- "service": "takeshape:local",
2991
+ "name": "shapedb:duplicate",
2992
+ "service": "shapedb",
2993
2993
  "shapeName": "Tag"
2994
2994
  },
2995
2995
  "shape": "DuplicateResult<Tag>",
@@ -2998,8 +2998,8 @@
2998
2998
  "deleteTag": {
2999
2999
  "args": "DeleteArgs<Tag>",
3000
3000
  "resolver": {
3001
- "name": "takeshape:delete",
3002
- "service": "takeshape:local",
3001
+ "name": "shapedb:delete",
3002
+ "service": "shapedb",
3003
3003
  "shapeName": "Tag"
3004
3004
  },
3005
3005
  "shape": "DeleteResult<Tag>",
@@ -3008,8 +3008,8 @@
3008
3008
  "updateAdvertising": {
3009
3009
  "args": "UpdateArgs<Advertising>",
3010
3010
  "resolver": {
3011
- "name": "takeshape:update",
3012
- "service": "takeshape:local",
3011
+ "name": "shapedb:update",
3012
+ "service": "shapedb",
3013
3013
  "shapeName": "Advertising"
3014
3014
  },
3015
3015
  "shape": "UpdateResult<Advertising>",
@@ -3018,8 +3018,8 @@
3018
3018
  "updateConsortiumResource": {
3019
3019
  "args": "UpdateArgs<ConsortiumResource>",
3020
3020
  "resolver": {
3021
- "name": "takeshape:update",
3022
- "service": "takeshape:local",
3021
+ "name": "shapedb:update",
3022
+ "service": "shapedb",
3023
3023
  "shapeName": "ConsortiumResource"
3024
3024
  },
3025
3025
  "shape": "UpdateResult<ConsortiumResource>",
@@ -3028,8 +3028,8 @@
3028
3028
  "createConsortiumResource": {
3029
3029
  "args": "CreateArgs<ConsortiumResource>",
3030
3030
  "resolver": {
3031
- "name": "takeshape:create",
3032
- "service": "takeshape:local",
3031
+ "name": "shapedb:create",
3032
+ "service": "shapedb",
3033
3033
  "shapeName": "ConsortiumResource"
3034
3034
  },
3035
3035
  "shape": "CreateResult<ConsortiumResource>",
@@ -3038,8 +3038,8 @@
3038
3038
  "duplicateConsortiumResource": {
3039
3039
  "args": "DuplicateArgs<ConsortiumResource>",
3040
3040
  "resolver": {
3041
- "name": "takeshape:duplicate",
3042
- "service": "takeshape:local",
3041
+ "name": "shapedb:duplicate",
3042
+ "service": "shapedb",
3043
3043
  "shapeName": "ConsortiumResource"
3044
3044
  },
3045
3045
  "shape": "DuplicateResult<ConsortiumResource>",
@@ -3048,8 +3048,8 @@
3048
3048
  "deleteConsortiumResource": {
3049
3049
  "args": "DeleteArgs<ConsortiumResource>",
3050
3050
  "resolver": {
3051
- "name": "takeshape:delete",
3052
- "service": "takeshape:local",
3051
+ "name": "shapedb:delete",
3052
+ "service": "shapedb",
3053
3053
  "shapeName": "ConsortiumResource"
3054
3054
  },
3055
3055
  "shape": "DeleteResult<ConsortiumResource>",
@@ -3058,8 +3058,8 @@
3058
3058
  "updateField": {
3059
3059
  "args": "UpdateArgs<Field>",
3060
3060
  "resolver": {
3061
- "name": "takeshape:update",
3062
- "service": "takeshape:local",
3061
+ "name": "shapedb:update",
3062
+ "service": "shapedb",
3063
3063
  "shapeName": "Field"
3064
3064
  },
3065
3065
  "shape": "UpdateResult<Field>",
@@ -3068,8 +3068,8 @@
3068
3068
  "createField": {
3069
3069
  "args": "CreateArgs<Field>",
3070
3070
  "resolver": {
3071
- "name": "takeshape:create",
3072
- "service": "takeshape:local",
3071
+ "name": "shapedb:create",
3072
+ "service": "shapedb",
3073
3073
  "shapeName": "Field"
3074
3074
  },
3075
3075
  "shape": "CreateResult<Field>",
@@ -3078,8 +3078,8 @@
3078
3078
  "duplicateField": {
3079
3079
  "args": "DuplicateArgs<Field>",
3080
3080
  "resolver": {
3081
- "name": "takeshape:duplicate",
3082
- "service": "takeshape:local",
3081
+ "name": "shapedb:duplicate",
3082
+ "service": "shapedb",
3083
3083
  "shapeName": "Field"
3084
3084
  },
3085
3085
  "shape": "DuplicateResult<Field>",
@@ -3088,8 +3088,8 @@
3088
3088
  "deleteField": {
3089
3089
  "args": "DeleteArgs<Field>",
3090
3090
  "resolver": {
3091
- "name": "takeshape:delete",
3092
- "service": "takeshape:local",
3091
+ "name": "shapedb:delete",
3092
+ "service": "shapedb",
3093
3093
  "shapeName": "Field"
3094
3094
  },
3095
3095
  "shape": "DeleteResult<Field>",
@@ -3098,8 +3098,8 @@
3098
3098
  "updateVideo": {
3099
3099
  "args": "UpdateArgs<Video>",
3100
3100
  "resolver": {
3101
- "name": "takeshape:update",
3102
- "service": "takeshape:local",
3101
+ "name": "shapedb:update",
3102
+ "service": "shapedb",
3103
3103
  "shapeName": "Video"
3104
3104
  },
3105
3105
  "shape": "UpdateResult<Video>",
@@ -3108,8 +3108,8 @@
3108
3108
  "createVideo": {
3109
3109
  "args": "CreateArgs<Video>",
3110
3110
  "resolver": {
3111
- "name": "takeshape:create",
3112
- "service": "takeshape:local",
3111
+ "name": "shapedb:create",
3112
+ "service": "shapedb",
3113
3113
  "shapeName": "Video"
3114
3114
  },
3115
3115
  "shape": "CreateResult<Video>",
@@ -3118,8 +3118,8 @@
3118
3118
  "duplicateVideo": {
3119
3119
  "args": "DuplicateArgs<Video>",
3120
3120
  "resolver": {
3121
- "name": "takeshape:duplicate",
3122
- "service": "takeshape:local",
3121
+ "name": "shapedb:duplicate",
3122
+ "service": "shapedb",
3123
3123
  "shapeName": "Video"
3124
3124
  },
3125
3125
  "shape": "DuplicateResult<Video>",
@@ -3128,8 +3128,8 @@
3128
3128
  "deleteVideo": {
3129
3129
  "args": "DeleteArgs<Video>",
3130
3130
  "resolver": {
3131
- "name": "takeshape:delete",
3132
- "service": "takeshape:local",
3131
+ "name": "shapedb:delete",
3132
+ "service": "shapedb",
3133
3133
  "shapeName": "Video"
3134
3134
  },
3135
3135
  "shape": "DeleteResult<Video>",
@@ -3138,8 +3138,8 @@
3138
3138
  "updateTheme": {
3139
3139
  "args": "UpdateArgs<Theme>",
3140
3140
  "resolver": {
3141
- "name": "takeshape:update",
3142
- "service": "takeshape:local",
3141
+ "name": "shapedb:update",
3142
+ "service": "shapedb",
3143
3143
  "shapeName": "Theme"
3144
3144
  },
3145
3145
  "shape": "UpdateResult<Theme>",
@@ -3148,8 +3148,8 @@
3148
3148
  "createTheme": {
3149
3149
  "args": "CreateArgs<Theme>",
3150
3150
  "resolver": {
3151
- "name": "takeshape:create",
3152
- "service": "takeshape:local",
3151
+ "name": "shapedb:create",
3152
+ "service": "shapedb",
3153
3153
  "shapeName": "Theme"
3154
3154
  },
3155
3155
  "shape": "CreateResult<Theme>",
@@ -3158,8 +3158,8 @@
3158
3158
  "duplicateTheme": {
3159
3159
  "args": "DuplicateArgs<Theme>",
3160
3160
  "resolver": {
3161
- "name": "takeshape:duplicate",
3162
- "service": "takeshape:local",
3161
+ "name": "shapedb:duplicate",
3162
+ "service": "shapedb",
3163
3163
  "shapeName": "Theme"
3164
3164
  },
3165
3165
  "shape": "DuplicateResult<Theme>",
@@ -3168,8 +3168,8 @@
3168
3168
  "deleteTheme": {
3169
3169
  "args": "DeleteArgs<Theme>",
3170
3170
  "resolver": {
3171
- "name": "takeshape:delete",
3172
- "service": "takeshape:local",
3171
+ "name": "shapedb:delete",
3172
+ "service": "shapedb",
3173
3173
  "shapeName": "Theme"
3174
3174
  },
3175
3175
  "shape": "DeleteResult<Theme>",
@@ -3178,8 +3178,8 @@
3178
3178
  "updateReportsLandingPage": {
3179
3179
  "args": "UpdateArgs<ReportsLandingPage>",
3180
3180
  "resolver": {
3181
- "name": "takeshape:update",
3182
- "service": "takeshape:local",
3181
+ "name": "shapedb:update",
3182
+ "service": "shapedb",
3183
3183
  "shapeName": "ReportsLandingPage"
3184
3184
  },
3185
3185
  "shape": "UpdateResult<ReportsLandingPage>",
@@ -3188,8 +3188,8 @@
3188
3188
  "updatePerson": {
3189
3189
  "args": "UpdateArgs<Person>",
3190
3190
  "resolver": {
3191
- "name": "takeshape:update",
3192
- "service": "takeshape:local",
3191
+ "name": "shapedb:update",
3192
+ "service": "shapedb",
3193
3193
  "shapeName": "Person"
3194
3194
  },
3195
3195
  "shape": "UpdateResult<Person>",
@@ -3198,8 +3198,8 @@
3198
3198
  "createPerson": {
3199
3199
  "args": "CreateArgs<Person>",
3200
3200
  "resolver": {
3201
- "name": "takeshape:create",
3202
- "service": "takeshape:local",
3201
+ "name": "shapedb:create",
3202
+ "service": "shapedb",
3203
3203
  "shapeName": "Person"
3204
3204
  },
3205
3205
  "shape": "CreateResult<Person>",
@@ -3208,8 +3208,8 @@
3208
3208
  "duplicatePerson": {
3209
3209
  "args": "DuplicateArgs<Person>",
3210
3210
  "resolver": {
3211
- "name": "takeshape:duplicate",
3212
- "service": "takeshape:local",
3211
+ "name": "shapedb:duplicate",
3212
+ "service": "shapedb",
3213
3213
  "shapeName": "Person"
3214
3214
  },
3215
3215
  "shape": "DuplicateResult<Person>",
@@ -3218,8 +3218,8 @@
3218
3218
  "deletePerson": {
3219
3219
  "args": "DeleteArgs<Person>",
3220
3220
  "resolver": {
3221
- "name": "takeshape:delete",
3222
- "service": "takeshape:local",
3221
+ "name": "shapedb:delete",
3222
+ "service": "shapedb",
3223
3223
  "shapeName": "Person"
3224
3224
  },
3225
3225
  "shape": "DeleteResult<Person>",
@@ -3228,8 +3228,8 @@
3228
3228
  "updateAboutPage": {
3229
3229
  "args": "UpdateArgs<AboutPage>",
3230
3230
  "resolver": {
3231
- "name": "takeshape:update",
3232
- "service": "takeshape:local",
3231
+ "name": "shapedb:update",
3232
+ "service": "shapedb",
3233
3233
  "shapeName": "AboutPage"
3234
3234
  },
3235
3235
  "shape": "UpdateResult<AboutPage>",
@@ -3238,8 +3238,8 @@
3238
3238
  "updateNavigation": {
3239
3239
  "args": "UpdateArgs<Navigation>",
3240
3240
  "resolver": {
3241
- "name": "takeshape:update",
3242
- "service": "takeshape:local",
3241
+ "name": "shapedb:update",
3242
+ "service": "shapedb",
3243
3243
  "shapeName": "Navigation"
3244
3244
  },
3245
3245
  "shape": "UpdateResult<Navigation>",
@@ -3259,7 +3259,7 @@
3259
3259
  "properties": {
3260
3260
  "topLevelResource": {
3261
3261
  "title": "Top-Level Resource",
3262
- "@mapping": "takeshape:local:ResourceNavigation.S1pwAg_9b",
3262
+ "@mapping": "shapedb:ResourceNavigation.S1pwAg_9b",
3263
3263
  "@backreference": {
3264
3264
  "enabled": true
3265
3265
  },
@@ -3269,8 +3269,8 @@
3269
3269
  },
3270
3270
  "@args": "TSRelationshipArgs",
3271
3271
  "@resolver": {
3272
- "name": "takeshape:getRelated",
3273
- "service": "takeshape:local",
3272
+ "name": "shapedb:getRelated",
3273
+ "service": "shapedb",
3274
3274
  "options": {
3275
3275
  "nullable": true
3276
3276
  }
@@ -3282,7 +3282,7 @@
3282
3282
  "items": {
3283
3283
  "$ref": "#/shapes/ResourceNavigationSections/schema"
3284
3284
  },
3285
- "@mapping": "takeshape:local:ResourceNavigation.HJ4TqMwq-"
3285
+ "@mapping": "shapedb:ResourceNavigation.HJ4TqMwq-"
3286
3286
  },
3287
3287
  "externalResources": {
3288
3288
  "type": "array",
@@ -3290,7 +3290,7 @@
3290
3290
  "items": {
3291
3291
  "$ref": "#/shapes/ResourceNavigationExternalResources/schema"
3292
3292
  },
3293
- "@mapping": "takeshape:local:ResourceNavigation.Bk5GCXD9W"
3293
+ "@mapping": "shapedb:ResourceNavigation.Bk5GCXD9W"
3294
3294
  }
3295
3295
  }
3296
3296
  }
@@ -3306,11 +3306,11 @@
3306
3306
  "type": "string",
3307
3307
  "title": "Name",
3308
3308
  "minLength": 0,
3309
- "@mapping": "takeshape:local:ResourceNavigationSectionsSubsections.rJc6mpxrE"
3309
+ "@mapping": "shapedb:ResourceNavigationSectionsSubsections.rJc6mpxrE"
3310
3310
  },
3311
3311
  "resources": {
3312
3312
  "title": "Resources",
3313
- "@mapping": "takeshape:local:ResourceNavigationSectionsSubsections.SkebN6xrE",
3313
+ "@mapping": "shapedb:ResourceNavigationSectionsSubsections.SkebN6xrE",
3314
3314
  "items": {
3315
3315
  "@ref": "local:ConsortiumResource"
3316
3316
  },
@@ -3326,8 +3326,8 @@
3326
3326
  },
3327
3327
  "@args": "TSRelationshipArgs",
3328
3328
  "@resolver": {
3329
- "name": "takeshape:getRelated",
3330
- "service": "takeshape:local",
3329
+ "name": "shapedb:getRelated",
3330
+ "service": "shapedb",
3331
3331
  "options": {
3332
3332
  "nullable": true
3333
3333
  }
@@ -3347,7 +3347,7 @@
3347
3347
  "type": "string",
3348
3348
  "title": "Name",
3349
3349
  "minLength": 0,
3350
- "@mapping": "takeshape:local:ResourceNavigationSections.BkRT9fw9-"
3350
+ "@mapping": "shapedb:ResourceNavigationSections.BkRT9fw9-"
3351
3351
  },
3352
3352
  "subsections": {
3353
3353
  "type": "array",
@@ -3355,12 +3355,12 @@
3355
3355
  "items": {
3356
3356
  "$ref": "#/shapes/ResourceNavigationSectionsSubsections/schema"
3357
3357
  },
3358
- "@mapping": "takeshape:local:ResourceNavigationSections.S1p376gS4"
3358
+ "@mapping": "shapedb:ResourceNavigationSections.S1p376gS4"
3359
3359
  },
3360
3360
  "resources": {
3361
3361
  "title": "Resources",
3362
3362
  "minItems": 1,
3363
- "@mapping": "takeshape:local:ResourceNavigationSections.S1EC5zP9-",
3363
+ "@mapping": "shapedb:ResourceNavigationSections.S1EC5zP9-",
3364
3364
  "items": {
3365
3365
  "@ref": "local:ConsortiumResource"
3366
3366
  },
@@ -3376,8 +3376,8 @@
3376
3376
  },
3377
3377
  "@args": "TSRelationshipArgs",
3378
3378
  "@resolver": {
3379
- "name": "takeshape:getRelated",
3380
- "service": "takeshape:local",
3379
+ "name": "shapedb:getRelated",
3380
+ "service": "shapedb",
3381
3381
  "options": {
3382
3382
  "nullable": true
3383
3383
  }
@@ -3400,13 +3400,13 @@
3400
3400
  "type": "string",
3401
3401
  "title": "Name",
3402
3402
  "minLength": 1,
3403
- "@mapping": "takeshape:local:ResourceNavigationExternalResources.ByRQCQwqb"
3403
+ "@mapping": "shapedb:ResourceNavigationExternalResources.ByRQCQwqb"
3404
3404
  },
3405
3405
  "url": {
3406
3406
  "type": "string",
3407
3407
  "title": "URL",
3408
3408
  "minLength": 1,
3409
- "@mapping": "takeshape:local:ResourceNavigationExternalResources.rk9NR7vcZ"
3409
+ "@mapping": "shapedb:ResourceNavigationExternalResources.rk9NR7vcZ"
3410
3410
  }
3411
3411
  },
3412
3412
  "required": [
@@ -3427,7 +3427,7 @@
3427
3427
  "properties": {
3428
3428
  "reportExcerpt": {
3429
3429
  "title": "Report Excerpt",
3430
- "@mapping": "takeshape:local:Article.SJYojsHWX",
3430
+ "@mapping": "shapedb:Article.SJYojsHWX",
3431
3431
  "@backreference": {
3432
3432
  "enabled": true
3433
3433
  },
@@ -3437,8 +3437,8 @@
3437
3437
  },
3438
3438
  "@args": "TSRelationshipArgs",
3439
3439
  "@resolver": {
3440
- "name": "takeshape:getRelated",
3441
- "service": "takeshape:local",
3440
+ "name": "shapedb:getRelated",
3441
+ "service": "shapedb",
3442
3442
  "options": {
3443
3443
  "nullable": true
3444
3444
  }
@@ -3446,7 +3446,7 @@
3446
3446
  },
3447
3447
  "newsletter": {
3448
3448
  "title": "Newsletter",
3449
- "@mapping": "takeshape:local:Article.SJxMTuj44",
3449
+ "@mapping": "shapedb:Article.SJxMTuj44",
3450
3450
  "@backreference": {
3451
3451
  "enabled": true
3452
3452
  },
@@ -3456,8 +3456,8 @@
3456
3456
  },
3457
3457
  "@args": "TSRelationshipArgs",
3458
3458
  "@resolver": {
3459
- "name": "takeshape:getRelated",
3460
- "service": "takeshape:local",
3459
+ "name": "shapedb:getRelated",
3460
+ "service": "shapedb",
3461
3461
  "options": {
3462
3462
  "nullable": true
3463
3463
  }
@@ -3467,11 +3467,11 @@
3467
3467
  "type": "string",
3468
3468
  "title": "Trackers",
3469
3469
  "minLength": 0,
3470
- "@mapping": "takeshape:local:Article.S1viN7mCX"
3470
+ "@mapping": "shapedb:Article.S1viN7mCX"
3471
3471
  },
3472
3472
  "product": {
3473
3473
  "title": "Product",
3474
- "@mapping": "takeshape:local:Article.rkmZ75stV",
3474
+ "@mapping": "shapedb:Article.rkmZ75stV",
3475
3475
  "@backreference": {
3476
3476
  "enabled": true
3477
3477
  },
@@ -3481,8 +3481,8 @@
3481
3481
  },
3482
3482
  "@args": "TSRelationshipArgs",
3483
3483
  "@resolver": {
3484
- "name": "takeshape:getRelated",
3485
- "service": "takeshape:local",
3484
+ "name": "shapedb:getRelated",
3485
+ "service": "shapedb",
3486
3486
  "options": {
3487
3487
  "nullable": true
3488
3488
  }
@@ -3490,7 +3490,7 @@
3490
3490
  },
3491
3491
  "audioRecording": {
3492
3492
  "title": "Audio Recording",
3493
- "@mapping": "takeshape:local:Article.Hk-D0sSAE",
3493
+ "@mapping": "shapedb:Article.Hk-D0sSAE",
3494
3494
  "@backreference": {
3495
3495
  "enabled": true
3496
3496
  },
@@ -3500,8 +3500,8 @@
3500
3500
  },
3501
3501
  "@args": "TSRelationshipArgs",
3502
3502
  "@resolver": {
3503
- "name": "takeshape:getRelated",
3504
- "service": "takeshape:local",
3503
+ "name": "shapedb:getRelated",
3504
+ "service": "shapedb",
3505
3505
  "options": {
3506
3506
  "nullable": true
3507
3507
  }
@@ -3509,7 +3509,7 @@
3509
3509
  },
3510
3510
  "format": {
3511
3511
  "title": "Format",
3512
- "@mapping": "takeshape:local:Article.SyaM3LlwV",
3512
+ "@mapping": "shapedb:Article.SyaM3LlwV",
3513
3513
  "@backreference": {
3514
3514
  "enabled": true
3515
3515
  },
@@ -3519,8 +3519,8 @@
3519
3519
  },
3520
3520
  "@args": "TSRelationshipArgs",
3521
3521
  "@resolver": {
3522
- "name": "takeshape:getRelated",
3523
- "service": "takeshape:local",
3522
+ "name": "shapedb:getRelated",
3523
+ "service": "shapedb",
3524
3524
  "options": {
3525
3525
  "nullable": true
3526
3526
  }
@@ -3555,19 +3555,19 @@
3555
3555
  ]
3556
3556
  }
3557
3557
  ],
3558
- "@mapping": "takeshape:local:Article.BydpuXXkN"
3558
+ "@mapping": "shapedb:Article.BydpuXXkN"
3559
3559
  },
3560
3560
  "body": {
3561
3561
  "type": "object",
3562
3562
  "title": "Body",
3563
- "@mapping": "takeshape:local:Article.B1DPejgog",
3563
+ "@mapping": "shapedb:Article.B1DPejgog",
3564
3564
  "@tag": "draftjs"
3565
3565
  },
3566
3566
  "title": {
3567
3567
  "type": "string",
3568
3568
  "title": "Title",
3569
3569
  "minLength": 1,
3570
- "@mapping": "takeshape:local:Article.BkgIxoxol"
3570
+ "@mapping": "shapedb:Article.BkgIxoxol"
3571
3571
  },
3572
3572
  "peerComments": {
3573
3573
  "type": "array",
@@ -3575,11 +3575,11 @@
3575
3575
  "items": {
3576
3576
  "$ref": "#/shapes/ArticlePeerComments/schema"
3577
3577
  },
3578
- "@mapping": "takeshape:local:Article.rkI6wTxkG"
3578
+ "@mapping": "shapedb:Article.rkI6wTxkG"
3579
3579
  },
3580
3580
  "tags": {
3581
3581
  "title": "Tags",
3582
- "@mapping": "takeshape:local:Article.Sy-xm3gkX",
3582
+ "@mapping": "shapedb:Article.Sy-xm3gkX",
3583
3583
  "items": {
3584
3584
  "@ref": "local:Tag"
3585
3585
  },
@@ -3596,8 +3596,8 @@
3596
3596
  },
3597
3597
  "@args": "TSRelationshipArgs",
3598
3598
  "@resolver": {
3599
- "name": "takeshape:getRelated",
3600
- "service": "takeshape:local",
3599
+ "name": "shapedb:getRelated",
3600
+ "service": "shapedb",
3601
3601
  "options": {
3602
3602
  "nullable": true
3603
3603
  }
@@ -3605,7 +3605,7 @@
3605
3605
  },
3606
3606
  "institutions": {
3607
3607
  "title": "Institutions",
3608
- "@mapping": "takeshape:local:Article.HJKQRfXJN",
3608
+ "@mapping": "shapedb:Article.HJKQRfXJN",
3609
3609
  "items": {
3610
3610
  "@ref": "local:Institution"
3611
3611
  },
@@ -3621,8 +3621,8 @@
3621
3621
  },
3622
3622
  "@args": "TSRelationshipArgs",
3623
3623
  "@resolver": {
3624
- "name": "takeshape:getRelated",
3625
- "service": "takeshape:local",
3624
+ "name": "shapedb:getRelated",
3625
+ "service": "shapedb",
3626
3626
  "options": {
3627
3627
  "nullable": true
3628
3628
  }
@@ -3630,7 +3630,7 @@
3630
3630
  },
3631
3631
  "themes": {
3632
3632
  "title": "Themes",
3633
- "@mapping": "takeshape:local:Article.Byfr3UxDE",
3633
+ "@mapping": "shapedb:Article.Byfr3UxDE",
3634
3634
  "items": {
3635
3635
  "@ref": "local:Theme"
3636
3636
  },
@@ -3647,8 +3647,8 @@
3647
3647
  },
3648
3648
  "@args": "TSRelationshipArgs",
3649
3649
  "@resolver": {
3650
- "name": "takeshape:getRelated",
3651
- "service": "takeshape:local",
3650
+ "name": "shapedb:getRelated",
3651
+ "service": "shapedb",
3652
3652
  "options": {
3653
3653
  "nullable": true
3654
3654
  }
@@ -3657,13 +3657,13 @@
3657
3657
  "appearance": {
3658
3658
  "title": "Appearance",
3659
3659
  "description": "Adjusts the design of an individual article.",
3660
- "@mapping": "takeshape:local:Article.ryg8scWVb",
3660
+ "@mapping": "shapedb:Article.ryg8scWVb",
3661
3661
  "$ref": "#/shapes/ArticleAppearance/schema"
3662
3662
  },
3663
3663
  "displayImage": {
3664
3664
  "title": "Image",
3665
3665
  "description": "| This will be displayed at the top of the article when reading, alongside the article in list views, and be the image used when sharing the article on social media. It will be displayed at a 2:3 ratio in some contexts and a 1:1 ratio in other contexts. |",
3666
- "@mapping": "takeshape:local:Article.H1rYejesx",
3666
+ "@mapping": "shapedb:Article.H1rYejesx",
3667
3667
  "@backreference": {
3668
3668
  "enabled": true
3669
3669
  },
@@ -3673,8 +3673,8 @@
3673
3673
  },
3674
3674
  "@args": "TSRelationshipArgs",
3675
3675
  "@resolver": {
3676
- "name": "takeshape:getRelated",
3677
- "service": "takeshape:local",
3676
+ "name": "shapedb:getRelated",
3677
+ "service": "shapedb",
3678
3678
  "options": {
3679
3679
  "nullable": true
3680
3680
  }
@@ -3682,7 +3682,7 @@
3682
3682
  },
3683
3683
  "partner": {
3684
3684
  "title": "Partner",
3685
- "@mapping": "takeshape:local:Article.HyFKl2_yW",
3685
+ "@mapping": "shapedb:Article.HyFKl2_yW",
3686
3686
  "@backreference": {
3687
3687
  "enabled": true,
3688
3688
  "name": "articles"
@@ -3693,8 +3693,8 @@
3693
3693
  },
3694
3694
  "@args": "TSRelationshipArgs",
3695
3695
  "@resolver": {
3696
- "name": "takeshape:getRelated",
3697
- "service": "takeshape:local",
3696
+ "name": "shapedb:getRelated",
3697
+ "service": "shapedb",
3698
3698
  "options": {
3699
3699
  "nullable": true
3700
3700
  }
@@ -3702,14 +3702,14 @@
3702
3702
  },
3703
3703
  "permissions": {
3704
3704
  "title": "Permissions",
3705
- "@mapping": "takeshape:local:Article.ByhEcqD37",
3705
+ "@mapping": "shapedb:Article.ByhEcqD37",
3706
3706
  "$ref": "#/shapes/ArticlePermissions/schema"
3707
3707
  },
3708
3708
  "subtitle": {
3709
3709
  "type": "string",
3710
3710
  "title": "Subtitle",
3711
3711
  "minLength": 1,
3712
- "@mapping": "takeshape:local:Article.ByjLejljx"
3712
+ "@mapping": "shapedb:Article.ByjLejljx"
3713
3713
  },
3714
3714
  "crosspostUrl": {
3715
3715
  "type": "string",
@@ -3717,11 +3717,11 @@
3717
3717
  "description": "When we partner with another organization, this article may exist somewhere else as well.",
3718
3718
  "minLength": 0,
3719
3719
  "pattern": "https?:\\/\\/.*",
3720
- "@mapping": "takeshape:local:Article.Ska6l2OJZ"
3720
+ "@mapping": "shapedb:Article.Ska6l2OJZ"
3721
3721
  },
3722
3722
  "fields": {
3723
3723
  "title": "Fields",
3724
- "@mapping": "takeshape:local:Article.SksKw5v37",
3724
+ "@mapping": "shapedb:Article.SksKw5v37",
3725
3725
  "items": {
3726
3726
  "@ref": "local:Field"
3727
3727
  },
@@ -3737,8 +3737,8 @@
3737
3737
  },
3738
3738
  "@args": "TSRelationshipArgs",
3739
3739
  "@resolver": {
3740
- "name": "takeshape:getRelated",
3741
- "service": "takeshape:local",
3740
+ "name": "shapedb:getRelated",
3741
+ "service": "shapedb",
3742
3742
  "options": {
3743
3743
  "nullable": true
3744
3744
  }
@@ -3767,7 +3767,7 @@
3767
3767
  ]
3768
3768
  }
3769
3769
  ],
3770
- "@mapping": "takeshape:local:Article.BkhFpVgxN"
3770
+ "@mapping": "shapedb:Article.BkhFpVgxN"
3771
3771
  },
3772
3772
  "slug": {
3773
3773
  "type": "string",
@@ -3775,11 +3775,11 @@
3775
3775
  "description": "A permanent URL for this article.",
3776
3776
  "minLength": 4,
3777
3777
  "pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$",
3778
- "@mapping": "takeshape:local:Article.ByhVoGWrW"
3778
+ "@mapping": "shapedb:Article.ByhVoGWrW"
3779
3779
  },
3780
3780
  "authors": {
3781
3781
  "title": "Authors",
3782
- "@mapping": "takeshape:local:Article.ByBsljxix",
3782
+ "@mapping": "shapedb:Article.ByBsljxix",
3783
3783
  "items": {
3784
3784
  "@ref": "local:Person"
3785
3785
  },
@@ -3796,8 +3796,8 @@
3796
3796
  },
3797
3797
  "@args": "TSRelationshipArgs",
3798
3798
  "@resolver": {
3799
- "name": "takeshape:getRelated",
3800
- "service": "takeshape:local",
3799
+ "name": "shapedb:getRelated",
3800
+ "service": "shapedb",
3801
3801
  "options": {
3802
3802
  "nullable": true
3803
3803
  }
@@ -3819,7 +3819,7 @@
3819
3819
  "properties": {
3820
3820
  "person": {
3821
3821
  "title": "Person",
3822
- "@mapping": "takeshape:local:ArticlePeerCommentsResponses.B1VPmg-yM",
3822
+ "@mapping": "shapedb:ArticlePeerCommentsResponses.B1VPmg-yM",
3823
3823
  "@backreference": {
3824
3824
  "enabled": true
3825
3825
  },
@@ -3829,8 +3829,8 @@
3829
3829
  },
3830
3830
  "@args": "TSRelationshipArgs",
3831
3831
  "@resolver": {
3832
- "name": "takeshape:getRelated",
3833
- "service": "takeshape:local",
3832
+ "name": "shapedb:getRelated",
3833
+ "service": "shapedb",
3834
3834
  "options": {
3835
3835
  "nullable": true
3836
3836
  }
@@ -3839,7 +3839,7 @@
3839
3839
  "response": {
3840
3840
  "type": "object",
3841
3841
  "title": "Response",
3842
- "@mapping": "takeshape:local:ArticlePeerCommentsResponses.H1o6UxW1f",
3842
+ "@mapping": "shapedb:ArticlePeerCommentsResponses.H1o6UxW1f",
3843
3843
  "@tag": "draftjs"
3844
3844
  }
3845
3845
  },
@@ -3861,11 +3861,11 @@
3861
3861
  "items": {
3862
3862
  "$ref": "#/shapes/ArticlePeerCommentsResponses/schema"
3863
3863
  },
3864
- "@mapping": "takeshape:local:ArticlePeerComments.r18LXgb1G"
3864
+ "@mapping": "shapedb:ArticlePeerComments.r18LXgb1G"
3865
3865
  },
3866
3866
  "person": {
3867
3867
  "title": "Person",
3868
- "@mapping": "takeshape:local:ArticlePeerComments.BJ4xdTxJM",
3868
+ "@mapping": "shapedb:ArticlePeerComments.BJ4xdTxJM",
3869
3869
  "@backreference": {
3870
3870
  "enabled": true,
3871
3871
  "name": "comments"
@@ -3876,8 +3876,8 @@
3876
3876
  },
3877
3877
  "@args": "TSRelationshipArgs",
3878
3878
  "@resolver": {
3879
- "name": "takeshape:getRelated",
3880
- "service": "takeshape:local",
3879
+ "name": "shapedb:getRelated",
3880
+ "service": "shapedb",
3881
3881
  "options": {
3882
3882
  "nullable": true
3883
3883
  }
@@ -3886,7 +3886,7 @@
3886
3886
  "comment": {
3887
3887
  "type": "object",
3888
3888
  "title": "Comment",
3889
- "@mapping": "takeshape:local:ArticlePeerComments.H170Pag1f",
3889
+ "@mapping": "shapedb:ArticlePeerComments.H170Pag1f",
3890
3890
  "@tag": "draftjs"
3891
3891
  }
3892
3892
  },
@@ -3927,14 +3927,14 @@
3927
3927
  }
3928
3928
  ],
3929
3929
  "minLength": 1,
3930
- "@mapping": "takeshape:local:ArticleAppearance.rJUQUcPn7"
3930
+ "@mapping": "shapedb:ArticleAppearance.rJUQUcPn7"
3931
3931
  },
3932
3932
  "dropcap": {
3933
3933
  "type": "boolean",
3934
3934
  "default": false,
3935
3935
  "title": "Dropcap",
3936
3936
  "description": "Decorates the first letter of the article as a dropcap.",
3937
- "@mapping": "takeshape:local:ArticleAppearance.rJumC6MVW"
3937
+ "@mapping": "shapedb:ArticleAppearance.rJumC6MVW"
3938
3938
  }
3939
3939
  }
3940
3940
  }
@@ -3950,13 +3950,13 @@
3950
3950
  "type": "boolean",
3951
3951
  "default": false,
3952
3952
  "title": "Exclude from Syndication",
3953
- "@mapping": "takeshape:local:ArticlePermissions.S1hHi1zFW"
3953
+ "@mapping": "shapedb:ArticlePermissions.S1hHi1zFW"
3954
3954
  },
3955
3955
  "membersOnly": {
3956
3956
  "type": "boolean",
3957
3957
  "default": false,
3958
3958
  "title": "Members Only",
3959
- "@mapping": "takeshape:local:ArticlePermissions.H1tndRJHM"
3959
+ "@mapping": "shapedb:ArticlePermissions.H1tndRJHM"
3960
3960
  }
3961
3961
  }
3962
3962
  }
@@ -3973,7 +3973,7 @@
3973
3973
  "properties": {
3974
3974
  "backgroundImage": {
3975
3975
  "title": "Background Image",
3976
- "@mapping": "takeshape:local:Report.HyW-00u6z",
3976
+ "@mapping": "shapedb:Report.HyW-00u6z",
3977
3977
  "@backreference": {
3978
3978
  "enabled": true
3979
3979
  },
@@ -3983,8 +3983,8 @@
3983
3983
  },
3984
3984
  "@args": "TSRelationshipArgs",
3985
3985
  "@resolver": {
3986
- "name": "takeshape:getRelated",
3987
- "service": "takeshape:local",
3986
+ "name": "shapedb:getRelated",
3987
+ "service": "shapedb",
3988
3988
  "options": {
3989
3989
  "nullable": true
3990
3990
  }
@@ -3994,20 +3994,20 @@
3994
3994
  "type": "integer",
3995
3995
  "title": "Report Number",
3996
3996
  "minimum": 1,
3997
- "@mapping": "takeshape:local:Report.SJpkHUUaG"
3997
+ "@mapping": "shapedb:Report.SJpkHUUaG"
3998
3998
  },
3999
3999
  "primaryColor": {
4000
4000
  "type": "object",
4001
4001
  "title": "Primary Color",
4002
4002
  "$ref": "#/shapes/TSColor/schema",
4003
- "@mapping": "takeshape:local:Report.rJIaFYXhf"
4003
+ "@mapping": "shapedb:Report.rJIaFYXhf"
4004
4004
  },
4005
4005
  "description": {
4006
4006
  "type": "string",
4007
4007
  "title": "Description",
4008
4008
  "maxLength": 200,
4009
4009
  "minLength": 1,
4010
- "@mapping": "takeshape:local:Report.BylNeu0mQ"
4010
+ "@mapping": "shapedb:Report.BylNeu0mQ"
4011
4011
  },
4012
4012
  "staff": {
4013
4013
  "type": "array",
@@ -4015,28 +4015,28 @@
4015
4015
  "items": {
4016
4016
  "$ref": "#/shapes/ReportStaff/schema"
4017
4017
  },
4018
- "@mapping": "takeshape:local:Report.r1TWt9Qhz"
4018
+ "@mapping": "shapedb:Report.r1TWt9Qhz"
4019
4019
  },
4020
4020
  "title": {
4021
4021
  "type": "string",
4022
4022
  "title": "Title",
4023
4023
  "minLength": 1,
4024
- "@mapping": "takeshape:local:Report.Ska6Blxof"
4024
+ "@mapping": "shapedb:Report.Ska6Blxof"
4025
4025
  },
4026
4026
  "download": {
4027
4027
  "title": "Download",
4028
- "@mapping": "takeshape:local:Report.HkjOC8C7X",
4028
+ "@mapping": "shapedb:Report.HkjOC8C7X",
4029
4029
  "$ref": "#/shapes/ReportDownload/schema"
4030
4030
  },
4031
4031
  "paywall": {
4032
4032
  "type": "boolean",
4033
4033
  "default": true,
4034
4034
  "title": "Paywall",
4035
- "@mapping": "takeshape:local:Report.Bk6SALCmQ"
4035
+ "@mapping": "shapedb:Report.Bk6SALCmQ"
4036
4036
  },
4037
4037
  "partners": {
4038
4038
  "title": "Partners",
4039
- "@mapping": "takeshape:local:Report.BktdltIFQ",
4039
+ "@mapping": "shapedb:Report.BktdltIFQ",
4040
4040
  "items": {
4041
4041
  "@ref": "local:Partner"
4042
4042
  },
@@ -4052,8 +4052,8 @@
4052
4052
  },
4053
4053
  "@args": "TSRelationshipArgs",
4054
4054
  "@resolver": {
4055
- "name": "takeshape:getRelated",
4056
- "service": "takeshape:local",
4055
+ "name": "shapedb:getRelated",
4056
+ "service": "shapedb",
4057
4057
  "options": {
4058
4058
  "nullable": true
4059
4059
  }
@@ -4061,7 +4061,7 @@
4061
4061
  },
4062
4062
  "coverImage": {
4063
4063
  "title": "Cover Image",
4064
- "@mapping": "takeshape:local:Report.rkI8LxgoM",
4064
+ "@mapping": "shapedb:Report.rkI8LxgoM",
4065
4065
  "@backreference": {
4066
4066
  "enabled": true
4067
4067
  },
@@ -4071,8 +4071,8 @@
4071
4071
  },
4072
4072
  "@args": "TSRelationshipArgs",
4073
4073
  "@resolver": {
4074
- "name": "takeshape:getRelated",
4075
- "service": "takeshape:local",
4074
+ "name": "shapedb:getRelated",
4075
+ "service": "shapedb",
4076
4076
  "options": {
4077
4077
  "nullable": true
4078
4078
  }
@@ -4080,7 +4080,7 @@
4080
4080
  },
4081
4081
  "sharingImage": {
4082
4082
  "title": "Sharing Image",
4083
- "@mapping": "takeshape:local:Report.rJ0zSe9TM",
4083
+ "@mapping": "shapedb:Report.rJ0zSe9TM",
4084
4084
  "@backreference": {
4085
4085
  "enabled": true
4086
4086
  },
@@ -4090,8 +4090,8 @@
4090
4090
  },
4091
4091
  "@args": "TSRelationshipArgs",
4092
4092
  "@resolver": {
4093
- "name": "takeshape:getRelated",
4094
- "service": "takeshape:local",
4093
+ "name": "shapedb:getRelated",
4094
+ "service": "shapedb",
4095
4095
  "options": {
4096
4096
  "nullable": true
4097
4097
  }
@@ -4099,7 +4099,7 @@
4099
4099
  },
4100
4100
  "contributors": {
4101
4101
  "title": "Contributors",
4102
- "@mapping": "takeshape:local:Report.BJDwZ1Tiz",
4102
+ "@mapping": "shapedb:Report.BJDwZ1Tiz",
4103
4103
  "items": {
4104
4104
  "@ref": "local:Person"
4105
4105
  },
@@ -4115,8 +4115,8 @@
4115
4115
  },
4116
4116
  "@args": "TSRelationshipArgs",
4117
4117
  "@resolver": {
4118
- "name": "takeshape:getRelated",
4119
- "service": "takeshape:local",
4118
+ "name": "shapedb:getRelated",
4119
+ "service": "shapedb",
4120
4120
  "options": {
4121
4121
  "nullable": true
4122
4122
  }
@@ -4127,19 +4127,19 @@
4127
4127
  "title": "Publication Date",
4128
4128
  "format": "date-time",
4129
4129
  "minLength": 1,
4130
- "@mapping": "takeshape:local:Report.S1y-8egoM"
4130
+ "@mapping": "shapedb:Report.S1y-8egoM"
4131
4131
  },
4132
4132
  "introduction": {
4133
4133
  "title": "Introduction",
4134
4134
  "description": "An editorial introduction to the report",
4135
- "@mapping": "takeshape:local:Report.BkFAMKUFQ",
4135
+ "@mapping": "shapedb:Report.BkFAMKUFQ",
4136
4136
  "$ref": "#/shapes/ReportIntroduction/schema"
4137
4137
  },
4138
4138
  "slug": {
4139
4139
  "type": "string",
4140
4140
  "title": "Slug",
4141
4141
  "minLength": 1,
4142
- "@mapping": "takeshape:local:Report.B10WTtmnG"
4142
+ "@mapping": "shapedb:Report.B10WTtmnG"
4143
4143
  },
4144
4144
  "status": {
4145
4145
  "type": "string",
@@ -4165,7 +4165,7 @@
4165
4165
  }
4166
4166
  ],
4167
4167
  "minLength": 1,
4168
- "@mapping": "takeshape:local:Report.ry9kUggsz"
4168
+ "@mapping": "shapedb:Report.ry9kUggsz"
4169
4169
  }
4170
4170
  },
4171
4171
  "required": [
@@ -4188,7 +4188,7 @@
4188
4188
  "properties": {
4189
4189
  "people": {
4190
4190
  "title": "People",
4191
- "@mapping": "takeshape:local:ReportStaff.Bkvvtcm3z",
4191
+ "@mapping": "shapedb:ReportStaff.Bkvvtcm3z",
4192
4192
  "items": {
4193
4193
  "@ref": "local:Person"
4194
4194
  },
@@ -4204,8 +4204,8 @@
4204
4204
  },
4205
4205
  "@args": "TSRelationshipArgs",
4206
4206
  "@resolver": {
4207
- "name": "takeshape:getRelated",
4208
- "service": "takeshape:local",
4207
+ "name": "shapedb:getRelated",
4208
+ "service": "shapedb",
4209
4209
  "options": {
4210
4210
  "nullable": true
4211
4211
  }
@@ -4215,7 +4215,7 @@
4215
4215
  "type": "string",
4216
4216
  "title": "Role",
4217
4217
  "minLength": 0,
4218
- "@mapping": "takeshape:local:ReportStaff.ry0vY9mnG"
4218
+ "@mapping": "shapedb:ReportStaff.ry0vY9mnG"
4219
4219
  }
4220
4220
  }
4221
4221
  }
@@ -4229,7 +4229,7 @@
4229
4229
  "properties": {
4230
4230
  "cover": {
4231
4231
  "title": "Cover",
4232
- "@mapping": "takeshape:local:ReportDownload.SJ7xywC7Q",
4232
+ "@mapping": "shapedb:ReportDownload.SJ7xywC7Q",
4233
4233
  "@backreference": {
4234
4234
  "enabled": true
4235
4235
  },
@@ -4239,8 +4239,8 @@
4239
4239
  },
4240
4240
  "@args": "TSRelationshipArgs",
4241
4241
  "@resolver": {
4242
- "name": "takeshape:getRelated",
4243
- "service": "takeshape:local",
4242
+ "name": "shapedb:getRelated",
4243
+ "service": "shapedb",
4244
4244
  "options": {
4245
4245
  "nullable": true
4246
4246
  }
@@ -4250,13 +4250,13 @@
4250
4250
  "type": "integer",
4251
4251
  "title": "Memberful Product Id",
4252
4252
  "minimum": 0,
4253
- "@mapping": "takeshape:local:ReportDownload.rkI0CURmX"
4253
+ "@mapping": "shapedb:ReportDownload.rkI0CURmX"
4254
4254
  },
4255
4255
  "price": {
4256
4256
  "type": "number",
4257
4257
  "title": "Price",
4258
4258
  "minimum": 0,
4259
- "@mapping": "takeshape:local:ReportDownload.BJcF0ICX7"
4259
+ "@mapping": "shapedb:ReportDownload.BJcF0ICX7"
4260
4260
  }
4261
4261
  }
4262
4262
  }
@@ -4271,12 +4271,12 @@
4271
4271
  "introduction": {
4272
4272
  "type": "object",
4273
4273
  "title": "Introduction",
4274
- "@mapping": "takeshape:local:ReportIntroduction.SJ7lmYUtX",
4274
+ "@mapping": "shapedb:ReportIntroduction.SJ7lmYUtX",
4275
4275
  "@tag": "draftjs"
4276
4276
  },
4277
4277
  "authors": {
4278
4278
  "title": "Authors",
4279
- "@mapping": "takeshape:local:ReportIntroduction.B1wbmK8t7",
4279
+ "@mapping": "shapedb:ReportIntroduction.B1wbmK8t7",
4280
4280
  "items": {
4281
4281
  "@ref": "local:Person"
4282
4282
  },
@@ -4292,8 +4292,8 @@
4292
4292
  },
4293
4293
  "@args": "TSRelationshipArgs",
4294
4294
  "@resolver": {
4295
- "name": "takeshape:getRelated",
4296
- "service": "takeshape:local",
4295
+ "name": "shapedb:getRelated",
4296
+ "service": "shapedb",
4297
4297
  "options": {
4298
4298
  "nullable": true
4299
4299
  }
@@ -4316,29 +4316,29 @@
4316
4316
  "type": "string",
4317
4317
  "title": "Twitter",
4318
4318
  "minLength": 0,
4319
- "@mapping": "takeshape:local:Partner.rJs9os_1Z"
4319
+ "@mapping": "shapedb:Partner.rJs9os_1Z"
4320
4320
  },
4321
4321
  "consortiumPartner": {
4322
4322
  "type": "boolean",
4323
4323
  "default": false,
4324
4324
  "title": "Consortium Partner",
4325
- "@mapping": "takeshape:local:Partner.HyrmNpggb"
4325
+ "@mapping": "shapedb:Partner.HyrmNpggb"
4326
4326
  },
4327
4327
  "facebook": {
4328
4328
  "type": "string",
4329
4329
  "title": "Facebook Page",
4330
4330
  "minLength": 0,
4331
- "@mapping": "takeshape:local:Partner.ryyhiiu1-"
4331
+ "@mapping": "shapedb:Partner.ryyhiiu1-"
4332
4332
  },
4333
4333
  "name": {
4334
4334
  "type": "string",
4335
4335
  "title": "Name",
4336
4336
  "minLength": 1,
4337
- "@mapping": "takeshape:local:Partner.ByVuoj_JZ"
4337
+ "@mapping": "shapedb:Partner.ByVuoj_JZ"
4338
4338
  },
4339
4339
  "logo": {
4340
4340
  "title": "Logo",
4341
- "@mapping": "takeshape:local:Partner.ByBYoodJ-",
4341
+ "@mapping": "shapedb:Partner.ByBYoodJ-",
4342
4342
  "@backreference": {
4343
4343
  "enabled": true
4344
4344
  },
@@ -4348,8 +4348,8 @@
4348
4348
  },
4349
4349
  "@args": "TSRelationshipArgs",
4350
4350
  "@resolver": {
4351
- "name": "takeshape:getRelated",
4352
- "service": "takeshape:local",
4351
+ "name": "shapedb:getRelated",
4352
+ "service": "shapedb",
4353
4353
  "options": {
4354
4354
  "nullable": true
4355
4355
  }
@@ -4358,7 +4358,7 @@
4358
4358
  "largeLogo": {
4359
4359
  "title": "Large Logo",
4360
4360
  "description": "A larger logo or logotype used for display purposes",
4361
- "@mapping": "takeshape:local:Partner.SJffyN5oz",
4361
+ "@mapping": "shapedb:Partner.SJffyN5oz",
4362
4362
  "@backreference": {
4363
4363
  "enabled": true
4364
4364
  },
@@ -4368,8 +4368,8 @@
4368
4368
  },
4369
4369
  "@args": "TSRelationshipArgs",
4370
4370
  "@resolver": {
4371
- "name": "takeshape:getRelated",
4372
- "service": "takeshape:local",
4371
+ "name": "shapedb:getRelated",
4372
+ "service": "shapedb",
4373
4373
  "options": {
4374
4374
  "nullable": true
4375
4375
  }
@@ -4380,7 +4380,7 @@
4380
4380
  "title": "Partner URL",
4381
4381
  "minLength": 1,
4382
4382
  "pattern": "https?:\\/\\/",
4383
- "@mapping": "takeshape:local:Partner.SkjpPR_1W"
4383
+ "@mapping": "shapedb:Partner.SkjpPR_1W"
4384
4384
  }
4385
4385
  },
4386
4386
  "required": [
@@ -4402,7 +4402,7 @@
4402
4402
  "properties": {
4403
4403
  "newsletter": {
4404
4404
  "title": "Newsletter",
4405
- "@mapping": "takeshape:local:Homepage.HJBebCGk4",
4405
+ "@mapping": "shapedb:Homepage.HJBebCGk4",
4406
4406
  "@backreference": {
4407
4407
  "enabled": true
4408
4408
  },
@@ -4412,8 +4412,8 @@
4412
4412
  },
4413
4413
  "@args": "TSRelationshipArgs",
4414
4414
  "@resolver": {
4415
- "name": "takeshape:getRelated",
4416
- "service": "takeshape:local",
4415
+ "name": "shapedb:getRelated",
4416
+ "service": "shapedb",
4417
4417
  "options": {
4418
4418
  "nullable": true
4419
4419
  }
@@ -4421,7 +4421,7 @@
4421
4421
  },
4422
4422
  "reports": {
4423
4423
  "title": "Reports",
4424
- "@mapping": "takeshape:local:Homepage.SJnUW0Gk4",
4424
+ "@mapping": "shapedb:Homepage.SJnUW0Gk4",
4425
4425
  "items": {
4426
4426
  "@ref": "local:Report"
4427
4427
  },
@@ -4437,8 +4437,8 @@
4437
4437
  },
4438
4438
  "@args": "TSRelationshipArgs",
4439
4439
  "@resolver": {
4440
- "name": "takeshape:getRelated",
4441
- "service": "takeshape:local",
4440
+ "name": "shapedb:getRelated",
4441
+ "service": "shapedb",
4442
4442
  "options": {
4443
4443
  "nullable": true
4444
4444
  }
@@ -4446,7 +4446,7 @@
4446
4446
  },
4447
4447
  "themes": {
4448
4448
  "title": "Themes",
4449
- "@mapping": "takeshape:local:Homepage.SyJNW0fkE",
4449
+ "@mapping": "shapedb:Homepage.SyJNW0fkE",
4450
4450
  "items": {
4451
4451
  "@ref": "local:Theme"
4452
4452
  },
@@ -4462,8 +4462,8 @@
4462
4462
  },
4463
4463
  "@args": "TSRelationshipArgs",
4464
4464
  "@resolver": {
4465
- "name": "takeshape:getRelated",
4466
- "service": "takeshape:local",
4465
+ "name": "shapedb:getRelated",
4466
+ "service": "shapedb",
4467
4467
  "options": {
4468
4468
  "nullable": true
4469
4469
  }
@@ -4471,7 +4471,7 @@
4471
4471
  },
4472
4472
  "articles": {
4473
4473
  "title": "Articles",
4474
- "@mapping": "takeshape:local:Homepage.SJoWWAzJ4",
4474
+ "@mapping": "shapedb:Homepage.SJoWWAzJ4",
4475
4475
  "@backreference": {
4476
4476
  "enabled": true
4477
4477
  },
@@ -4481,8 +4481,8 @@
4481
4481
  },
4482
4482
  "@args": "TSRelationshipArgs",
4483
4483
  "@resolver": {
4484
- "name": "takeshape:getRelated",
4485
- "service": "takeshape:local",
4484
+ "name": "shapedb:getRelated",
4485
+ "service": "shapedb",
4486
4486
  "options": {
4487
4487
  "nullable": true
4488
4488
  }
@@ -4492,7 +4492,7 @@
4492
4492
  "type": "object",
4493
4493
  "title": "Announcement",
4494
4494
  "description": "A short notice that will display at the top of the page",
4495
- "@mapping": "takeshape:local:Homepage.r1BokttlN",
4495
+ "@mapping": "shapedb:Homepage.r1BokttlN",
4496
4496
  "@tag": "draftjs"
4497
4497
  }
4498
4498
  }
@@ -4511,7 +4511,7 @@
4511
4511
  "benefits": {
4512
4512
  "type": "object",
4513
4513
  "title": "Benefits",
4514
- "@mapping": "takeshape:local:ScienceConsortium.S10wS-ANm",
4514
+ "@mapping": "shapedb:ScienceConsortium.S10wS-ANm",
4515
4515
  "@tag": "draftjs"
4516
4516
  },
4517
4517
  "testimonials": {
@@ -4521,28 +4521,28 @@
4521
4521
  "items": {
4522
4522
  "$ref": "#/shapes/ScienceConsortiumTestimonials/schema"
4523
4523
  },
4524
- "@mapping": "takeshape:local:ScienceConsortium.ry1RzZHAe"
4524
+ "@mapping": "shapedb:ScienceConsortium.ry1RzZHAe"
4525
4525
  },
4526
4526
  "description": {
4527
4527
  "type": "object",
4528
4528
  "title": "Description",
4529
- "@mapping": "takeshape:local:ScienceConsortium.ryQTLdKlE",
4529
+ "@mapping": "shapedb:ScienceConsortium.ryQTLdKlE",
4530
4530
  "@tag": "draftjs"
4531
4531
  },
4532
4532
  "tagline": {
4533
4533
  "type": "string",
4534
4534
  "title": "Tagline",
4535
4535
  "minLength": 0,
4536
- "@mapping": "takeshape:local:ScienceConsortium.rytSvpeHN"
4536
+ "@mapping": "shapedb:ScienceConsortium.rytSvpeHN"
4537
4537
  },
4538
4538
  "signup": {
4539
4539
  "title": "Signup",
4540
- "@mapping": "takeshape:local:ScienceConsortium.0r-XpAU0T",
4540
+ "@mapping": "shapedb:ScienceConsortium.0r-XpAU0T",
4541
4541
  "$ref": "#/shapes/ScienceConsortiumSignup/schema"
4542
4542
  },
4543
4543
  "backgroundImage": {
4544
4544
  "title": "Background Image",
4545
- "@mapping": "takeshape:local:ScienceConsortium.rJSgKSCVm",
4545
+ "@mapping": "shapedb:ScienceConsortium.rJSgKSCVm",
4546
4546
  "@backreference": {
4547
4547
  "enabled": true
4548
4548
  },
@@ -4552,8 +4552,8 @@
4552
4552
  },
4553
4553
  "@args": "TSRelationshipArgs",
4554
4554
  "@resolver": {
4555
- "name": "takeshape:getRelated",
4556
- "service": "takeshape:local",
4555
+ "name": "shapedb:getRelated",
4556
+ "service": "shapedb",
4557
4557
  "options": {
4558
4558
  "nullable": true
4559
4559
  }
@@ -4571,7 +4571,7 @@
4571
4571
  "properties": {
4572
4572
  "person": {
4573
4573
  "title": "Person",
4574
- "@mapping": "takeshape:local:ScienceConsortiumTestimonials.B1g-7ZrRx",
4574
+ "@mapping": "shapedb:ScienceConsortiumTestimonials.B1g-7ZrRx",
4575
4575
  "@backreference": {
4576
4576
  "enabled": true,
4577
4577
  "name": "testimonials"
@@ -4582,8 +4582,8 @@
4582
4582
  },
4583
4583
  "@args": "TSRelationshipArgs",
4584
4584
  "@resolver": {
4585
- "name": "takeshape:getRelated",
4586
- "service": "takeshape:local",
4585
+ "name": "shapedb:getRelated",
4586
+ "service": "shapedb",
4587
4587
  "options": {
4588
4588
  "nullable": true
4589
4589
  }
@@ -4591,7 +4591,7 @@
4591
4591
  },
4592
4592
  "article": {
4593
4593
  "title": "Article",
4594
- "@mapping": "takeshape:local:ScienceConsortiumTestimonials.rkqIXZHCl",
4594
+ "@mapping": "shapedb:ScienceConsortiumTestimonials.rkqIXZHCl",
4595
4595
  "@backreference": {
4596
4596
  "enabled": true
4597
4597
  },
@@ -4601,8 +4601,8 @@
4601
4601
  },
4602
4602
  "@args": "TSRelationshipArgs",
4603
4603
  "@resolver": {
4604
- "name": "takeshape:getRelated",
4605
- "service": "takeshape:local",
4604
+ "name": "shapedb:getRelated",
4605
+ "service": "shapedb",
4606
4606
  "options": {
4607
4607
  "nullable": true
4608
4608
  }
@@ -4612,7 +4612,7 @@
4612
4612
  "type": "string",
4613
4613
  "title": "Quote",
4614
4614
  "minLength": 1,
4615
- "@mapping": "takeshape:local:ScienceConsortiumTestimonials.B1LT3IrAe"
4615
+ "@mapping": "shapedb:ScienceConsortiumTestimonials.B1LT3IrAe"
4616
4616
  }
4617
4617
  },
4618
4618
  "required": [
@@ -4632,13 +4632,13 @@
4632
4632
  "type": "string",
4633
4633
  "title": "Heading",
4634
4634
  "minLength": 0,
4635
- "@mapping": "takeshape:local:ScienceConsortiumSignup.Tua4LELAT"
4635
+ "@mapping": "shapedb:ScienceConsortiumSignup.Tua4LELAT"
4636
4636
  },
4637
4637
  "subheading": {
4638
4638
  "type": "string",
4639
4639
  "title": "Subheading",
4640
4640
  "minLength": 0,
4641
- "@mapping": "takeshape:local:ScienceConsortiumSignup.l0qSCjLsf"
4641
+ "@mapping": "shapedb:ScienceConsortiumSignup.l0qSCjLsf"
4642
4642
  }
4643
4643
  }
4644
4644
  }
@@ -4677,18 +4677,18 @@
4677
4677
  }
4678
4678
  ],
4679
4679
  "minLength": 1,
4680
- "@mapping": "takeshape:local:Deck.ByUdCiPvZ"
4680
+ "@mapping": "shapedb:Deck.ByUdCiPvZ"
4681
4681
  },
4682
4682
  "internalName": {
4683
4683
  "type": "string",
4684
4684
  "title": "Internal Name",
4685
4685
  "minLength": 1,
4686
- "@mapping": "takeshape:local:Deck.HJoSuqX_-"
4686
+ "@mapping": "shapedb:Deck.HJoSuqX_-"
4687
4687
  },
4688
4688
  "cards": {
4689
4689
  "title": "Include Cards",
4690
4690
  "description": "Additional cards outside of the rules.",
4691
- "@mapping": "takeshape:local:Deck.r1r1lnvw-",
4691
+ "@mapping": "shapedb:Deck.r1r1lnvw-",
4692
4692
  "items": {
4693
4693
  "oneOf": [
4694
4694
  {
@@ -4714,8 +4714,8 @@
4714
4714
  },
4715
4715
  "@args": "TSRelationshipArgs",
4716
4716
  "@resolver": {
4717
- "name": "takeshape:getRelated",
4718
- "service": "takeshape:local",
4717
+ "name": "shapedb:getRelated",
4718
+ "service": "shapedb",
4719
4719
  "options": {
4720
4720
  "nullable": true
4721
4721
  }
@@ -4723,7 +4723,7 @@
4723
4723
  },
4724
4724
  "excludeCards": {
4725
4725
  "title": "Exclude Cards",
4726
- "@mapping": "takeshape:local:Deck.S1vKsRZwM",
4726
+ "@mapping": "shapedb:Deck.S1vKsRZwM",
4727
4727
  "items": {
4728
4728
  "oneOf": [
4729
4729
  {
@@ -4749,8 +4749,8 @@
4749
4749
  },
4750
4750
  "@args": "TSRelationshipArgs",
4751
4751
  "@resolver": {
4752
- "name": "takeshape:getRelated",
4753
- "service": "takeshape:local",
4752
+ "name": "shapedb:getRelated",
4753
+ "service": "shapedb",
4754
4754
  "options": {
4755
4755
  "nullable": true
4756
4756
  }
@@ -4760,23 +4760,23 @@
4760
4760
  "type": "string",
4761
4761
  "title": "Name",
4762
4762
  "minLength": 1,
4763
- "@mapping": "takeshape:local:Deck.SkIp6oDDZ"
4763
+ "@mapping": "shapedb:Deck.SkIp6oDDZ"
4764
4764
  },
4765
4765
  "description": {
4766
4766
  "type": "string",
4767
4767
  "title": "Description",
4768
4768
  "minLength": 0,
4769
- "@mapping": "takeshape:local:Deck.H1wLCjDPZ"
4769
+ "@mapping": "shapedb:Deck.H1wLCjDPZ"
4770
4770
  },
4771
4771
  "rules": {
4772
4772
  "title": "Rules",
4773
4773
  "description": "These determine what kinds of cards fill the deck.",
4774
- "@mapping": "takeshape:local:Deck.Hke1CivP-",
4774
+ "@mapping": "shapedb:Deck.Hke1CivP-",
4775
4775
  "$ref": "#/shapes/DeckRules/schema"
4776
4776
  },
4777
4777
  "sort": {
4778
4778
  "title": "Sort",
4779
- "@mapping": "takeshape:local:Deck.Hyq0fvmOZ",
4779
+ "@mapping": "shapedb:Deck.Hyq0fvmOZ",
4780
4780
  "$ref": "#/shapes/DeckSort/schema"
4781
4781
  },
4782
4782
  "url": {
@@ -4784,7 +4784,7 @@
4784
4784
  "title": "URL",
4785
4785
  "description": "If provided, the title of the deck will become a link to this destination. ",
4786
4786
  "minLength": 0,
4787
- "@mapping": "takeshape:local:Deck.BkasAo_d-"
4787
+ "@mapping": "shapedb:Deck.BkasAo_d-"
4788
4788
  }
4789
4789
  },
4790
4790
  "required": [
@@ -4806,11 +4806,11 @@
4806
4806
  "title": "Limit",
4807
4807
  "description": "The maximum number of cards a ",
4808
4808
  "minimum": 0,
4809
- "@mapping": "takeshape:local:DeckRules.r1Z4RswPW"
4809
+ "@mapping": "shapedb:DeckRules.r1Z4RswPW"
4810
4810
  },
4811
4811
  "themes": {
4812
4812
  "title": "Themes",
4813
- "@mapping": "takeshape:local:DeckRules.BJyhfvXOZ",
4813
+ "@mapping": "shapedb:DeckRules.BJyhfvXOZ",
4814
4814
  "items": {
4815
4815
  "@ref": "local:Theme"
4816
4816
  },
@@ -4826,8 +4826,8 @@
4826
4826
  },
4827
4827
  "@args": "TSRelationshipArgs",
4828
4828
  "@resolver": {
4829
- "name": "takeshape:getRelated",
4830
- "service": "takeshape:local",
4829
+ "name": "shapedb:getRelated",
4830
+ "service": "shapedb",
4831
4831
  "options": {
4832
4832
  "nullable": true
4833
4833
  }
@@ -4837,11 +4837,11 @@
4837
4837
  "type": "boolean",
4838
4838
  "default": false,
4839
4839
  "title": "All Articles",
4840
- "@mapping": "takeshape:local:DeckRules.HJNDGDQuW"
4840
+ "@mapping": "shapedb:DeckRules.HJNDGDQuW"
4841
4841
  },
4842
4842
  "tags": {
4843
4843
  "title": "Tags",
4844
- "@mapping": "takeshape:local:DeckRules.rkI-0jwDZ",
4844
+ "@mapping": "shapedb:DeckRules.rkI-0jwDZ",
4845
4845
  "items": {
4846
4846
  "@ref": "local:Tag"
4847
4847
  },
@@ -4857,8 +4857,8 @@
4857
4857
  },
4858
4858
  "@args": "TSRelationshipArgs",
4859
4859
  "@resolver": {
4860
- "name": "takeshape:getRelated",
4861
- "service": "takeshape:local",
4860
+ "name": "shapedb:getRelated",
4861
+ "service": "shapedb",
4862
4862
  "options": {
4863
4863
  "nullable": true
4864
4864
  }
@@ -4892,19 +4892,19 @@
4892
4892
  }
4893
4893
  ],
4894
4894
  "minLength": 1,
4895
- "@mapping": "takeshape:local:DeckSort.B1qeXDQu-"
4895
+ "@mapping": "shapedb:DeckSort.B1qeXDQu-"
4896
4896
  },
4897
4897
  "reverse": {
4898
4898
  "type": "boolean",
4899
4899
  "default": true,
4900
4900
  "title": "Reverse",
4901
- "@mapping": "takeshape:local:DeckSort.ryLf7vQOb"
4901
+ "@mapping": "shapedb:DeckSort.ryLf7vQOb"
4902
4902
  },
4903
4903
  "enable": {
4904
4904
  "type": "boolean",
4905
4905
  "default": true,
4906
4906
  "title": "Sort Deck",
4907
- "@mapping": "takeshape:local:DeckSort.BkBAxc7dZ"
4907
+ "@mapping": "shapedb:DeckSort.BkBAxc7dZ"
4908
4908
  }
4909
4909
  }
4910
4910
  }
@@ -4925,11 +4925,11 @@
4925
4925
  "title": "Description",
4926
4926
  "description": "Appears in social posts, search results, and more",
4927
4927
  "minLength": 0,
4928
- "@mapping": "takeshape:local:Answers.pBvhpXP11"
4928
+ "@mapping": "shapedb:Answers.pBvhpXP11"
4929
4929
  },
4930
4930
  "image": {
4931
4931
  "title": "Cover Image",
4932
- "@mapping": "takeshape:local:Answers.i8TGTpE8S",
4932
+ "@mapping": "shapedb:Answers.i8TGTpE8S",
4933
4933
  "@backreference": {
4934
4934
  "enabled": true
4935
4935
  },
@@ -4939,8 +4939,8 @@
4939
4939
  },
4940
4940
  "@args": "TSRelationshipArgs",
4941
4941
  "@resolver": {
4942
- "name": "takeshape:getRelated",
4943
- "service": "takeshape:local",
4942
+ "name": "shapedb:getRelated",
4943
+ "service": "shapedb",
4944
4944
  "options": {
4945
4945
  "nullable": true
4946
4946
  }
@@ -4950,20 +4950,20 @@
4950
4950
  "type": "string",
4951
4951
  "title": "Title",
4952
4952
  "minLength": 0,
4953
- "@mapping": "takeshape:local:Answers._DBkfsnW1"
4953
+ "@mapping": "shapedb:Answers._DBkfsnW1"
4954
4954
  },
4955
4955
  "formUrl": {
4956
4956
  "type": "string",
4957
4957
  "title": "Form URL",
4958
4958
  "minLength": 0,
4959
- "@mapping": "takeshape:local:Answers.WYSnRhy5r"
4959
+ "@mapping": "shapedb:Answers.WYSnRhy5r"
4960
4960
  },
4961
4961
  "slug": {
4962
4962
  "type": "string",
4963
4963
  "title": "Slug",
4964
4964
  "minLength": 1,
4965
4965
  "pattern": "[\\w-_\\+]+",
4966
- "@mapping": "takeshape:local:Answers.CIF3WLqYk"
4966
+ "@mapping": "shapedb:Answers.CIF3WLqYk"
4967
4967
  },
4968
4968
  "sections": {
4969
4969
  "type": "array",
@@ -4971,7 +4971,7 @@
4971
4971
  "items": {
4972
4972
  "$ref": "#/shapes/AnswersSections/schema"
4973
4973
  },
4974
- "@mapping": "takeshape:local:Answers.g4KALS03L"
4974
+ "@mapping": "shapedb:Answers.g4KALS03L"
4975
4975
  }
4976
4976
  },
4977
4977
  "required": [
@@ -4990,13 +4990,13 @@
4990
4990
  "type": "string",
4991
4991
  "title": "Citation",
4992
4992
  "minLength": 0,
4993
- "@mapping": "takeshape:local:AnswersSectionsReferences.VwTi9EuBe"
4993
+ "@mapping": "shapedb:AnswersSectionsReferences.VwTi9EuBe"
4994
4994
  },
4995
4995
  "url": {
4996
4996
  "type": "string",
4997
4997
  "title": "DOI URL",
4998
4998
  "minLength": 1,
4999
- "@mapping": "takeshape:local:AnswersSectionsReferences.aq8vPG03N"
4999
+ "@mapping": "shapedb:AnswersSectionsReferences.aq8vPG03N"
5000
5000
  }
5001
5001
  }
5002
5002
  }
@@ -5012,7 +5012,7 @@
5012
5012
  "type": "object",
5013
5013
  "title": "TLDR",
5014
5014
  "description": "Short summary of the answer",
5015
- "@mapping": "takeshape:local:AnswersSections.Zi47omcIh",
5015
+ "@mapping": "shapedb:AnswersSections.Zi47omcIh",
5016
5016
  "@tag": "draftjs"
5017
5017
  },
5018
5018
  "lastUpdated": {
@@ -5021,18 +5021,18 @@
5021
5021
  "@l10n": false,
5022
5022
  "format": "date-time",
5023
5023
  "minLength": 1,
5024
- "@mapping": "takeshape:local:AnswersSections.xn29e4i9n"
5024
+ "@mapping": "shapedb:AnswersSections.xn29e4i9n"
5025
5025
  },
5026
5026
  "question": {
5027
5027
  "type": "string",
5028
5028
  "title": "Question",
5029
5029
  "minLength": 1,
5030
- "@mapping": "takeshape:local:AnswersSections.reFBzJGmw"
5030
+ "@mapping": "shapedb:AnswersSections.reFBzJGmw"
5031
5031
  },
5032
5032
  "answer": {
5033
5033
  "type": "object",
5034
5034
  "title": "Answer",
5035
- "@mapping": "takeshape:local:AnswersSections.RhiZfhaaS",
5035
+ "@mapping": "shapedb:AnswersSections.RhiZfhaaS",
5036
5036
  "@tag": "draftjs"
5037
5037
  },
5038
5038
  "references": {
@@ -5041,17 +5041,17 @@
5041
5041
  "items": {
5042
5042
  "$ref": "#/shapes/AnswersSectionsReferences/schema"
5043
5043
  },
5044
- "@mapping": "takeshape:local:AnswersSections.vYRYAuzL3"
5044
+ "@mapping": "shapedb:AnswersSections.vYRYAuzL3"
5045
5045
  },
5046
5046
  "slug": {
5047
5047
  "type": "string",
5048
5048
  "title": "Slug",
5049
5049
  "minLength": 1,
5050
- "@mapping": "takeshape:local:AnswersSections.6SQHQjnTv"
5050
+ "@mapping": "shapedb:AnswersSections.6SQHQjnTv"
5051
5051
  },
5052
5052
  "authors": {
5053
5053
  "title": "Authors",
5054
- "@mapping": "takeshape:local:AnswersSections.m5gh-Yivv",
5054
+ "@mapping": "shapedb:AnswersSections.m5gh-Yivv",
5055
5055
  "items": {
5056
5056
  "@ref": "local:Person"
5057
5057
  },
@@ -5067,8 +5067,8 @@
5067
5067
  },
5068
5068
  "@args": "TSRelationshipArgs",
5069
5069
  "@resolver": {
5070
- "name": "takeshape:getRelated",
5071
- "service": "takeshape:local",
5070
+ "name": "shapedb:getRelated",
5071
+ "service": "shapedb",
5072
5072
  "options": {
5073
5073
  "nullable": true
5074
5074
  }
@@ -5099,7 +5099,7 @@
5099
5099
  "description": "A short description used when listing or sharing the bulletin.",
5100
5100
  "maxLength": 200,
5101
5101
  "minLength": 0,
5102
- "@mapping": "takeshape:local:Note.B1dk8xpAl"
5102
+ "@mapping": "shapedb:Note.B1dk8xpAl"
5103
5103
  },
5104
5104
  "images": {
5105
5105
  "type": "array",
@@ -5107,36 +5107,36 @@
5107
5107
  "items": {
5108
5108
  "$ref": "#/shapes/NoteImages/schema"
5109
5109
  },
5110
- "@mapping": "takeshape:local:Note.Hy3yTVy6Q"
5110
+ "@mapping": "shapedb:Note.Hy3yTVy6Q"
5111
5111
  },
5112
5112
  "link": {
5113
5113
  "type": "string",
5114
5114
  "title": "External Link",
5115
5115
  "minLength": 1,
5116
5116
  "pattern": "https?:\\/\\/.*",
5117
- "@mapping": "takeshape:local:Note.Byd5Bep0l"
5117
+ "@mapping": "shapedb:Note.Byd5Bep0l"
5118
5118
  },
5119
5119
  "body": {
5120
5120
  "type": "object",
5121
5121
  "title": "Body",
5122
- "@mapping": "takeshape:local:Note.S16tj3d37",
5122
+ "@mapping": "shapedb:Note.S16tj3d37",
5123
5123
  "@tag": "draftjs"
5124
5124
  },
5125
5125
  "title": {
5126
5126
  "type": "string",
5127
5127
  "title": "Title",
5128
5128
  "minLength": 1,
5129
- "@mapping": "takeshape:local:Note.B1lk8eaAl"
5129
+ "@mapping": "shapedb:Note.B1lk8eaAl"
5130
5130
  },
5131
5131
  "slug": {
5132
5132
  "type": "string",
5133
5133
  "title": "Slug",
5134
5134
  "minLength": 1,
5135
- "@mapping": "takeshape:local:Note.B1Z92APDV"
5135
+ "@mapping": "shapedb:Note.B1Z92APDV"
5136
5136
  },
5137
5137
  "authors": {
5138
5138
  "title": "Authors",
5139
- "@mapping": "takeshape:local:Note.Hk9Rs3uhm",
5139
+ "@mapping": "shapedb:Note.Hk9Rs3uhm",
5140
5140
  "items": {
5141
5141
  "@ref": "local:Person"
5142
5142
  },
@@ -5152,8 +5152,8 @@
5152
5152
  },
5153
5153
  "@args": "TSRelationshipArgs",
5154
5154
  "@resolver": {
5155
- "name": "takeshape:getRelated",
5156
- "service": "takeshape:local",
5155
+ "name": "shapedb:getRelated",
5156
+ "service": "shapedb",
5157
5157
  "options": {
5158
5158
  "nullable": true
5159
5159
  }
@@ -5161,7 +5161,7 @@
5161
5161
  },
5162
5162
  "tags": {
5163
5163
  "title": "Tags",
5164
- "@mapping": "takeshape:local:Note.H1PdLe6Al",
5164
+ "@mapping": "shapedb:Note.H1PdLe6Al",
5165
5165
  "items": {
5166
5166
  "@ref": "local:Tag"
5167
5167
  },
@@ -5178,8 +5178,8 @@
5178
5178
  },
5179
5179
  "@args": "TSRelationshipArgs",
5180
5180
  "@resolver": {
5181
- "name": "takeshape:getRelated",
5182
- "service": "takeshape:local",
5181
+ "name": "shapedb:getRelated",
5182
+ "service": "shapedb",
5183
5183
  "options": {
5184
5184
  "nullable": true
5185
5185
  }
@@ -5201,7 +5201,7 @@
5201
5201
  "properties": {
5202
5202
  "image": {
5203
5203
  "title": "Image",
5204
- "@mapping": "takeshape:local:NoteImages.HJrgLxT0g",
5204
+ "@mapping": "shapedb:NoteImages.HJrgLxT0g",
5205
5205
  "@backreference": {
5206
5206
  "enabled": true
5207
5207
  },
@@ -5211,8 +5211,8 @@
5211
5211
  },
5212
5212
  "@args": "TSRelationshipArgs",
5213
5213
  "@resolver": {
5214
- "name": "takeshape:getRelated",
5215
- "service": "takeshape:local",
5214
+ "name": "shapedb:getRelated",
5215
+ "service": "shapedb",
5216
5216
  "options": {
5217
5217
  "nullable": true
5218
5218
  }
@@ -5234,18 +5234,18 @@
5234
5234
  "description": {
5235
5235
  "type": "object",
5236
5236
  "title": "Description",
5237
- "@mapping": "takeshape:local:Supermassive.rJglsrREQ",
5237
+ "@mapping": "shapedb:Supermassive.rJglsrREQ",
5238
5238
  "@tag": "draftjs"
5239
5239
  },
5240
5240
  "tagline": {
5241
5241
  "type": "string",
5242
5242
  "title": "Tagline",
5243
5243
  "minLength": 0,
5244
- "@mapping": "takeshape:local:Supermassive.BJBA9B0EX"
5244
+ "@mapping": "shapedb:Supermassive.BJBA9B0EX"
5245
5245
  },
5246
5246
  "backgroundImage": {
5247
5247
  "title": "Background Image",
5248
- "@mapping": "takeshape:local:Supermassive.rkxyiBAN7",
5248
+ "@mapping": "shapedb:Supermassive.rkxyiBAN7",
5249
5249
  "@backreference": {
5250
5250
  "enabled": true
5251
5251
  },
@@ -5255,8 +5255,8 @@
5255
5255
  },
5256
5256
  "@args": "TSRelationshipArgs",
5257
5257
  "@resolver": {
5258
- "name": "takeshape:getRelated",
5259
- "service": "takeshape:local",
5258
+ "name": "shapedb:getRelated",
5259
+ "service": "shapedb",
5260
5260
  "options": {
5261
5261
  "nullable": true
5262
5262
  }
@@ -5266,7 +5266,7 @@
5266
5266
  "type": "object",
5267
5267
  "title": "Confirmation Message",
5268
5268
  "description": "Subscribers will see this after they join",
5269
- "@mapping": "takeshape:local:Supermassive.B15CpplSX",
5269
+ "@mapping": "shapedb:Supermassive.B15CpplSX",
5270
5270
  "@tag": "draftjs"
5271
5271
  }
5272
5272
  }
@@ -5287,17 +5287,17 @@
5287
5287
  "default": false,
5288
5288
  "title": "Explicit",
5289
5289
  "@l10n": false,
5290
- "@mapping": "takeshape:local:Podcast.rkh-4FbyS"
5290
+ "@mapping": "shapedb:Podcast.rkh-4FbyS"
5291
5291
  },
5292
5292
  "description": {
5293
5293
  "type": "string",
5294
5294
  "title": "Description",
5295
5295
  "minLength": 0,
5296
- "@mapping": "takeshape:local:Podcast.rJly6vHJS"
5296
+ "@mapping": "shapedb:Podcast.rJly6vHJS"
5297
5297
  },
5298
5298
  "artwork": {
5299
5299
  "title": "Artwork",
5300
- "@mapping": "takeshape:local:Podcast.HJEpQYWyS",
5300
+ "@mapping": "shapedb:Podcast.HJEpQYWyS",
5301
5301
  "@backreference": {
5302
5302
  "enabled": true
5303
5303
  },
@@ -5307,8 +5307,8 @@
5307
5307
  },
5308
5308
  "@args": "TSRelationshipArgs",
5309
5309
  "@resolver": {
5310
- "name": "takeshape:getRelated",
5311
- "service": "takeshape:local",
5310
+ "name": "shapedb:getRelated",
5311
+ "service": "shapedb",
5312
5312
  "options": {
5313
5313
  "nullable": true
5314
5314
  }
@@ -5318,7 +5318,7 @@
5318
5318
  "type": "string",
5319
5319
  "title": "Title",
5320
5320
  "minLength": 1,
5321
- "@mapping": "takeshape:local:Podcast.HJniXYWkr"
5321
+ "@mapping": "shapedb:Podcast.HJniXYWkr"
5322
5322
  }
5323
5323
  },
5324
5324
  "required": [
@@ -5340,11 +5340,11 @@
5340
5340
  "type": "string",
5341
5341
  "title": "Name",
5342
5342
  "minLength": 1,
5343
- "@mapping": "takeshape:local:Institution.H1tzTbgTg"
5343
+ "@mapping": "shapedb:Institution.H1tzTbgTg"
5344
5344
  },
5345
5345
  "social": {
5346
5346
  "title": "Social",
5347
- "@mapping": "takeshape:local:Institution.rkzZb6QWE",
5347
+ "@mapping": "shapedb:Institution.rkzZb6QWE",
5348
5348
  "$ref": "#/shapes/InstitutionSocial/schema"
5349
5349
  }
5350
5350
  },
@@ -5364,19 +5364,19 @@
5364
5364
  "type": "string",
5365
5365
  "title": "Twitter",
5366
5366
  "minLength": 0,
5367
- "@mapping": "takeshape:local:InstitutionSocial.H1R1-pX-4"
5367
+ "@mapping": "shapedb:InstitutionSocial.H1R1-pX-4"
5368
5368
  },
5369
5369
  "facebook": {
5370
5370
  "type": "string",
5371
5371
  "title": "Facebook",
5372
5372
  "minLength": 0,
5373
- "@mapping": "takeshape:local:InstitutionSocial.H1wlZT7ZE"
5373
+ "@mapping": "shapedb:InstitutionSocial.H1wlZT7ZE"
5374
5374
  },
5375
5375
  "instagram": {
5376
5376
  "type": "string",
5377
5377
  "title": "Instagram",
5378
5378
  "minLength": 0,
5379
- "@mapping": "takeshape:local:InstitutionSocial.SJTNWamWN"
5379
+ "@mapping": "shapedb:InstitutionSocial.SJTNWamWN"
5380
5380
  }
5381
5381
  }
5382
5382
  }
@@ -5396,24 +5396,24 @@
5396
5396
  "title": "Duration",
5397
5397
  "@l10n": false,
5398
5398
  "minimum": 0,
5399
- "@mapping": "takeshape:local:Episode.SJ_cQ1kJH"
5399
+ "@mapping": "shapedb:Episode.SJ_cQ1kJH"
5400
5400
  },
5401
5401
  "explicit": {
5402
5402
  "type": "boolean",
5403
5403
  "default": false,
5404
5404
  "title": "Explicit",
5405
5405
  "@l10n": false,
5406
- "@mapping": "takeshape:local:Episode.rkx6QJJkH"
5406
+ "@mapping": "shapedb:Episode.rkx6QJJkH"
5407
5407
  },
5408
5408
  "description": {
5409
5409
  "type": "object",
5410
5410
  "title": "Description",
5411
- "@mapping": "takeshape:local:Episode.rkbDm1JyH",
5411
+ "@mapping": "shapedb:Episode.rkbDm1JyH",
5412
5412
  "@tag": "draftjs"
5413
5413
  },
5414
5414
  "artwork": {
5415
5415
  "title": "Artwork",
5416
- "@mapping": "takeshape:local:Episode.B130QJ1kH",
5416
+ "@mapping": "shapedb:Episode.B130QJ1kH",
5417
5417
  "@backreference": {
5418
5418
  "enabled": true
5419
5419
  },
@@ -5423,8 +5423,8 @@
5423
5423
  },
5424
5424
  "@args": "TSRelationshipArgs",
5425
5425
  "@resolver": {
5426
- "name": "takeshape:getRelated",
5427
- "service": "takeshape:local",
5426
+ "name": "shapedb:getRelated",
5427
+ "service": "shapedb",
5428
5428
  "options": {
5429
5429
  "nullable": true
5430
5430
  }
@@ -5432,7 +5432,7 @@
5432
5432
  },
5433
5433
  "audio": {
5434
5434
  "title": "Audio",
5435
- "@mapping": "takeshape:local:Episode.ByivX1kyH",
5435
+ "@mapping": "shapedb:Episode.ByivX1kyH",
5436
5436
  "@backreference": {
5437
5437
  "enabled": true
5438
5438
  },
@@ -5442,8 +5442,8 @@
5442
5442
  },
5443
5443
  "@args": "TSRelationshipArgs",
5444
5444
  "@resolver": {
5445
- "name": "takeshape:getRelated",
5446
- "service": "takeshape:local",
5445
+ "name": "shapedb:getRelated",
5446
+ "service": "shapedb",
5447
5447
  "options": {
5448
5448
  "nullable": true
5449
5449
  }
@@ -5453,14 +5453,14 @@
5453
5453
  "type": "string",
5454
5454
  "title": "Title",
5455
5455
  "minLength": 1,
5456
- "@mapping": "takeshape:local:Episode.Bk_rhglyr"
5456
+ "@mapping": "shapedb:Episode.Bk_rhglyr"
5457
5457
  },
5458
5458
  "episodeNumber": {
5459
5459
  "type": "integer",
5460
5460
  "title": "Episode Number",
5461
5461
  "@l10n": false,
5462
5462
  "minimum": 0,
5463
- "@mapping": "takeshape:local:Episode.r1P_71kkH"
5463
+ "@mapping": "shapedb:Episode.r1P_71kkH"
5464
5464
  },
5465
5465
  "publicationDate": {
5466
5466
  "type": "string",
@@ -5468,13 +5468,13 @@
5468
5468
  "@l10n": false,
5469
5469
  "format": "date-time",
5470
5470
  "minLength": 1,
5471
- "@mapping": "takeshape:local:Episode.rkCzGeukH"
5471
+ "@mapping": "shapedb:Episode.rkCzGeukH"
5472
5472
  },
5473
5473
  "plainDescription": {
5474
5474
  "type": "string",
5475
5475
  "title": "Plain Description",
5476
5476
  "minLength": 0,
5477
- "@mapping": "takeshape:local:Episode.rkSUCvHkS"
5477
+ "@mapping": "shapedb:Episode.rkSUCvHkS"
5478
5478
  }
5479
5479
  },
5480
5480
  "required": [
@@ -5497,7 +5497,7 @@
5497
5497
  "title": "Article Footer",
5498
5498
  "description": "Provides the default collection of promotional objects to follow articles.",
5499
5499
  "minItems": 1,
5500
- "@mapping": "takeshape:local:Defaults.BybYeA-u-",
5500
+ "@mapping": "shapedb:Defaults.BybYeA-u-",
5501
5501
  "items": {
5502
5502
  "oneOf": [
5503
5503
  {
@@ -5526,8 +5526,8 @@
5526
5526
  },
5527
5527
  "@args": "TSRelationshipArgs",
5528
5528
  "@resolver": {
5529
- "name": "takeshape:getRelated",
5530
- "service": "takeshape:local",
5529
+ "name": "shapedb:getRelated",
5530
+ "service": "shapedb",
5531
5531
  "options": {
5532
5532
  "nullable": true
5533
5533
  }
@@ -5535,7 +5535,7 @@
5535
5535
  },
5536
5536
  "newsletter": {
5537
5537
  "title": "Newsletter",
5538
- "@mapping": "takeshape:local:Defaults.SJqnoltwW",
5538
+ "@mapping": "shapedb:Defaults.SJqnoltwW",
5539
5539
  "@backreference": {
5540
5540
  "enabled": true
5541
5541
  },
@@ -5545,8 +5545,8 @@
5545
5545
  },
5546
5546
  "@args": "TSRelationshipArgs",
5547
5547
  "@resolver": {
5548
- "name": "takeshape:getRelated",
5549
- "service": "takeshape:local",
5548
+ "name": "shapedb:getRelated",
5549
+ "service": "shapedb",
5550
5550
  "options": {
5551
5551
  "nullable": true
5552
5552
  }
@@ -5554,12 +5554,12 @@
5554
5554
  },
5555
5555
  "metadata": {
5556
5556
  "title": "Metadata",
5557
- "@mapping": "takeshape:local:Defaults.BJ__VZQx7",
5557
+ "@mapping": "shapedb:Defaults.BJ__VZQx7",
5558
5558
  "$ref": "#/shapes/DefaultsMetadata/schema"
5559
5559
  },
5560
5560
  "promotion": {
5561
5561
  "title": "Promotion",
5562
- "@mapping": "takeshape:local:Defaults.ryz0i0AJX",
5562
+ "@mapping": "shapedb:Defaults.ryz0i0AJX",
5563
5563
  "@backreference": {
5564
5564
  "enabled": true
5565
5565
  },
@@ -5576,8 +5576,8 @@
5576
5576
  },
5577
5577
  "@args": "TSRelationshipArgs",
5578
5578
  "@resolver": {
5579
- "name": "takeshape:getRelated",
5580
- "service": "takeshape:local",
5579
+ "name": "shapedb:getRelated",
5580
+ "service": "shapedb",
5581
5581
  "options": {
5582
5582
  "nullable": true
5583
5583
  }
@@ -5602,11 +5602,11 @@
5602
5602
  "type": "string",
5603
5603
  "title": "Title",
5604
5604
  "minLength": 0,
5605
- "@mapping": "takeshape:local:DefaultsMetadata.r1NYEb7eQ"
5605
+ "@mapping": "shapedb:DefaultsMetadata.r1NYEb7eQ"
5606
5606
  },
5607
5607
  "image": {
5608
5608
  "title": "Image",
5609
- "@mapping": "takeshape:local:DefaultsMetadata.r1uqSZme7",
5609
+ "@mapping": "shapedb:DefaultsMetadata.r1uqSZme7",
5610
5610
  "@backreference": {
5611
5611
  "enabled": true
5612
5612
  },
@@ -5616,8 +5616,8 @@
5616
5616
  },
5617
5617
  "@args": "TSRelationshipArgs",
5618
5618
  "@resolver": {
5619
- "name": "takeshape:getRelated",
5620
- "service": "takeshape:local",
5619
+ "name": "shapedb:getRelated",
5620
+ "service": "shapedb",
5621
5621
  "options": {
5622
5622
  "nullable": true
5623
5623
  }
@@ -5627,7 +5627,7 @@
5627
5627
  "type": "string",
5628
5628
  "title": "Description",
5629
5629
  "minLength": 0,
5630
- "@mapping": "takeshape:local:DefaultsMetadata.H1WqHbQgQ"
5630
+ "@mapping": "shapedb:DefaultsMetadata.H1WqHbQgQ"
5631
5631
  }
5632
5632
  }
5633
5633
  }
@@ -5644,7 +5644,7 @@
5644
5644
  "properties": {
5645
5645
  "report": {
5646
5646
  "title": "Report",
5647
- "@mapping": "takeshape:local:ReportSection.HJe4q9m3f",
5647
+ "@mapping": "shapedb:ReportSection.HJe4q9m3f",
5648
5648
  "@backreference": {
5649
5649
  "enabled": true,
5650
5650
  "name": "sections"
@@ -5655,8 +5655,8 @@
5655
5655
  },
5656
5656
  "@args": "TSRelationshipArgs",
5657
5657
  "@resolver": {
5658
- "name": "takeshape:getRelated",
5659
- "service": "takeshape:local",
5658
+ "name": "shapedb:getRelated",
5659
+ "service": "shapedb",
5660
5660
  "options": {
5661
5661
  "nullable": true
5662
5662
  }
@@ -5668,23 +5668,23 @@
5668
5668
  "items": {
5669
5669
  "$ref": "#/shapes/ReportSectionSubsections/schema"
5670
5670
  },
5671
- "@mapping": "takeshape:local:ReportSection.SkR3X7Ihf"
5671
+ "@mapping": "shapedb:ReportSection.SkR3X7Ihf"
5672
5672
  },
5673
5673
  "position": {
5674
5674
  "type": "integer",
5675
5675
  "title": "Position",
5676
5676
  "minimum": 1,
5677
- "@mapping": "takeshape:local:ReportSection.rkd2cc72G"
5677
+ "@mapping": "shapedb:ReportSection.rkd2cc72G"
5678
5678
  },
5679
5679
  "title": {
5680
5680
  "type": "string",
5681
5681
  "title": "Title",
5682
5682
  "minLength": 1,
5683
- "@mapping": "takeshape:local:ReportSection.SJDSqcQnM"
5683
+ "@mapping": "shapedb:ReportSection.SJDSqcQnM"
5684
5684
  },
5685
5685
  "headerImage": {
5686
5686
  "title": "Header Image",
5687
- "@mapping": "takeshape:local:ReportSection.ByefRHI3z",
5687
+ "@mapping": "shapedb:ReportSection.ByefRHI3z",
5688
5688
  "@backreference": {
5689
5689
  "enabled": true
5690
5690
  },
@@ -5694,8 +5694,8 @@
5694
5694
  },
5695
5695
  "@args": "TSRelationshipArgs",
5696
5696
  "@resolver": {
5697
- "name": "takeshape:getRelated",
5698
- "service": "takeshape:local",
5697
+ "name": "shapedb:getRelated",
5698
+ "service": "shapedb",
5699
5699
  "options": {
5700
5700
  "nullable": true
5701
5701
  }
@@ -5705,7 +5705,7 @@
5705
5705
  "type": "string",
5706
5706
  "title": "Slug",
5707
5707
  "minLength": 1,
5708
- "@mapping": "takeshape:local:ReportSection.rk5Hq5Q3M"
5708
+ "@mapping": "shapedb:ReportSection.rk5Hq5Q3M"
5709
5709
  }
5710
5710
  },
5711
5711
  "required": [
@@ -5727,13 +5727,13 @@
5727
5727
  "type": "string",
5728
5728
  "title": "Citation",
5729
5729
  "minLength": 0,
5730
- "@mapping": "takeshape:local:ReportSectionSubsectionsReferences.HJxfr03TM"
5730
+ "@mapping": "shapedb:ReportSectionSubsectionsReferences.HJxfr03TM"
5731
5731
  },
5732
5732
  "url": {
5733
5733
  "type": "string",
5734
5734
  "title": "URL",
5735
5735
  "minLength": 0,
5736
- "@mapping": "takeshape:local:ReportSectionSubsectionsReferences.rySWSR3aG"
5736
+ "@mapping": "shapedb:ReportSectionSubsectionsReferences.rySWSR3aG"
5737
5737
  }
5738
5738
  }
5739
5739
  }
@@ -5748,14 +5748,14 @@
5748
5748
  "answer": {
5749
5749
  "type": "object",
5750
5750
  "title": "Answer",
5751
- "@mapping": "takeshape:local:ReportSectionSubsections.SJYTXXUhz",
5751
+ "@mapping": "shapedb:ReportSectionSubsections.SJYTXXUhz",
5752
5752
  "@tag": "draftjs"
5753
5753
  },
5754
5754
  "question": {
5755
5755
  "type": "string",
5756
5756
  "title": "Question",
5757
5757
  "minLength": 1,
5758
- "@mapping": "takeshape:local:ReportSectionSubsections.Hy8CX7Lnz"
5758
+ "@mapping": "shapedb:ReportSectionSubsections.Hy8CX7Lnz"
5759
5759
  },
5760
5760
  "references": {
5761
5761
  "type": "array",
@@ -5763,24 +5763,24 @@
5763
5763
  "items": {
5764
5764
  "$ref": "#/shapes/ReportSectionSubsectionsReferences/schema"
5765
5765
  },
5766
- "@mapping": "takeshape:local:ReportSectionSubsections.H1akBCn6z"
5766
+ "@mapping": "shapedb:ReportSectionSubsections.H1akBCn6z"
5767
5767
  },
5768
5768
  "takeaway": {
5769
5769
  "type": "object",
5770
5770
  "title": "Takeaway",
5771
- "@mapping": "takeshape:local:ReportSectionSubsections.By6E-Bcpz",
5771
+ "@mapping": "shapedb:ReportSectionSubsections.By6E-Bcpz",
5772
5772
  "@tag": "draftjs"
5773
5773
  },
5774
5774
  "slug": {
5775
5775
  "type": "string",
5776
5776
  "title": "Slug",
5777
5777
  "minLength": 1,
5778
- "@mapping": "takeshape:local:ReportSectionSubsections.HkwCE7Lhz"
5778
+ "@mapping": "shapedb:ReportSectionSubsections.HkwCE7Lhz"
5779
5779
  },
5780
5780
  "authors": {
5781
5781
  "title": "Authors",
5782
5782
  "minItems": 1,
5783
- "@mapping": "takeshape:local:ReportSectionSubsections.Byyy4QI2f",
5783
+ "@mapping": "shapedb:ReportSectionSubsections.Byyy4QI2f",
5784
5784
  "items": {
5785
5785
  "@ref": "local:Person"
5786
5786
  },
@@ -5796,8 +5796,8 @@
5796
5796
  },
5797
5797
  "@args": "TSRelationshipArgs",
5798
5798
  "@resolver": {
5799
- "name": "takeshape:getRelated",
5800
- "service": "takeshape:local",
5799
+ "name": "shapedb:getRelated",
5800
+ "service": "shapedb",
5801
5801
  "options": {
5802
5802
  "nullable": true
5803
5803
  }
@@ -5825,12 +5825,12 @@
5825
5825
  "type": "string",
5826
5826
  "title": "Description",
5827
5827
  "minLength": 0,
5828
- "@mapping": "takeshape:local:Tarot.fhamaUImx"
5828
+ "@mapping": "shapedb:Tarot.fhamaUImx"
5829
5829
  },
5830
5830
  "sharingImage": {
5831
5831
  "title": "Sharing Image",
5832
5832
  "description": "The image displayed when sharing the page on social media",
5833
- "@mapping": "takeshape:local:Tarot.9XaYezw8Z",
5833
+ "@mapping": "shapedb:Tarot.9XaYezw8Z",
5834
5834
  "@backreference": {
5835
5835
  "enabled": true
5836
5836
  },
@@ -5840,8 +5840,8 @@
5840
5840
  },
5841
5841
  "@args": "TSRelationshipArgs",
5842
5842
  "@resolver": {
5843
- "name": "takeshape:getRelated",
5844
- "service": "takeshape:local",
5843
+ "name": "shapedb:getRelated",
5844
+ "service": "shapedb",
5845
5845
  "options": {
5846
5846
  "nullable": true
5847
5847
  }
@@ -5849,24 +5849,24 @@
5849
5849
  },
5850
5850
  "hero": {
5851
5851
  "title": "Hero",
5852
- "@mapping": "takeshape:local:Tarot._xAPPlTii",
5852
+ "@mapping": "shapedb:Tarot._xAPPlTii",
5853
5853
  "$ref": "#/shapes/TarotHero/schema"
5854
5854
  },
5855
5855
  "body": {
5856
5856
  "type": "object",
5857
5857
  "title": "Body",
5858
- "@mapping": "takeshape:local:Tarot.4LoWHYnww",
5858
+ "@mapping": "shapedb:Tarot.4LoWHYnww",
5859
5859
  "@tag": "draftjs"
5860
5860
  },
5861
5861
  "title": {
5862
5862
  "type": "string",
5863
5863
  "title": "Title",
5864
5864
  "minLength": 1,
5865
- "@mapping": "takeshape:local:Tarot.rIHoDAMg8"
5865
+ "@mapping": "shapedb:Tarot.rIHoDAMg8"
5866
5866
  },
5867
5867
  "downloads": {
5868
5868
  "title": "Downloads",
5869
- "@mapping": "takeshape:local:Tarot.kp7JpcjZX",
5869
+ "@mapping": "shapedb:Tarot.kp7JpcjZX",
5870
5870
  "$ref": "#/shapes/TarotDownloads/schema"
5871
5871
  }
5872
5872
  },
@@ -5886,11 +5886,11 @@
5886
5886
  "type": "object",
5887
5887
  "title": "Color",
5888
5888
  "$ref": "#/shapes/TSColor/schema",
5889
- "@mapping": "takeshape:local:TarotHeroBackground.i5ZmtcS3B"
5889
+ "@mapping": "shapedb:TarotHeroBackground.i5ZmtcS3B"
5890
5890
  },
5891
5891
  "image": {
5892
5892
  "title": "Image",
5893
- "@mapping": "takeshape:local:TarotHeroBackground.BMHF1SXwN",
5893
+ "@mapping": "shapedb:TarotHeroBackground.BMHF1SXwN",
5894
5894
  "@backreference": {
5895
5895
  "enabled": true
5896
5896
  },
@@ -5900,8 +5900,8 @@
5900
5900
  },
5901
5901
  "@args": "TSRelationshipArgs",
5902
5902
  "@resolver": {
5903
- "name": "takeshape:getRelated",
5904
- "service": "takeshape:local",
5903
+ "name": "shapedb:getRelated",
5904
+ "service": "shapedb",
5905
5905
  "options": {
5906
5906
  "nullable": true
5907
5907
  }
@@ -5922,23 +5922,23 @@
5922
5922
  "title": "Status Badge",
5923
5923
  "description": "A little decorative badge to share the status of the deck",
5924
5924
  "minLength": 0,
5925
- "@mapping": "takeshape:local:TarotHero.Z8NHh9cs7"
5925
+ "@mapping": "shapedb:TarotHero.Z8NHh9cs7"
5926
5926
  },
5927
5927
  "copy": {
5928
5928
  "type": "object",
5929
5929
  "title": "Copy",
5930
- "@mapping": "takeshape:local:TarotHero.d2jalOkwI",
5930
+ "@mapping": "shapedb:TarotHero.d2jalOkwI",
5931
5931
  "@tag": "draftjs"
5932
5932
  },
5933
5933
  "heading": {
5934
5934
  "type": "string",
5935
5935
  "title": "Heading",
5936
5936
  "minLength": 0,
5937
- "@mapping": "takeshape:local:TarotHero.rKK57tP9Q"
5937
+ "@mapping": "shapedb:TarotHero.rKK57tP9Q"
5938
5938
  },
5939
5939
  "background": {
5940
5940
  "title": "Background",
5941
- "@mapping": "takeshape:local:TarotHero.rSfaIH3zv",
5941
+ "@mapping": "shapedb:TarotHero.rSfaIH3zv",
5942
5942
  "$ref": "#/shapes/TarotHeroBackground/schema"
5943
5943
  }
5944
5944
  }
@@ -5953,7 +5953,7 @@
5953
5953
  "properties": {
5954
5954
  "instructions": {
5955
5955
  "title": "Instructions",
5956
- "@mapping": "takeshape:local:TarotDownloads.AhSZ_d0J_",
5956
+ "@mapping": "shapedb:TarotDownloads.AhSZ_d0J_",
5957
5957
  "@backreference": {
5958
5958
  "enabled": true
5959
5959
  },
@@ -5963,8 +5963,8 @@
5963
5963
  },
5964
5964
  "@args": "TSRelationshipArgs",
5965
5965
  "@resolver": {
5966
- "name": "takeshape:getRelated",
5967
- "service": "takeshape:local",
5966
+ "name": "shapedb:getRelated",
5967
+ "service": "shapedb",
5968
5968
  "options": {
5969
5969
  "nullable": true
5970
5970
  }
@@ -5974,14 +5974,14 @@
5974
5974
  "type": "string",
5975
5975
  "title": "Teaching Guide",
5976
5976
  "minLength": 0,
5977
- "@mapping": "takeshape:local:TarotDownloads.5RaY4uQYT"
5977
+ "@mapping": "shapedb:TarotDownloads.5RaY4uQYT"
5978
5978
  },
5979
5979
  "guidebook": {
5980
5980
  "type": "string",
5981
5981
  "title": "Guidebook",
5982
5982
  "minLength": 0,
5983
5983
  "pattern": "https?:\\/\\/",
5984
- "@mapping": "takeshape:local:TarotDownloads.69VDuFTdZ"
5984
+ "@mapping": "shapedb:TarotDownloads.69VDuFTdZ"
5985
5985
  }
5986
5986
  }
5987
5987
  }
@@ -6002,7 +6002,7 @@
6002
6002
  "@l10n": false,
6003
6003
  "@syncLocaleStructure": false,
6004
6004
  "minLength": 1,
6005
- "@mapping": "takeshape:local:Format.SkXx2LgPN"
6005
+ "@mapping": "shapedb:Format.SkXx2LgPN"
6006
6006
  }
6007
6007
  },
6008
6008
  "required": [
@@ -6025,19 +6025,19 @@
6025
6025
  "title": "Description",
6026
6026
  "description": "A short description of the page's contents",
6027
6027
  "minLength": 0,
6028
- "@mapping": "takeshape:local:Page.H1hd9mZK4"
6028
+ "@mapping": "shapedb:Page.H1hd9mZK4"
6029
6029
  },
6030
6030
  "body": {
6031
6031
  "type": "object",
6032
6032
  "title": "Body",
6033
- "@mapping": "takeshape:local:Page.ryW7o1Cig",
6033
+ "@mapping": "shapedb:Page.ryW7o1Cig",
6034
6034
  "@tag": "draftjs"
6035
6035
  },
6036
6036
  "title": {
6037
6037
  "type": "string",
6038
6038
  "title": "Title",
6039
6039
  "minLength": 1,
6040
- "@mapping": "takeshape:local:Page.HynejyCox"
6040
+ "@mapping": "shapedb:Page.HynejyCox"
6041
6041
  },
6042
6042
  "slug": {
6043
6043
  "type": "string",
@@ -6045,7 +6045,7 @@
6045
6045
  "description": "A permanent URL for this page.",
6046
6046
  "minLength": 4,
6047
6047
  "pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$",
6048
- "@mapping": "takeshape:local:Page.H1dIwN-B-"
6048
+ "@mapping": "shapedb:Page.H1dIwN-B-"
6049
6049
  }
6050
6050
  },
6051
6051
  "required": [
@@ -6069,17 +6069,17 @@
6069
6069
  "type": "string",
6070
6070
  "title": "Link To Purchase",
6071
6071
  "minLength": 1,
6072
- "@mapping": "takeshape:local:Product.HJmj0tjtN"
6072
+ "@mapping": "shapedb:Product.HJmj0tjtN"
6073
6073
  },
6074
6074
  "name": {
6075
6075
  "type": "string",
6076
6076
  "title": "Name",
6077
6077
  "minLength": 1,
6078
- "@mapping": "takeshape:local:Product.S1Z-YN3B4"
6078
+ "@mapping": "shapedb:Product.S1Z-YN3B4"
6079
6079
  },
6080
6080
  "image": {
6081
6081
  "title": "Image",
6082
- "@mapping": "takeshape:local:Product.S1U7t42rV",
6082
+ "@mapping": "shapedb:Product.S1U7t42rV",
6083
6083
  "@backreference": {
6084
6084
  "enabled": true
6085
6085
  },
@@ -6089,8 +6089,8 @@
6089
6089
  },
6090
6090
  "@args": "TSRelationshipArgs",
6091
6091
  "@resolver": {
6092
- "name": "takeshape:getRelated",
6093
- "service": "takeshape:local",
6092
+ "name": "shapedb:getRelated",
6093
+ "service": "shapedb",
6094
6094
  "options": {
6095
6095
  "nullable": true
6096
6096
  }
@@ -6100,20 +6100,20 @@
6100
6100
  "type": "string",
6101
6101
  "title": "Description",
6102
6102
  "minLength": 0,
6103
- "@mapping": "takeshape:local:Product.SJ-512jFN"
6103
+ "@mapping": "shapedb:Product.SJ-512jFN"
6104
6104
  },
6105
6105
  "shopifyBuyButton": {
6106
6106
  "type": "string",
6107
6107
  "title": "Shopify Buy Button",
6108
6108
  "minLength": 0,
6109
- "@mapping": "takeshape:local:Product.BkXzFN3B4"
6109
+ "@mapping": "shapedb:Product.BkXzFN3B4"
6110
6110
  },
6111
6111
  "price": {
6112
6112
  "type": "number",
6113
6113
  "title": "Price",
6114
6114
  "@l10n": false,
6115
6115
  "minimum": 0,
6116
- "@mapping": "takeshape:local:Product.r1X2t5otN"
6116
+ "@mapping": "shapedb:Product.r1X2t5otN"
6117
6117
  }
6118
6118
  },
6119
6119
  "required": [
@@ -6136,37 +6136,37 @@
6136
6136
  "type": "string",
6137
6137
  "title": "Button Text",
6138
6138
  "minLength": 0,
6139
- "@mapping": "takeshape:local:Newsletter.H1MNYY4JX"
6139
+ "@mapping": "shapedb:Newsletter.H1MNYY4JX"
6140
6140
  },
6141
6141
  "color": {
6142
6142
  "type": "object",
6143
6143
  "title": "Text Color",
6144
6144
  "$ref": "#/shapes/TSColor/schema",
6145
- "@mapping": "takeshape:local:Newsletter.SJcsIVMd-"
6145
+ "@mapping": "shapedb:Newsletter.SJcsIVMd-"
6146
6146
  },
6147
6147
  "dripCampaignId": {
6148
6148
  "type": "string",
6149
6149
  "title": "Drip Campaign ID",
6150
6150
  "minLength": 1,
6151
- "@mapping": "takeshape:local:Newsletter.Hk3ft3r17"
6151
+ "@mapping": "shapedb:Newsletter.Hk3ft3r17"
6152
6152
  },
6153
6153
  "submissionMessage": {
6154
6154
  "type": "string",
6155
6155
  "title": "Submission Message",
6156
6156
  "description": "A default message will be shown if one isn't provided.",
6157
6157
  "minLength": 0,
6158
- "@mapping": "takeshape:local:Newsletter.9Xmf7puNZ"
6158
+ "@mapping": "shapedb:Newsletter.9Xmf7puNZ"
6159
6159
  },
6160
6160
  "description": {
6161
6161
  "type": "string",
6162
6162
  "title": "Description",
6163
- "@mapping": "takeshape:local:Newsletter.B1LQpdDwW"
6163
+ "@mapping": "shapedb:Newsletter.B1LQpdDwW"
6164
6164
  },
6165
6165
  "body": {
6166
6166
  "type": "object",
6167
6167
  "title": "Body",
6168
6168
  "description": "Provides detailed information about the newsletter on its dedicated signup page.",
6169
- "@mapping": "takeshape:local:Newsletter.L2dnNt-8Q",
6169
+ "@mapping": "shapedb:Newsletter.L2dnNt-8Q",
6170
6170
  "@tag": "draftjs"
6171
6171
  },
6172
6172
  "callToAction": {
@@ -6175,11 +6175,11 @@
6175
6175
  "description": "Displayed big and bold, this is what entices readers to sign up for the newsletter.",
6176
6176
  "maxLength": 50,
6177
6177
  "minLength": 0,
6178
- "@mapping": "takeshape:local:Newsletter.HytBpuDDb"
6178
+ "@mapping": "shapedb:Newsletter.HytBpuDDb"
6179
6179
  },
6180
6180
  "partners": {
6181
6181
  "title": "Partners",
6182
- "@mapping": "takeshape:local:Newsletter.0Y3bO1r7q",
6182
+ "@mapping": "shapedb:Newsletter.0Y3bO1r7q",
6183
6183
  "items": {
6184
6184
  "@ref": "local:Partner"
6185
6185
  },
@@ -6195,8 +6195,8 @@
6195
6195
  },
6196
6196
  "@args": "TSRelationshipArgs",
6197
6197
  "@resolver": {
6198
- "name": "takeshape:getRelated",
6199
- "service": "takeshape:local",
6198
+ "name": "shapedb:getRelated",
6199
+ "service": "shapedb",
6200
6200
  "options": {
6201
6201
  "nullable": true
6202
6202
  }
@@ -6204,7 +6204,7 @@
6204
6204
  },
6205
6205
  "background": {
6206
6206
  "title": "Background",
6207
- "@mapping": "takeshape:local:Newsletter.SJvKX4G_Z",
6207
+ "@mapping": "shapedb:Newsletter.SJvKX4G_Z",
6208
6208
  "$ref": "#/shapes/NewsletterBackground/schema"
6209
6209
  },
6210
6210
  "dripFormId": {
@@ -6213,7 +6213,7 @@
6213
6213
  "description": "The ID of this newsletter campaign's form.",
6214
6214
  "minLength": 1,
6215
6215
  "pattern": "\\d+",
6216
- "@mapping": "takeshape:local:Newsletter.ryui3uDwZ"
6216
+ "@mapping": "shapedb:Newsletter.ryui3uDwZ"
6217
6217
  },
6218
6218
  "customMetadata": {
6219
6219
  "type": "array",
@@ -6221,26 +6221,26 @@
6221
6221
  "items": {
6222
6222
  "$ref": "#/shapes/NewsletterCustomMetadata/schema"
6223
6223
  },
6224
- "@mapping": "takeshape:local:Newsletter.Hk8PLCVCb"
6224
+ "@mapping": "shapedb:Newsletter.Hk8PLCVCb"
6225
6225
  },
6226
6226
  "name": {
6227
6227
  "type": "string",
6228
6228
  "title": "Name",
6229
6229
  "description": "The name of the newsletter.",
6230
6230
  "minLength": 1,
6231
- "@mapping": "takeshape:local:Newsletter.By_lTuDwZ"
6231
+ "@mapping": "shapedb:Newsletter.By_lTuDwZ"
6232
6232
  },
6233
6233
  "showNavigation": {
6234
6234
  "type": "boolean",
6235
6235
  "default": true,
6236
6236
  "title": "Show Navigation",
6237
- "@mapping": "takeshape:local:Newsletter.BJ7rw2KCG"
6237
+ "@mapping": "shapedb:Newsletter.BJ7rw2KCG"
6238
6238
  },
6239
6239
  "slug": {
6240
6240
  "type": "string",
6241
6241
  "title": "Slug",
6242
6242
  "minLength": 1,
6243
- "@mapping": "takeshape:local:Newsletter.BJ7SLCVCb"
6243
+ "@mapping": "shapedb:Newsletter.BJ7SLCVCb"
6244
6244
  }
6245
6245
  },
6246
6246
  "required": [
@@ -6261,11 +6261,11 @@
6261
6261
  "type": "object",
6262
6262
  "title": "Color",
6263
6263
  "$ref": "#/shapes/TSColor/schema",
6264
- "@mapping": "takeshape:local:NewsletterBackground.rJsq7EMuZ"
6264
+ "@mapping": "shapedb:NewsletterBackground.rJsq7EMuZ"
6265
6265
  },
6266
6266
  "image": {
6267
6267
  "title": "Image",
6268
- "@mapping": "takeshape:local:NewsletterBackground.S1dX0uDDb",
6268
+ "@mapping": "shapedb:NewsletterBackground.S1dX0uDDb",
6269
6269
  "@backreference": {
6270
6270
  "enabled": true
6271
6271
  },
@@ -6275,8 +6275,8 @@
6275
6275
  },
6276
6276
  "@args": "TSRelationshipArgs",
6277
6277
  "@resolver": {
6278
- "name": "takeshape:getRelated",
6279
- "service": "takeshape:local",
6278
+ "name": "shapedb:getRelated",
6279
+ "service": "shapedb",
6280
6280
  "options": {
6281
6281
  "nullable": true
6282
6282
  }
@@ -6296,13 +6296,13 @@
6296
6296
  "type": "string",
6297
6297
  "title": "Value",
6298
6298
  "minLength": 1,
6299
- "@mapping": "takeshape:local:NewsletterCustomMetadata.ryquLC4Cb"
6299
+ "@mapping": "shapedb:NewsletterCustomMetadata.ryquLC4Cb"
6300
6300
  },
6301
6301
  "key": {
6302
6302
  "type": "string",
6303
6303
  "title": "Key",
6304
6304
  "minLength": 1,
6305
- "@mapping": "takeshape:local:NewsletterCustomMetadata.SJVdU0E0b"
6305
+ "@mapping": "shapedb:NewsletterCustomMetadata.SJVdU0E0b"
6306
6306
  }
6307
6307
  },
6308
6308
  "required": [
@@ -6325,66 +6325,66 @@
6325
6325
  "type": "string",
6326
6326
  "title": "Source URL",
6327
6327
  "@l10n": false,
6328
- "@mapping": "takeshape:local:Asset.SJXSidnXE"
6328
+ "@mapping": "shapedb:Asset.SJXSidnXE"
6329
6329
  },
6330
6330
  "path": {
6331
6331
  "type": "string",
6332
6332
  "title": "Path",
6333
6333
  "@l10n": false,
6334
6334
  "minLength": 1,
6335
- "@mapping": "takeshape:local:Asset.Hk6FQuz5"
6335
+ "@mapping": "shapedb:Asset.Hk6FQuz5"
6336
6336
  },
6337
6337
  "filename": {
6338
6338
  "type": "string",
6339
6339
  "title": "Filename",
6340
6340
  "@l10n": false,
6341
6341
  "minLength": 1,
6342
- "@mapping": "takeshape:local:Asset.H1oYQOM9"
6342
+ "@mapping": "shapedb:Asset.H1oYQOM9"
6343
6343
  },
6344
6344
  "fileSize": {
6345
6345
  "type": "integer",
6346
6346
  "title": "File Size",
6347
6347
  "@l10n": false,
6348
6348
  "minimum": 0,
6349
- "@mapping": "takeshape:local:Asset.BJNKOIHJS"
6349
+ "@mapping": "shapedb:Asset.BJNKOIHJS"
6350
6350
  },
6351
6351
  "caption": {
6352
6352
  "type": "object",
6353
6353
  "title": "Caption",
6354
- "@mapping": "takeshape:local:Asset.SyWVsd98x",
6354
+ "@mapping": "shapedb:Asset.SyWVsd98x",
6355
6355
  "@tag": "draftjs"
6356
6356
  },
6357
6357
  "description": {
6358
6358
  "type": "string",
6359
6359
  "title": "Description",
6360
- "@mapping": "takeshape:local:Asset.B1Zsra3fx"
6360
+ "@mapping": "shapedb:Asset.B1Zsra3fx"
6361
6361
  },
6362
6362
  "uploadStatus": {
6363
6363
  "type": "string",
6364
6364
  "title": "Upload status",
6365
6365
  "@l10n": false,
6366
- "@mapping": "takeshape:local:Asset.ByeAYXdG9"
6366
+ "@mapping": "shapedb:Asset.ByeAYXdG9"
6367
6367
  },
6368
6368
  "mimeType": {
6369
6369
  "type": "string",
6370
6370
  "title": "MIME type",
6371
6371
  "@l10n": false,
6372
- "@mapping": "takeshape:local:Asset.SyCYX_Gq"
6372
+ "@mapping": "shapedb:Asset.SyCYX_Gq"
6373
6373
  },
6374
6374
  "credit": {
6375
6375
  "type": "object",
6376
6376
  "title": "Credit",
6377
- "@mapping": "takeshape:local:Asset.Skn_i_5Ll",
6377
+ "@mapping": "shapedb:Asset.Skn_i_5Ll",
6378
6378
  "@tag": "draftjs"
6379
6379
  },
6380
6380
  "title": {
6381
6381
  "type": "string",
6382
6382
  "title": "Title",
6383
- "@mapping": "takeshape:local:Asset.By5tQOMc"
6383
+ "@mapping": "shapedb:Asset.By5tQOMc"
6384
6384
  },
6385
6385
  "tags": {
6386
6386
  "title": "Tags",
6387
- "@mapping": "takeshape:local:Asset.HJ_Udg1Y7",
6387
+ "@mapping": "shapedb:Asset.HJ_Udg1Y7",
6388
6388
  "items": {
6389
6389
  "@ref": "local:Tag"
6390
6390
  },
@@ -6400,8 +6400,8 @@
6400
6400
  },
6401
6401
  "@args": "TSRelationshipArgs",
6402
6402
  "@resolver": {
6403
- "name": "takeshape:getRelated",
6404
- "service": "takeshape:local",
6403
+ "name": "shapedb:getRelated",
6404
+ "service": "shapedb",
6405
6405
  "options": {
6406
6406
  "nullable": true
6407
6407
  }
@@ -6428,24 +6428,24 @@
6428
6428
  "type": "string",
6429
6429
  "title": "Name",
6430
6430
  "minLength": 1,
6431
- "@mapping": "takeshape:local:Tag.HkECv2oYl"
6431
+ "@mapping": "shapedb:Tag.HkECv2oYl"
6432
6432
  },
6433
6433
  "description": {
6434
6434
  "type": "string",
6435
6435
  "title": "Description",
6436
6436
  "minLength": 0,
6437
- "@mapping": "takeshape:local:Tag.HkAm4l6Rg"
6437
+ "@mapping": "shapedb:Tag.HkAm4l6Rg"
6438
6438
  },
6439
6439
  "aliases": {
6440
6440
  "type": "string",
6441
6441
  "title": "Aliases",
6442
6442
  "description": "Other words that mean the same thing as this tag. Used to improve searching.",
6443
6443
  "minLength": 0,
6444
- "@mapping": "takeshape:local:Tag.SkcJw6Q-N"
6444
+ "@mapping": "shapedb:Tag.SkcJw6Q-N"
6445
6445
  },
6446
6446
  "relatedTags": {
6447
6447
  "title": "Related Tags",
6448
- "@mapping": "takeshape:local:Tag.ByEBP6Q-E",
6448
+ "@mapping": "shapedb:Tag.ByEBP6Q-E",
6449
6449
  "items": {
6450
6450
  "@ref": "local:Tag"
6451
6451
  },
@@ -6461,8 +6461,8 @@
6461
6461
  },
6462
6462
  "@args": "TSRelationshipArgs",
6463
6463
  "@resolver": {
6464
- "name": "takeshape:getRelated",
6465
- "service": "takeshape:local",
6464
+ "name": "shapedb:getRelated",
6465
+ "service": "shapedb",
6466
6466
  "options": {
6467
6467
  "nullable": true
6468
6468
  }
@@ -6486,17 +6486,17 @@
6486
6486
  "properties": {
6487
6487
  "footerBanner": {
6488
6488
  "title": "Footer Banner",
6489
- "@mapping": "takeshape:local:Advertising.B1-6v1OeB",
6489
+ "@mapping": "shapedb:Advertising.B1-6v1OeB",
6490
6490
  "$ref": "#/shapes/AdvertisingFooterBanner/schema"
6491
6491
  },
6492
6492
  "headerBanner": {
6493
6493
  "title": "Header Banner",
6494
- "@mapping": "takeshape:local:Advertising.SJ74TRveH",
6494
+ "@mapping": "shapedb:Advertising.SJ74TRveH",
6495
6495
  "$ref": "#/shapes/AdvertisingHeaderBanner/schema"
6496
6496
  },
6497
6497
  "articleSidebar": {
6498
6498
  "title": "Article Sidebar",
6499
- "@mapping": "takeshape:local:Advertising.HJq46AvgB",
6499
+ "@mapping": "shapedb:Advertising.HJq46AvgB",
6500
6500
  "$ref": "#/shapes/AdvertisingArticleSidebar/schema"
6501
6501
  }
6502
6502
  }
@@ -6513,11 +6513,11 @@
6513
6513
  "type": "string",
6514
6514
  "title": "Link",
6515
6515
  "minLength": 0,
6516
- "@mapping": "takeshape:local:AdvertisingFooterBanner.BJH0wJOgS"
6516
+ "@mapping": "shapedb:AdvertisingFooterBanner.BJH0wJOgS"
6517
6517
  },
6518
6518
  "image": {
6519
6519
  "title": "Image",
6520
- "@mapping": "takeshape:local:AdvertisingFooterBanner.SJnpwy_gS",
6520
+ "@mapping": "shapedb:AdvertisingFooterBanner.SJnpwy_gS",
6521
6521
  "@backreference": {
6522
6522
  "enabled": true
6523
6523
  },
@@ -6527,8 +6527,8 @@
6527
6527
  },
6528
6528
  "@args": "TSRelationshipArgs",
6529
6529
  "@resolver": {
6530
- "name": "takeshape:getRelated",
6531
- "service": "takeshape:local",
6530
+ "name": "shapedb:getRelated",
6531
+ "service": "shapedb",
6532
6532
  "options": {
6533
6533
  "nullable": true
6534
6534
  }
@@ -6548,11 +6548,11 @@
6548
6548
  "type": "string",
6549
6549
  "title": "Link",
6550
6550
  "minLength": 0,
6551
- "@mapping": "takeshape:local:AdvertisingHeaderBanner.Hy0qCCDgH"
6551
+ "@mapping": "shapedb:AdvertisingHeaderBanner.Hy0qCCDgH"
6552
6552
  },
6553
6553
  "image": {
6554
6554
  "title": "Image",
6555
- "@mapping": "takeshape:local:AdvertisingHeaderBanner.SyfyCRPgB",
6555
+ "@mapping": "shapedb:AdvertisingHeaderBanner.SyfyCRPgB",
6556
6556
  "@backreference": {
6557
6557
  "enabled": true
6558
6558
  },
@@ -6562,8 +6562,8 @@
6562
6562
  },
6563
6563
  "@args": "TSRelationshipArgs",
6564
6564
  "@resolver": {
6565
- "name": "takeshape:getRelated",
6566
- "service": "takeshape:local",
6565
+ "name": "shapedb:getRelated",
6566
+ "service": "shapedb",
6567
6567
  "options": {
6568
6568
  "nullable": true
6569
6569
  }
@@ -6583,11 +6583,11 @@
6583
6583
  "type": "string",
6584
6584
  "title": "Link",
6585
6585
  "minLength": 0,
6586
- "@mapping": "takeshape:local:AdvertisingArticleSidebar.BkSHekOgB"
6586
+ "@mapping": "shapedb:AdvertisingArticleSidebar.BkSHekOgB"
6587
6587
  },
6588
6588
  "image": {
6589
6589
  "title": "Image",
6590
- "@mapping": "takeshape:local:AdvertisingArticleSidebar.BJ1rlk_gS",
6590
+ "@mapping": "shapedb:AdvertisingArticleSidebar.BJ1rlk_gS",
6591
6591
  "@backreference": {
6592
6592
  "enabled": true
6593
6593
  },
@@ -6597,8 +6597,8 @@
6597
6597
  },
6598
6598
  "@args": "TSRelationshipArgs",
6599
6599
  "@resolver": {
6600
- "name": "takeshape:getRelated",
6601
- "service": "takeshape:local",
6600
+ "name": "shapedb:getRelated",
6601
+ "service": "shapedb",
6602
6602
  "options": {
6603
6603
  "nullable": true
6604
6604
  }
@@ -6621,12 +6621,12 @@
6621
6621
  "type": "string",
6622
6622
  "title": "Name",
6623
6623
  "minLength": 1,
6624
- "@mapping": "takeshape:local:ConsortiumResource.SJXvTgvqb"
6624
+ "@mapping": "shapedb:ConsortiumResource.SJXvTgvqb"
6625
6625
  },
6626
6626
  "body": {
6627
6627
  "type": "object",
6628
6628
  "title": "Body",
6629
- "@mapping": "takeshape:local:ConsortiumResource.ryi6Tgw5b",
6629
+ "@mapping": "shapedb:ConsortiumResource.ryi6Tgw5b",
6630
6630
  "@tag": "draftjs"
6631
6631
  },
6632
6632
  "externalLink": {
@@ -6635,13 +6635,13 @@
6635
6635
  "description": "Sometimes we link to external resources, rather than providing them ourselves. For example, a link to the Discourse forum.",
6636
6636
  "minLength": 0,
6637
6637
  "pattern": "https?://",
6638
- "@mapping": "takeshape:local:ConsortiumResource.By5HQtdN4"
6638
+ "@mapping": "shapedb:ConsortiumResource.By5HQtdN4"
6639
6639
  },
6640
6640
  "membersOnly": {
6641
6641
  "type": "boolean",
6642
6642
  "default": false,
6643
6643
  "title": "Members Only",
6644
- "@mapping": "takeshape:local:ConsortiumResource.rkNz_MGDM"
6644
+ "@mapping": "shapedb:ConsortiumResource.rkNz_MGDM"
6645
6645
  }
6646
6646
  },
6647
6647
  "required": [
@@ -6662,7 +6662,7 @@
6662
6662
  "relatedFields": {
6663
6663
  "title": "Related Fields",
6664
6664
  "description": "Any other fields that connect to this one..",
6665
- "@mapping": "takeshape:local:Field.ry8n3-xpg",
6665
+ "@mapping": "shapedb:Field.ry8n3-xpg",
6666
6666
  "items": {
6667
6667
  "@ref": "local:Field"
6668
6668
  },
@@ -6678,8 +6678,8 @@
6678
6678
  },
6679
6679
  "@args": "TSRelationshipArgs",
6680
6680
  "@resolver": {
6681
- "name": "takeshape:getRelated",
6682
- "service": "takeshape:local",
6681
+ "name": "shapedb:getRelated",
6682
+ "service": "shapedb",
6683
6683
  "options": {
6684
6684
  "nullable": true
6685
6685
  }
@@ -6689,7 +6689,7 @@
6689
6689
  "type": "string",
6690
6690
  "title": "Name",
6691
6691
  "minLength": 1,
6692
- "@mapping": "takeshape:local:Field.Bk9In-eTx"
6692
+ "@mapping": "shapedb:Field.Bk9In-eTx"
6693
6693
  }
6694
6694
  },
6695
6695
  "required": [
@@ -6709,7 +6709,7 @@
6709
6709
  "properties": {
6710
6710
  "themes": {
6711
6711
  "title": "Themes",
6712
- "@mapping": "takeshape:local:Video.rJWL2hpkE",
6712
+ "@mapping": "shapedb:Video.rJWL2hpkE",
6713
6713
  "items": {
6714
6714
  "@ref": "local:Theme"
6715
6715
  },
@@ -6725,8 +6725,8 @@
6725
6725
  },
6726
6726
  "@args": "TSRelationshipArgs",
6727
6727
  "@resolver": {
6728
- "name": "takeshape:getRelated",
6729
- "service": "takeshape:local",
6728
+ "name": "shapedb:getRelated",
6729
+ "service": "shapedb",
6730
6730
  "options": {
6731
6731
  "nullable": true
6732
6732
  }
@@ -6735,12 +6735,12 @@
6735
6735
  "credits": {
6736
6736
  "type": "object",
6737
6737
  "title": "Credits",
6738
- "@mapping": "takeshape:local:Video.H13vqIpyE",
6738
+ "@mapping": "shapedb:Video.H13vqIpyE",
6739
6739
  "@tag": "draftjs"
6740
6740
  },
6741
6741
  "partners": {
6742
6742
  "title": "Partners",
6743
- "@mapping": "takeshape:local:Video.BJ5bdB_JN",
6743
+ "@mapping": "shapedb:Video.BJ5bdB_JN",
6744
6744
  "items": {
6745
6745
  "@ref": "local:Partner"
6746
6746
  },
@@ -6756,8 +6756,8 @@
6756
6756
  },
6757
6757
  "@args": "TSRelationshipArgs",
6758
6758
  "@resolver": {
6759
- "name": "takeshape:getRelated",
6760
- "service": "takeshape:local",
6759
+ "name": "shapedb:getRelated",
6760
+ "service": "shapedb",
6761
6761
  "options": {
6762
6762
  "nullable": true
6763
6763
  }
@@ -6765,7 +6765,7 @@
6765
6765
  },
6766
6766
  "coverImage": {
6767
6767
  "title": "Cover Image",
6768
- "@mapping": "takeshape:local:Video.B13KDrOkE",
6768
+ "@mapping": "shapedb:Video.B13KDrOkE",
6769
6769
  "@backreference": {
6770
6770
  "enabled": true
6771
6771
  },
@@ -6775,8 +6775,8 @@
6775
6775
  },
6776
6776
  "@args": "TSRelationshipArgs",
6777
6777
  "@resolver": {
6778
- "name": "takeshape:getRelated",
6779
- "service": "takeshape:local",
6778
+ "name": "shapedb:getRelated",
6779
+ "service": "shapedb",
6780
6780
  "options": {
6781
6781
  "nullable": true
6782
6782
  }
@@ -6786,12 +6786,12 @@
6786
6786
  "type": "string",
6787
6787
  "title": "Subtitle",
6788
6788
  "minLength": 0,
6789
- "@mapping": "takeshape:local:Video.S1QTSW21E"
6789
+ "@mapping": "shapedb:Video.S1QTSW21E"
6790
6790
  },
6791
6791
  "description": {
6792
6792
  "type": "object",
6793
6793
  "title": "Description",
6794
- "@mapping": "takeshape:local:Video.BkDqeUuyN",
6794
+ "@mapping": "shapedb:Video.BkDqeUuyN",
6795
6795
  "@tag": "draftjs"
6796
6796
  },
6797
6797
  "runtime": {
@@ -6799,20 +6799,20 @@
6799
6799
  "title": "Runtime",
6800
6800
  "minLength": 0,
6801
6801
  "pattern": "\\d+|:",
6802
- "@mapping": "takeshape:local:Video.rklRUOukN"
6802
+ "@mapping": "shapedb:Video.rklRUOukN"
6803
6803
  },
6804
6804
  "embed": {
6805
6805
  "type": "string",
6806
6806
  "title": "Embed",
6807
6807
  "description": "The embed code from Vimeo or YouTube",
6808
6808
  "minLength": 0,
6809
- "@mapping": "takeshape:local:Video.B1kzPSdkV"
6809
+ "@mapping": "shapedb:Video.B1kzPSdkV"
6810
6810
  },
6811
6811
  "title": {
6812
6812
  "type": "string",
6813
6813
  "title": "Title",
6814
6814
  "minLength": 1,
6815
- "@mapping": "takeshape:local:Video.BycDDHdJV"
6815
+ "@mapping": "shapedb:Video.BycDDHdJV"
6816
6816
  },
6817
6817
  "peerComments": {
6818
6818
  "type": "array",
@@ -6820,17 +6820,17 @@
6820
6820
  "items": {
6821
6821
  "$ref": "#/shapes/VideoPeerComments/schema"
6822
6822
  },
6823
- "@mapping": "takeshape:local:Video.r1-Z38CfN"
6823
+ "@mapping": "shapedb:Video.r1-Z38CfN"
6824
6824
  },
6825
6825
  "slug": {
6826
6826
  "type": "string",
6827
6827
  "title": "Slug",
6828
6828
  "minLength": 1,
6829
- "@mapping": "takeshape:local:Video.S1WuvSO1V"
6829
+ "@mapping": "shapedb:Video.S1WuvSO1V"
6830
6830
  },
6831
6831
  "tags": {
6832
6832
  "title": "Tags",
6833
- "@mapping": "takeshape:local:Video.rJYPh2T1V",
6833
+ "@mapping": "shapedb:Video.rJYPh2T1V",
6834
6834
  "items": {
6835
6835
  "@ref": "local:Tag"
6836
6836
  },
@@ -6846,8 +6846,8 @@
6846
6846
  },
6847
6847
  "@args": "TSRelationshipArgs",
6848
6848
  "@resolver": {
6849
- "name": "takeshape:getRelated",
6850
- "service": "takeshape:local",
6849
+ "name": "shapedb:getRelated",
6850
+ "service": "shapedb",
6851
6851
  "options": {
6852
6852
  "nullable": true
6853
6853
  }
@@ -6869,7 +6869,7 @@
6869
6869
  "properties": {
6870
6870
  "person": {
6871
6871
  "title": "Person",
6872
- "@mapping": "takeshape:local:VideoPeerCommentsResponses.HyVVnU0MV",
6872
+ "@mapping": "shapedb:VideoPeerCommentsResponses.HyVVnU0MV",
6873
6873
  "@backreference": {
6874
6874
  "enabled": true
6875
6875
  },
@@ -6879,8 +6879,8 @@
6879
6879
  },
6880
6880
  "@args": "TSRelationshipArgs",
6881
6881
  "@resolver": {
6882
- "name": "takeshape:getRelated",
6883
- "service": "takeshape:local",
6882
+ "name": "shapedb:getRelated",
6883
+ "service": "shapedb",
6884
6884
  "options": {
6885
6885
  "nullable": true
6886
6886
  }
@@ -6889,7 +6889,7 @@
6889
6889
  "response": {
6890
6890
  "type": "object",
6891
6891
  "title": "Response",
6892
- "@mapping": "takeshape:local:VideoPeerCommentsResponses.HkTLhLRG4",
6892
+ "@mapping": "shapedb:VideoPeerCommentsResponses.HkTLhLRG4",
6893
6893
  "@tag": "draftjs"
6894
6894
  }
6895
6895
  },
@@ -6912,11 +6912,11 @@
6912
6912
  "items": {
6913
6913
  "$ref": "#/shapes/VideoPeerCommentsResponses/schema"
6914
6914
  },
6915
- "@mapping": "takeshape:local:VideoPeerComments.H1372LRfE"
6915
+ "@mapping": "shapedb:VideoPeerComments.H1372LRfE"
6916
6916
  },
6917
6917
  "person": {
6918
6918
  "title": "Person",
6919
- "@mapping": "takeshape:local:VideoPeerComments.SkwWh8RME",
6919
+ "@mapping": "shapedb:VideoPeerComments.SkwWh8RME",
6920
6920
  "@backreference": {
6921
6921
  "enabled": true
6922
6922
  },
@@ -6926,8 +6926,8 @@
6926
6926
  },
6927
6927
  "@args": "TSRelationshipArgs",
6928
6928
  "@resolver": {
6929
- "name": "takeshape:getRelated",
6930
- "service": "takeshape:local",
6929
+ "name": "shapedb:getRelated",
6930
+ "service": "shapedb",
6931
6931
  "options": {
6932
6932
  "nullable": true
6933
6933
  }
@@ -6936,7 +6936,7 @@
6936
6936
  "comment": {
6937
6937
  "type": "object",
6938
6938
  "title": "Comment",
6939
- "@mapping": "takeshape:local:VideoPeerComments.rk2fnUAf4",
6939
+ "@mapping": "shapedb:VideoPeerComments.rk2fnUAf4",
6940
6940
  "@tag": "draftjs"
6941
6941
  }
6942
6942
  },
@@ -6958,7 +6958,7 @@
6958
6958
  "properties": {
6959
6959
  "image": {
6960
6960
  "title": "Image",
6961
- "@mapping": "takeshape:local:Theme.HkO3INACx",
6961
+ "@mapping": "shapedb:Theme.HkO3INACx",
6962
6962
  "@backreference": {
6963
6963
  "enabled": true
6964
6964
  },
@@ -6968,8 +6968,8 @@
6968
6968
  },
6969
6969
  "@args": "TSRelationshipArgs",
6970
6970
  "@resolver": {
6971
- "name": "takeshape:getRelated",
6972
- "service": "takeshape:local",
6971
+ "name": "shapedb:getRelated",
6972
+ "service": "shapedb",
6973
6973
  "options": {
6974
6974
  "nullable": true
6975
6975
  }
@@ -6977,7 +6977,7 @@
6977
6977
  },
6978
6978
  "newsletter": {
6979
6979
  "title": "Newsletter",
6980
- "@mapping": "takeshape:local:Theme.BJIogB19W",
6980
+ "@mapping": "shapedb:Theme.BJIogB19W",
6981
6981
  "@backreference": {
6982
6982
  "enabled": true
6983
6983
  },
@@ -6987,8 +6987,8 @@
6987
6987
  },
6988
6988
  "@args": "TSRelationshipArgs",
6989
6989
  "@resolver": {
6990
- "name": "takeshape:getRelated",
6991
- "service": "takeshape:local",
6990
+ "name": "shapedb:getRelated",
6991
+ "service": "shapedb",
6992
6992
  "options": {
6993
6993
  "nullable": true
6994
6994
  }
@@ -6996,7 +6996,7 @@
6996
6996
  },
6997
6997
  "themeArticles": {
6998
6998
  "title": "Theme Articles",
6999
- "@mapping": "takeshape:local:Theme.HylSk1QTE",
6999
+ "@mapping": "shapedb:Theme.HylSk1QTE",
7000
7000
  "items": {
7001
7001
  "@ref": "local:Article"
7002
7002
  },
@@ -7012,8 +7012,8 @@
7012
7012
  },
7013
7013
  "@args": "TSRelationshipArgs",
7014
7014
  "@resolver": {
7015
- "name": "takeshape:getRelated",
7016
- "service": "takeshape:local",
7015
+ "name": "shapedb:getRelated",
7016
+ "service": "shapedb",
7017
7017
  "options": {
7018
7018
  "nullable": true
7019
7019
  }
@@ -7022,7 +7022,7 @@
7022
7022
  "partner": {
7023
7023
  "title": "Partner",
7024
7024
  "description": "A partner supports the curation of a theme.",
7025
- "@mapping": "takeshape:local:Theme.SklFw7qJ-",
7025
+ "@mapping": "shapedb:Theme.SklFw7qJ-",
7026
7026
  "@backreference": {
7027
7027
  "enabled": true
7028
7028
  },
@@ -7032,8 +7032,8 @@
7032
7032
  },
7033
7033
  "@args": "TSRelationshipArgs",
7034
7034
  "@resolver": {
7035
- "name": "takeshape:getRelated",
7036
- "service": "takeshape:local",
7035
+ "name": "shapedb:getRelated",
7036
+ "service": "shapedb",
7037
7037
  "options": {
7038
7038
  "nullable": true
7039
7039
  }
@@ -7044,31 +7044,31 @@
7044
7044
  "title": "Micro Description",
7045
7045
  "maxLength": 15,
7046
7046
  "minLength": 0,
7047
- "@mapping": "takeshape:local:Theme.SJbDz-mk4"
7047
+ "@mapping": "shapedb:Theme.SJbDz-mk4"
7048
7048
  },
7049
7049
  "design": {
7050
7050
  "title": "Design",
7051
- "@mapping": "takeshape:local:Theme.Sy8axHyqZ",
7051
+ "@mapping": "shapedb:Theme.Sy8axHyqZ",
7052
7052
  "$ref": "#/shapes/ThemeDesign/schema"
7053
7053
  },
7054
7054
  "name": {
7055
7055
  "type": "string",
7056
7056
  "title": "Name",
7057
7057
  "minLength": 1,
7058
- "@mapping": "takeshape:local:Theme.SyFjLVRAe"
7058
+ "@mapping": "shapedb:Theme.SyFjLVRAe"
7059
7059
  },
7060
7060
  "description": {
7061
7061
  "type": "string",
7062
7062
  "title": "Description",
7063
7063
  "minLength": 0,
7064
- "@mapping": "takeshape:local:Theme.SJ-nUNAAx"
7064
+ "@mapping": "shapedb:Theme.SJ-nUNAAx"
7065
7065
  },
7066
7066
  "shortDescription": {
7067
7067
  "type": "string",
7068
7068
  "title": "Short Description",
7069
7069
  "maxLength": 50,
7070
7070
  "minLength": 1,
7071
- "@mapping": "takeshape:local:Theme.H1jEfZQyE"
7071
+ "@mapping": "shapedb:Theme.H1jEfZQyE"
7072
7072
  },
7073
7073
  "slug": {
7074
7074
  "type": "string",
@@ -7076,7 +7076,7 @@
7076
7076
  "description": "A permanent URL for this theme.",
7077
7077
  "minLength": 4,
7078
7078
  "pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$",
7079
- "@mapping": "takeshape:local:Theme.ByYpvN-BZ"
7079
+ "@mapping": "shapedb:Theme.ByYpvN-BZ"
7080
7080
  },
7081
7081
  "partnerRelationship": {
7082
7082
  "type": "string",
@@ -7095,11 +7095,11 @@
7095
7095
  ]
7096
7096
  }
7097
7097
  ],
7098
- "@mapping": "takeshape:local:Theme.B1wzfcHvV"
7098
+ "@mapping": "shapedb:Theme.B1wzfcHvV"
7099
7099
  },
7100
7100
  "promotion": {
7101
7101
  "title": "Promotion",
7102
- "@mapping": "takeshape:local:Theme.rkSJ50Cy7",
7102
+ "@mapping": "shapedb:Theme.rkSJ50Cy7",
7103
7103
  "@backreference": {
7104
7104
  "enabled": true
7105
7105
  },
@@ -7116,8 +7116,8 @@
7116
7116
  },
7117
7117
  "@args": "TSRelationshipArgs",
7118
7118
  "@resolver": {
7119
- "name": "takeshape:getRelated",
7120
- "service": "takeshape:local",
7119
+ "name": "shapedb:getRelated",
7120
+ "service": "shapedb",
7121
7121
  "options": {
7122
7122
  "nullable": true
7123
7123
  }
@@ -7141,13 +7141,13 @@
7141
7141
  "type": "object",
7142
7142
  "title": "Background Color",
7143
7143
  "$ref": "#/shapes/TSColor/schema",
7144
- "@mapping": "takeshape:local:ThemeDesign.ByDAxBJ5Z"
7144
+ "@mapping": "shapedb:ThemeDesign.ByDAxBJ5Z"
7145
7145
  },
7146
7146
  "billboardModulo": {
7147
7147
  "type": "integer",
7148
7148
  "title": "Billboard Modulo",
7149
7149
  "minimum": 1,
7150
- "@mapping": "takeshape:local:ThemeDesign.SykGgzlqb"
7150
+ "@mapping": "shapedb:ThemeDesign.SykGgzlqb"
7151
7151
  },
7152
7152
  "text": {
7153
7153
  "type": "string",
@@ -7166,7 +7166,7 @@
7166
7166
  ]
7167
7167
  }
7168
7168
  ],
7169
- "@mapping": "takeshape:local:ThemeDesign.ryIOZWPyE"
7169
+ "@mapping": "shapedb:ThemeDesign.ryIOZWPyE"
7170
7170
  },
7171
7171
  "color": {
7172
7172
  "type": "string",
@@ -7203,13 +7203,13 @@
7203
7203
  ]
7204
7204
  }
7205
7205
  ],
7206
- "@mapping": "takeshape:local:ThemeDesign.SyNrxbDyN"
7206
+ "@mapping": "shapedb:ThemeDesign.SyNrxbDyN"
7207
7207
  },
7208
7208
  "textColor": {
7209
7209
  "type": "object",
7210
7210
  "title": "Text Color",
7211
7211
  "$ref": "#/shapes/TSColor/schema",
7212
- "@mapping": "takeshape:local:ThemeDesign.SkWCxH1qb"
7212
+ "@mapping": "shapedb:ThemeDesign.SkWCxH1qb"
7213
7213
  }
7214
7214
  }
7215
7215
  }
@@ -7228,16 +7228,16 @@
7228
7228
  "type": "string",
7229
7229
  "title": "Slogan",
7230
7230
  "minLength": 1,
7231
- "@mapping": "takeshape:local:ReportsLandingPage.rkVHPRJif"
7231
+ "@mapping": "shapedb:ReportsLandingPage.rkVHPRJif"
7232
7232
  },
7233
7233
  "background": {
7234
7234
  "title": "Background",
7235
- "@mapping": "takeshape:local:ReportsLandingPage.B1cmwCyif",
7235
+ "@mapping": "shapedb:ReportsLandingPage.B1cmwCyif",
7236
7236
  "$ref": "#/shapes/ReportsLandingPageBackground/schema"
7237
7237
  },
7238
7238
  "subscription": {
7239
7239
  "title": "Subscription",
7240
- "@mapping": "takeshape:local:ReportsLandingPage.BJNGUMgsM",
7240
+ "@mapping": "shapedb:ReportsLandingPage.BJNGUMgsM",
7241
7241
  "$ref": "#/shapes/ReportsLandingPageSubscription/schema"
7242
7242
  }
7243
7243
  },
@@ -7257,11 +7257,11 @@
7257
7257
  "type": "object",
7258
7258
  "title": "Color",
7259
7259
  "$ref": "#/shapes/TSColor/schema",
7260
- "@mapping": "takeshape:local:ReportsLandingPageBackground.BkyNwAyjG"
7260
+ "@mapping": "shapedb:ReportsLandingPageBackground.BkyNwAyjG"
7261
7261
  },
7262
7262
  "image": {
7263
7263
  "title": "Image",
7264
- "@mapping": "takeshape:local:ReportsLandingPageBackground.HJcNwRyjz",
7264
+ "@mapping": "shapedb:ReportsLandingPageBackground.HJcNwRyjz",
7265
7265
  "@backreference": {
7266
7266
  "enabled": true
7267
7267
  },
@@ -7271,8 +7271,8 @@
7271
7271
  },
7272
7272
  "@args": "TSRelationshipArgs",
7273
7273
  "@resolver": {
7274
- "name": "takeshape:getRelated",
7275
- "service": "takeshape:local",
7274
+ "name": "shapedb:getRelated",
7275
+ "service": "shapedb",
7276
7276
  "options": {
7277
7277
  "nullable": true
7278
7278
  }
@@ -7292,13 +7292,13 @@
7292
7292
  "type": "string",
7293
7293
  "title": "Coupon",
7294
7294
  "minLength": 0,
7295
- "@mapping": "takeshape:local:ReportsLandingPageSubscription.SJwXIGgiM"
7295
+ "@mapping": "shapedb:ReportsLandingPageSubscription.SJwXIGgiM"
7296
7296
  },
7297
7297
  "memberfulPlanId": {
7298
7298
  "type": "string",
7299
7299
  "title": "Memberful Plan ID",
7300
7300
  "minLength": 1,
7301
- "@mapping": "takeshape:local:ReportsLandingPageSubscription.r1jz8Gxoz"
7301
+ "@mapping": "shapedb:ReportsLandingPageSubscription.r1jz8Gxoz"
7302
7302
  }
7303
7303
  }
7304
7304
  }
@@ -7319,36 +7319,36 @@
7319
7319
  "description": "This person's website.",
7320
7320
  "minLength": 0,
7321
7321
  "pattern": "https?:\\/\\/.*",
7322
- "@mapping": "takeshape:local:Person.ryZ_c5gse"
7322
+ "@mapping": "shapedb:Person.ryZ_c5gse"
7323
7323
  },
7324
7324
  "scientist": {
7325
7325
  "type": "boolean",
7326
7326
  "default": false,
7327
7327
  "title": "Scientist",
7328
- "@mapping": "takeshape:local:Person.rJc05cloe"
7328
+ "@mapping": "shapedb:Person.rJc05cloe"
7329
7329
  },
7330
7330
  "fullName": {
7331
7331
  "type": "string",
7332
7332
  "title": "Full Name",
7333
7333
  "minLength": 1,
7334
- "@mapping": "takeshape:local:Person.SJMPW4Atl"
7334
+ "@mapping": "shapedb:Person.SJMPW4Atl"
7335
7335
  },
7336
7336
  "biography": {
7337
7337
  "type": "string",
7338
7338
  "title": "Biography",
7339
7339
  "description": "A short profile for the author.",
7340
7340
  "minLength": 1,
7341
- "@mapping": "takeshape:local:Person.HyGuBx0cg"
7341
+ "@mapping": "shapedb:Person.HyGuBx0cg"
7342
7342
  },
7343
7343
  "instagram": {
7344
7344
  "type": "string",
7345
7345
  "title": "Instagram",
7346
7346
  "minLength": 0,
7347
- "@mapping": "takeshape:local:Person.HkvI3kLjV"
7347
+ "@mapping": "shapedb:Person.HkvI3kLjV"
7348
7348
  },
7349
7349
  "portrait": {
7350
7350
  "title": "Portrait",
7351
- "@mapping": "takeshape:local:Person.rJHqZN0Fe",
7351
+ "@mapping": "shapedb:Person.rJHqZN0Fe",
7352
7352
  "@backreference": {
7353
7353
  "enabled": true
7354
7354
  },
@@ -7358,8 +7358,8 @@
7358
7358
  },
7359
7359
  "@args": "TSRelationshipArgs",
7360
7360
  "@resolver": {
7361
- "name": "takeshape:getRelated",
7362
- "service": "takeshape:local",
7361
+ "name": "shapedb:getRelated",
7362
+ "service": "shapedb",
7363
7363
  "options": {
7364
7364
  "nullable": true
7365
7365
  }
@@ -7369,11 +7369,11 @@
7369
7369
  "type": "string",
7370
7370
  "title": "Title",
7371
7371
  "minLength": 0,
7372
- "@mapping": "takeshape:local:Person.SJSo-Fm3G"
7372
+ "@mapping": "shapedb:Person.SJSo-Fm3G"
7373
7373
  },
7374
7374
  "institutions": {
7375
7375
  "title": "Institutions",
7376
- "@mapping": "takeshape:local:Person.rkP8pbgTg",
7376
+ "@mapping": "shapedb:Person.rkP8pbgTg",
7377
7377
  "items": {
7378
7378
  "@ref": "local:Institution"
7379
7379
  },
@@ -7389,8 +7389,8 @@
7389
7389
  },
7390
7390
  "@args": "TSRelationshipArgs",
7391
7391
  "@resolver": {
7392
- "name": "takeshape:getRelated",
7393
- "service": "takeshape:local",
7392
+ "name": "shapedb:getRelated",
7393
+ "service": "shapedb",
7394
7394
  "options": {
7395
7395
  "nullable": true
7396
7396
  }
@@ -7400,24 +7400,24 @@
7400
7400
  "type": "string",
7401
7401
  "title": "First Name",
7402
7402
  "minLength": 1,
7403
- "@mapping": "takeshape:local:Person.Hkws1oLRl"
7403
+ "@mapping": "shapedb:Person.Hkws1oLRl"
7404
7404
  },
7405
7405
  "twitter": {
7406
7406
  "type": "string",
7407
7407
  "title": "Twitter",
7408
7408
  "description": "This person's username on Twitter",
7409
7409
  "minLength": 0,
7410
- "@mapping": "takeshape:local:Person.B1Simtxjl"
7410
+ "@mapping": "shapedb:Person.B1Simtxjl"
7411
7411
  },
7412
7412
  "consortiumMember": {
7413
7413
  "type": "boolean",
7414
7414
  "default": false,
7415
7415
  "title": "Consortium Member",
7416
- "@mapping": "takeshape:local:Person.SyPYJjUAx"
7416
+ "@mapping": "shapedb:Person.SyPYJjUAx"
7417
7417
  },
7418
7418
  "fields": {
7419
7419
  "title": "Fields",
7420
- "@mapping": "takeshape:local:Person.r1IEa-lTg",
7420
+ "@mapping": "shapedb:Person.r1IEa-lTg",
7421
7421
  "items": {
7422
7422
  "@ref": "local:Field"
7423
7423
  },
@@ -7433,8 +7433,8 @@
7433
7433
  },
7434
7434
  "@args": "TSRelationshipArgs",
7435
7435
  "@resolver": {
7436
- "name": "takeshape:getRelated",
7437
- "service": "takeshape:local",
7436
+ "name": "shapedb:getRelated",
7437
+ "service": "shapedb",
7438
7438
  "options": {
7439
7439
  "nullable": true
7440
7440
  }
@@ -7444,13 +7444,13 @@
7444
7444
  "type": "boolean",
7445
7445
  "default": false,
7446
7446
  "title": "Certified Writer",
7447
- "@mapping": "takeshape:local:Person.ByomQwNFG"
7447
+ "@mapping": "shapedb:Person.ByomQwNFG"
7448
7448
  },
7449
7449
  "email": {
7450
7450
  "type": "string",
7451
7451
  "title": "Email",
7452
7452
  "minLength": 0,
7453
- "@mapping": "takeshape:local:Person.HyyrQZNjM"
7453
+ "@mapping": "shapedb:Person.HyyrQZNjM"
7454
7454
  }
7455
7455
  },
7456
7456
  "required": [
@@ -7475,12 +7475,12 @@
7475
7475
  "items": {
7476
7476
  "$ref": "#/shapes/AboutPagePartnerGroups/schema"
7477
7477
  },
7478
- "@mapping": "takeshape:local:AboutPage.HkxZBVcoG"
7478
+ "@mapping": "shapedb:AboutPage.HkxZBVcoG"
7479
7479
  },
7480
7480
  "missionStatement": {
7481
7481
  "type": "object",
7482
7482
  "title": "Mission Statement",
7483
- "@mapping": "takeshape:local:AboutPage.SJqCVjojG",
7483
+ "@mapping": "shapedb:AboutPage.SJqCVjojG",
7484
7484
  "@tag": "draftjs"
7485
7485
  },
7486
7486
  "staff": {
@@ -7489,7 +7489,7 @@
7489
7489
  "items": {
7490
7490
  "$ref": "#/shapes/AboutPageStaff/schema"
7491
7491
  },
7492
- "@mapping": "takeshape:local:AboutPage.ByJqVEcjG"
7492
+ "@mapping": "shapedb:AboutPage.ByJqVEcjG"
7493
7493
  }
7494
7494
  }
7495
7495
  }
@@ -7504,7 +7504,7 @@
7504
7504
  "partners": {
7505
7505
  "title": "Partners",
7506
7506
  "minItems": 1,
7507
- "@mapping": "takeshape:local:AboutPagePartnerGroups.S1DbrEqsz",
7507
+ "@mapping": "shapedb:AboutPagePartnerGroups.S1DbrEqsz",
7508
7508
  "items": {
7509
7509
  "@ref": "local:Partner"
7510
7510
  },
@@ -7520,8 +7520,8 @@
7520
7520
  },
7521
7521
  "@args": "TSRelationshipArgs",
7522
7522
  "@resolver": {
7523
- "name": "takeshape:getRelated",
7524
- "service": "takeshape:local",
7523
+ "name": "shapedb:getRelated",
7524
+ "service": "shapedb",
7525
7525
  "options": {
7526
7526
  "nullable": true
7527
7527
  }
@@ -7531,13 +7531,13 @@
7531
7531
  "type": "string",
7532
7532
  "title": "Description",
7533
7533
  "minLength": 0,
7534
- "@mapping": "takeshape:local:AboutPagePartnerGroups.HJ38-poof"
7534
+ "@mapping": "shapedb:AboutPagePartnerGroups.HJ38-poof"
7535
7535
  },
7536
7536
  "label": {
7537
7537
  "type": "string",
7538
7538
  "title": "Label",
7539
7539
  "minLength": 1,
7540
- "@mapping": "takeshape:local:AboutPagePartnerGroups.SylMB49sG"
7540
+ "@mapping": "shapedb:AboutPagePartnerGroups.SylMB49sG"
7541
7541
  }
7542
7542
  },
7543
7543
  "required": [
@@ -7557,11 +7557,11 @@
7557
7557
  "type": "string",
7558
7558
  "title": "Previously",
7559
7559
  "minLength": 0,
7560
- "@mapping": "takeshape:local:AboutPageStaff.B1oKlajsG"
7560
+ "@mapping": "shapedb:AboutPageStaff.B1oKlajsG"
7561
7561
  },
7562
7562
  "person": {
7563
7563
  "title": "Person",
7564
- "@mapping": "takeshape:local:AboutPageStaff.Byq5NE5if",
7564
+ "@mapping": "shapedb:AboutPageStaff.Byq5NE5if",
7565
7565
  "@backreference": {
7566
7566
  "enabled": true
7567
7567
  },
@@ -7571,8 +7571,8 @@
7571
7571
  },
7572
7572
  "@args": "TSRelationshipArgs",
7573
7573
  "@resolver": {
7574
- "name": "takeshape:getRelated",
7575
- "service": "takeshape:local",
7574
+ "name": "shapedb:getRelated",
7575
+ "service": "shapedb",
7576
7576
  "options": {
7577
7577
  "nullable": true
7578
7578
  }
@@ -7582,7 +7582,7 @@
7582
7582
  "type": "string",
7583
7583
  "title": "Role",
7584
7584
  "minLength": 1,
7585
- "@mapping": "takeshape:local:AboutPageStaff.ryTj4Eqsz"
7585
+ "@mapping": "shapedb:AboutPageStaff.ryTj4Eqsz"
7586
7586
  }
7587
7587
  },
7588
7588
  "required": [
@@ -7603,23 +7603,23 @@
7603
7603
  "properties": {
7604
7604
  "about": {
7605
7605
  "title": "About",
7606
- "@mapping": "takeshape:local:Navigation.SyIFVnO2E",
7606
+ "@mapping": "shapedb:Navigation.SyIFVnO2E",
7607
7607
  "$ref": "#/shapes/NavigationAbout/schema"
7608
7608
  },
7609
7609
  "stories": {
7610
7610
  "title": "Stories",
7611
7611
  "description": "Stories menu items",
7612
- "@mapping": "takeshape:local:Navigation.rJVOX2un4",
7612
+ "@mapping": "shapedb:Navigation.rJVOX2un4",
7613
7613
  "$ref": "#/shapes/NavigationStories/schema"
7614
7614
  },
7615
7615
  "store": {
7616
7616
  "title": "Store",
7617
- "@mapping": "takeshape:local:Navigation.rkB-4ndh4",
7617
+ "@mapping": "shapedb:Navigation.rkB-4ndh4",
7618
7618
  "$ref": "#/shapes/NavigationStore/schema"
7619
7619
  },
7620
7620
  "consortium": {
7621
7621
  "title": "Consortium",
7622
- "@mapping": "takeshape:local:Navigation.HJ_tQ3_3E",
7622
+ "@mapping": "shapedb:Navigation.HJ_tQ3_3E",
7623
7623
  "$ref": "#/shapes/NavigationConsortium/schema"
7624
7624
  }
7625
7625
  }
@@ -7636,17 +7636,17 @@
7636
7636
  "type": "string",
7637
7637
  "title": "Link",
7638
7638
  "minLength": 0,
7639
- "@mapping": "takeshape:local:NavigationAboutItems.S1Yn43O24"
7639
+ "@mapping": "shapedb:NavigationAboutItems.S1Yn43O24"
7640
7640
  },
7641
7641
  "label": {
7642
7642
  "type": "string",
7643
7643
  "title": "Label",
7644
7644
  "minLength": 0,
7645
- "@mapping": "takeshape:local:NavigationAboutItems.SkS2VndhV"
7645
+ "@mapping": "shapedb:NavigationAboutItems.SkS2VndhV"
7646
7646
  },
7647
7647
  "page": {
7648
7648
  "title": "Page",
7649
- "@mapping": "takeshape:local:NavigationAboutItems.r1-TVndhN",
7649
+ "@mapping": "shapedb:NavigationAboutItems.r1-TVndhN",
7650
7650
  "@backreference": {
7651
7651
  "enabled": true
7652
7652
  },
@@ -7656,8 +7656,8 @@
7656
7656
  },
7657
7657
  "@args": "TSRelationshipArgs",
7658
7658
  "@resolver": {
7659
- "name": "takeshape:getRelated",
7660
- "service": "takeshape:local",
7659
+ "name": "shapedb:getRelated",
7660
+ "service": "shapedb",
7661
7661
  "options": {
7662
7662
  "nullable": true
7663
7663
  }
@@ -7677,7 +7677,7 @@
7677
7677
  "type": "string",
7678
7678
  "title": "Link",
7679
7679
  "minLength": 0,
7680
- "@mapping": "takeshape:local:NavigationAbout.Hk1qE3OnN"
7680
+ "@mapping": "shapedb:NavigationAbout.Hk1qE3OnN"
7681
7681
  },
7682
7682
  "items": {
7683
7683
  "type": "array",
@@ -7685,13 +7685,13 @@
7685
7685
  "items": {
7686
7686
  "$ref": "#/shapes/NavigationAboutItems/schema"
7687
7687
  },
7688
- "@mapping": "takeshape:local:NavigationAbout.HJVoN2_hE"
7688
+ "@mapping": "shapedb:NavigationAbout.HJVoN2_hE"
7689
7689
  },
7690
7690
  "label": {
7691
7691
  "type": "string",
7692
7692
  "title": "Label",
7693
7693
  "minLength": 0,
7694
- "@mapping": "takeshape:local:NavigationAbout.ByD54n_h4"
7694
+ "@mapping": "shapedb:NavigationAbout.ByD54n_h4"
7695
7695
  }
7696
7696
  }
7697
7697
  }
@@ -7705,7 +7705,7 @@
7705
7705
  "properties": {
7706
7706
  "themes": {
7707
7707
  "title": "Themes",
7708
- "@mapping": "takeshape:local:NavigationStories.rJSJtiWVG",
7708
+ "@mapping": "shapedb:NavigationStories.rJSJtiWVG",
7709
7709
  "items": {
7710
7710
  "@ref": "local:Theme"
7711
7711
  },
@@ -7721,8 +7721,8 @@
7721
7721
  },
7722
7722
  "@args": "TSRelationshipArgs",
7723
7723
  "@resolver": {
7724
- "name": "takeshape:getRelated",
7725
- "service": "takeshape:local",
7724
+ "name": "shapedb:getRelated",
7725
+ "service": "shapedb",
7726
7726
  "options": {
7727
7727
  "nullable": true
7728
7728
  }
@@ -7742,13 +7742,13 @@
7742
7742
  "type": "string",
7743
7743
  "title": "Link",
7744
7744
  "minLength": 0,
7745
- "@mapping": "takeshape:local:NavigationStoreItems.rkwONnOhN"
7745
+ "@mapping": "shapedb:NavigationStoreItems.rkwONnOhN"
7746
7746
  },
7747
7747
  "label": {
7748
7748
  "type": "string",
7749
7749
  "title": "Label",
7750
7750
  "minLength": 0,
7751
- "@mapping": "takeshape:local:NavigationStoreItems.r1aDN2dh4"
7751
+ "@mapping": "shapedb:NavigationStoreItems.r1aDN2dh4"
7752
7752
  }
7753
7753
  }
7754
7754
  }
@@ -7764,7 +7764,7 @@
7764
7764
  "type": "string",
7765
7765
  "title": "Link",
7766
7766
  "minLength": 0,
7767
- "@mapping": "takeshape:local:NavigationStore.Bk0fV2u2E"
7767
+ "@mapping": "shapedb:NavigationStore.Bk0fV2u2E"
7768
7768
  },
7769
7769
  "items": {
7770
7770
  "type": "array",
@@ -7772,13 +7772,13 @@
7772
7772
  "items": {
7773
7773
  "$ref": "#/shapes/NavigationStoreItems/schema"
7774
7774
  },
7775
- "@mapping": "takeshape:local:NavigationStore.HJpm4nu2N"
7775
+ "@mapping": "shapedb:NavigationStore.HJpm4nu2N"
7776
7776
  },
7777
7777
  "label": {
7778
7778
  "type": "string",
7779
7779
  "title": "Label",
7780
7780
  "minLength": 0,
7781
- "@mapping": "takeshape:local:NavigationStore.B1pc43_h4"
7781
+ "@mapping": "shapedb:NavigationStore.B1pc43_h4"
7782
7782
  }
7783
7783
  }
7784
7784
  }
@@ -7795,13 +7795,13 @@
7795
7795
  "title": "Link",
7796
7796
  "description": "The navigation item will link to this destination",
7797
7797
  "minLength": 0,
7798
- "@mapping": "takeshape:local:NavigationConsortiumItems.ryG67nu3N"
7798
+ "@mapping": "shapedb:NavigationConsortiumItems.ryG67nu3N"
7799
7799
  },
7800
7800
  "label": {
7801
7801
  "type": "string",
7802
7802
  "title": "Label",
7803
7803
  "minLength": 0,
7804
- "@mapping": "takeshape:local:NavigationConsortiumItems.ByTqQnu2V"
7804
+ "@mapping": "shapedb:NavigationConsortiumItems.ByTqQnu2V"
7805
7805
  }
7806
7806
  }
7807
7807
  }
@@ -7817,7 +7817,7 @@
7817
7817
  "type": "string",
7818
7818
  "title": "Link",
7819
7819
  "minLength": 0,
7820
- "@mapping": "takeshape:local:NavigationConsortium.SJrGN3_nE"
7820
+ "@mapping": "shapedb:NavigationConsortium.SJrGN3_nE"
7821
7821
  },
7822
7822
  "items": {
7823
7823
  "type": "array",
@@ -7825,18 +7825,18 @@
7825
7825
  "items": {
7826
7826
  "$ref": "#/shapes/NavigationConsortiumItems/schema"
7827
7827
  },
7828
- "@mapping": "takeshape:local:NavigationConsortium.Sym3mnOhN"
7828
+ "@mapping": "shapedb:NavigationConsortium.Sym3mnOhN"
7829
7829
  },
7830
7830
  "label": {
7831
7831
  "type": "string",
7832
7832
  "title": "Label",
7833
7833
  "minLength": 0,
7834
- "@mapping": "takeshape:local:NavigationConsortium.rJeMs3u2N"
7834
+ "@mapping": "shapedb:NavigationConsortium.rJeMs3u2N"
7835
7835
  }
7836
7836
  }
7837
7837
  }
7838
7838
  }
7839
7839
  },
7840
- "schemaVersion": "3.30.0",
7840
+ "schemaVersion": "3.31.0",
7841
7841
  "services": {}
7842
7842
  }