@takeshape/schema 11.45.5 → 11.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/agents.js +6 -6
- package/dist/cjs/src/api-version.js +1 -1
- package/dist/cjs/src/content-schema-transform.js +12 -12
- package/dist/cjs/src/create-input-schema.js +1 -1
- package/dist/cjs/src/enum.js +1 -1
- package/dist/cjs/src/flatten-templates.js +4 -4
- package/dist/cjs/src/get-is-leaf.js +1 -1
- package/dist/cjs/src/interfaces.js +11 -9
- package/dist/cjs/src/layers/layers.js +11 -5
- package/dist/cjs/src/layers/refs.js +3 -3
- package/dist/cjs/src/layers/type-utils.js +1 -1
- package/dist/cjs/src/migration/index.js +3 -1
- package/dist/cjs/src/migration/to/v3.0.0.js +20 -8
- package/dist/cjs/src/migration/to/v3.1.0.js +6 -4
- package/dist/cjs/src/migration/to/v3.10.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.13.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.17.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.0.js +4 -4
- package/dist/cjs/src/migration/to/v3.18.1.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.2.js +1 -1
- package/dist/cjs/src/migration/to/v3.20.0.js +5 -2
- package/dist/cjs/src/migration/to/v3.22.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.31.0.js +2 -2
- package/dist/cjs/src/migration/to/v3.32.0.js +3 -1
- package/dist/cjs/src/migration/to/v3.34.0.js +6 -9
- package/dist/cjs/src/migration/to/v3.36.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.39.0.js +8 -8
- package/dist/cjs/src/migration/to/v3.40.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.46.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.51.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.9.0.js +3 -3
- package/dist/cjs/src/models/project-schema.js +4 -4
- package/dist/cjs/src/models/shape.js +2 -2
- package/dist/cjs/src/project-schema/index.js +4 -2
- package/dist/cjs/src/project-schema/migrate.js +3 -1
- package/dist/cjs/src/project-schema/v3.51.0.js +8 -0
- package/dist/cjs/src/refs.js +28 -18
- package/dist/cjs/src/relationships.js +25 -20
- package/dist/cjs/src/runtime-schema.js +16 -9
- package/dist/cjs/src/schema-transform.js +3 -3
- package/dist/cjs/src/schema-util.js +38 -30
- package/dist/cjs/src/schemas/auth-schemas.json +18 -78
- package/dist/cjs/src/schemas/index.js +18 -16
- package/dist/cjs/src/schemas/project-schema/experimental.json +7 -20
- package/dist/cjs/src/schemas/project-schema/latest.json +166 -566
- package/dist/cjs/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/cjs/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/cjs/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/cjs/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/cjs/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/cjs/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/cjs/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/cjs/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/cjs/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/cjs/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/cjs/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/cjs/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/cjs/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/cjs/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/cjs/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/cjs/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/cjs/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/cjs/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/cjs/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/cjs/src/schemas/project-schema.json +3 -0
- package/dist/cjs/src/schemas/user-schema.json +2 -9
- package/dist/cjs/src/service-dependencies.js +15 -9
- package/dist/cjs/src/services/services.js +12 -11
- package/dist/cjs/src/services/util.js +4 -4
- package/dist/cjs/src/template-shapes/templates.js +18 -12
- package/dist/cjs/src/template-shapes/where.js +23 -14
- package/dist/cjs/src/types/utils.js +3 -3
- package/dist/cjs/src/unions.js +6 -8
- package/dist/cjs/src/util/api-indexing.js +4 -4
- package/dist/cjs/src/util/detect-cycles.js +2 -2
- package/dist/cjs/src/util/find-shape-at-path.js +1 -1
- package/dist/cjs/src/util/form-config.js +0 -1
- package/dist/cjs/src/util/get-conflicting-properties.js +1 -1
- package/dist/cjs/src/util/merge.js +22 -13
- package/dist/cjs/src/util/patch-schema.js +2 -2
- package/dist/cjs/src/util/shapes.js +2 -2
- package/dist/cjs/src/validate.js +64 -47
- package/dist/cjs/src/workflows.js +4 -4
- package/dist/esm/src/agents.js +6 -6
- package/dist/esm/src/api-version.js +1 -1
- package/dist/esm/src/content-schema-transform.js +12 -12
- package/dist/esm/src/create-input-schema.js +1 -1
- package/dist/esm/src/enum.js +1 -1
- package/dist/esm/src/flatten-templates.js +4 -4
- package/dist/esm/src/get-is-leaf.js +1 -1
- package/dist/esm/src/interfaces.js +12 -10
- package/dist/esm/src/layers/layers.js +12 -6
- package/dist/esm/src/layers/refs.js +3 -3
- package/dist/esm/src/layers/type-utils.js +1 -1
- package/dist/esm/src/migration/index.js +3 -1
- package/dist/esm/src/migration/to/v3.0.0.js +20 -8
- package/dist/esm/src/migration/to/v3.1.0.js +6 -4
- package/dist/esm/src/migration/to/v3.10.0.js +1 -1
- package/dist/esm/src/migration/to/v3.13.0.js +1 -1
- package/dist/esm/src/migration/to/v3.17.0.js +1 -1
- package/dist/esm/src/migration/to/v3.18.0.js +4 -4
- package/dist/esm/src/migration/to/v3.18.1.js +1 -1
- package/dist/esm/src/migration/to/v3.18.2.js +1 -1
- package/dist/esm/src/migration/to/v3.20.0.js +5 -2
- package/dist/esm/src/migration/to/v3.22.0.js +1 -1
- package/dist/esm/src/migration/to/v3.31.0.js +2 -2
- package/dist/esm/src/migration/to/v3.32.0.js +3 -1
- package/dist/esm/src/migration/to/v3.34.0.js +6 -9
- package/dist/esm/src/migration/to/v3.36.0.js +1 -1
- package/dist/esm/src/migration/to/v3.39.0.js +8 -8
- package/dist/esm/src/migration/to/v3.40.0.js +1 -1
- package/dist/esm/src/migration/to/v3.46.0.js +1 -1
- package/dist/esm/src/migration/to/v3.51.0.js +10 -0
- package/dist/esm/src/migration/to/v3.9.0.js +3 -3
- package/dist/esm/src/mocks.js +1 -1
- package/dist/esm/src/models/project-schema.js +4 -4
- package/dist/esm/src/models/shape.js +2 -2
- package/dist/esm/src/project-schema/index.js +3 -1
- package/dist/esm/src/project-schema/migrate.js +4 -2
- package/dist/esm/src/project-schema/v3.51.0.js +7 -0
- package/dist/esm/src/refs.js +29 -19
- package/dist/esm/src/relationships.js +26 -21
- package/dist/esm/src/runtime-schema.js +16 -9
- package/dist/esm/src/schema-transform.js +3 -3
- package/dist/esm/src/schema-util.js +40 -32
- package/dist/esm/src/schemas/auth-schemas.json +18 -78
- package/dist/esm/src/schemas/index.js +15 -13
- package/dist/esm/src/schemas/project-schema/experimental.json +7 -20
- package/dist/esm/src/schemas/project-schema/latest.json +166 -566
- package/dist/esm/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/esm/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/esm/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/esm/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/esm/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/esm/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/esm/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/esm/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/esm/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/esm/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/esm/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/esm/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/esm/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/esm/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/esm/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/esm/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/esm/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/esm/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/esm/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/esm/src/schemas/project-schema.json +3 -0
- package/dist/esm/src/schemas/user-schema.json +2 -9
- package/dist/esm/src/service-dependencies.js +17 -11
- package/dist/esm/src/services/services.js +12 -11
- package/dist/esm/src/services/util.js +4 -4
- package/dist/esm/src/template-shapes/templates.js +18 -12
- package/dist/esm/src/template-shapes/where.js +24 -15
- package/dist/esm/src/types/utils.js +3 -3
- package/dist/esm/src/unions.js +6 -8
- package/dist/esm/src/util/api-indexing.js +4 -4
- package/dist/esm/src/util/detect-cycles.js +2 -2
- package/dist/esm/src/util/find-shape-at-path.js +1 -1
- package/dist/esm/src/util/form-config.js +0 -1
- package/dist/esm/src/util/get-conflicting-properties.js +1 -1
- package/dist/esm/src/util/merge.js +23 -14
- package/dist/esm/src/util/patch-schema.js +2 -2
- package/dist/esm/src/util/shapes.js +2 -2
- package/dist/esm/src/validate.js +64 -47
- package/dist/esm/src/workflows.js +4 -4
- package/dist/types/src/agents.d.ts +1 -1
- package/dist/types/src/builtin-schema.d.ts +2 -2
- package/dist/types/src/content-schema-transform.d.ts +1 -1
- package/dist/types/src/create-input-schema.d.ts +1 -1
- package/dist/types/src/enum.d.ts +1 -1
- package/dist/types/src/flatten-templates.d.ts +1 -1
- package/dist/types/src/layers/layers.d.ts +1 -1
- package/dist/types/src/layers/refs.d.ts +1 -1
- package/dist/types/src/layers/type-utils.d.ts +1 -1
- package/dist/types/src/layers/visitor.d.ts +2 -2
- package/dist/types/src/migration/index.d.ts +1 -0
- package/dist/types/src/migration/to/v3.17.1.d.ts +1 -1
- package/dist/types/src/migration/to/v3.19.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.21.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.22.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.23.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.24.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.25.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.26.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.27.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.28.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.29.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.30.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.31.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.32.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.33.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.34.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.35.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.36.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.37.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.38.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.39.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.40.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.41.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.42.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.43.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.44.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.45.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.46.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.47.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.48.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.49.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.50.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.51.0.d.ts +4 -0
- package/dist/types/src/migration/types.d.ts +1 -1
- package/dist/types/src/mocks.d.ts +1 -1
- package/dist/types/src/models/project-schema.d.ts +3 -3
- package/dist/types/src/models/query.d.ts +2 -2
- package/dist/types/src/models/service.d.ts +2 -2
- package/dist/types/src/models/shape.d.ts +2 -2
- package/dist/types/src/project-schema/index.d.ts +4 -1
- package/dist/types/src/project-schema/latest.d.ts +28 -10
- package/dist/types/src/project-schema/v3.50.0.d.ts +27 -9
- package/dist/types/src/project-schema/v3.51.0.d.ts +2189 -0
- package/dist/types/src/refs.d.ts +1 -1
- package/dist/types/src/relationships.d.ts +2 -2
- package/dist/types/src/runtime-schema.d.ts +1 -1
- package/dist/types/src/schema-transform.d.ts +1 -1
- package/dist/types/src/schema-util.d.ts +2 -2
- package/dist/types/src/schemas/index.d.ts +2 -2
- package/dist/types/src/service-dependencies.d.ts +2 -2
- package/dist/types/src/services/services.d.ts +3 -3
- package/dist/types/src/services/util.d.ts +2 -2
- package/dist/types/src/template-shapes/index.d.ts +2 -2
- package/dist/types/src/template-shapes/names.d.ts +1 -1
- package/dist/types/src/template-shapes/types.d.ts +2 -2
- package/dist/types/src/template-shapes/where.d.ts +1 -1
- package/dist/types/src/types/transforms.d.ts +1 -1
- package/dist/types/src/types/types.d.ts +4 -4
- package/dist/types/src/types/utils.d.ts +2 -2
- package/dist/types/src/unions.d.ts +2 -2
- package/dist/types/src/util/ai-tools.d.ts +1 -1
- package/dist/types/src/util/api-indexing.d.ts +1 -1
- package/dist/types/src/util/detect-cycles.d.ts +1 -1
- package/dist/types/src/util/find-shape-at-path.d.ts +1 -1
- package/dist/types/src/util/form-config.d.ts +1 -1
- package/dist/types/src/util/get-conflicting-properties.d.ts +1 -1
- package/dist/types/src/util/get-return-shape.d.ts +1 -1
- package/dist/types/src/util/has-arg.d.ts +2 -2
- package/dist/types/src/util/merge.d.ts +1 -1
- package/dist/types/src/util/patch-schema.d.ts +2 -2
- package/dist/types/src/util/shapes.d.ts +1 -1
- package/dist/types/src/validate.d.ts +4 -4
- package/dist/types/src/workflows.d.ts +1 -1
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/examples/latest/agent-schema.json +5 -13
- package/examples/latest/all-fields-shapes-inline.json +19 -53
- package/examples/latest/all-fields-shapes.json +27 -77
- package/examples/latest/betzino.json +903 -3140
- package/examples/latest/blog-schema.json +9 -29
- package/examples/latest/brewery-schema.json +8 -26
- package/examples/latest/clear-cache-schema.json +4 -8
- package/examples/latest/complex-project-schema.json +99 -360
- package/examples/latest/complex-schema.json +487 -1754
- package/examples/latest/edit-schema.json +5 -12
- package/examples/latest/fabric-ecommerce.json +188 -839
- package/examples/latest/frank-and-fred-schema.json +489 -1756
- package/examples/latest/klirr-schema.json +683 -2412
- package/examples/latest/layers/rick-and-morty-layer.json +12 -33
- package/examples/latest/layers/shopify-layer-2023-01.json +2207 -8638
- package/examples/latest/layers/shopify-storefront-2023-04.json +403 -1713
- package/examples/latest/layers/wordpress-2024-01.json +689 -2744
- package/examples/latest/massive-schema.json +132 -585
- package/examples/latest/mill-components-schema.json +30 -126
- package/examples/latest/nested-shape-arrays.json +8 -20
- package/examples/latest/one-earth.json +237 -1114
- package/examples/latest/pet-oneof-array.json +8 -23
- package/examples/latest/post-schema.json +7 -21
- package/examples/latest/pruned-shopify-product-schema.json +186 -831
- package/examples/latest/rag-example.json +6 -16
- package/examples/latest/real-world-schema.json +15 -57
- package/examples/latest/recursive-repeater-schema.json +5 -12
- package/examples/latest/recursive-schema.json +5 -12
- package/examples/latest/rick-and-morty-ast.json +46 -175
- package/examples/latest/rick-and-morty-graphql.json +26 -101
- package/examples/latest/rick-and-morty-rest.json +4 -8
- package/examples/latest/rick-and-morty-with-indexing.json +6 -14
- package/examples/latest/schema-where-filter.json +12 -41
- package/examples/latest/schema-with-repeater-draftjs.json +4 -9
- package/examples/latest/schema-with-rick-and-morty.json +3 -5
- package/examples/latest/shape-books-v3_2_0.json +18 -72
- package/examples/latest/shape-books.json +18 -72
- package/examples/latest/shape-editor-schema-edited.json +24 -70
- package/examples/latest/shape-editor-schema-initial.json +11 -29
- package/examples/latest/shapedb-crud-every-prop-type.json +9 -23
- package/examples/latest/shopify-lookbook.json +6 -20
- package/examples/latest/shopify-product-2022-07.json +727 -3218
- package/examples/latest/shopify-product-2023-04.json +1013 -4497
- package/examples/latest/shopify-store-with-widget.json +214 -943
- package/examples/latest/stripe-product-runtime-schema.json +82 -278
- package/examples/latest/stripe-starter-resolved.json +477 -1954
- package/examples/latest/user-schema-no-required.json +4 -14
- package/examples/latest/user-schema-with-defaults.json +6 -28
- package/examples/latest/valvoline-ai-demo.json +18 -70
- package/examples/latest/vector-search-schema.json +9 -25
- package/examples/source/agent-schema.json +29 -16
- package/examples/source/all-fields-shapes-inline.json +21 -30
- package/examples/source/all-fields-shapes.json +26 -76
- package/examples/source/betzino.json +1501 -4960
- package/examples/source/blog-schema.json +1 -1
- package/examples/source/brewery-schema.json +1 -1
- package/examples/source/clear-cache-schema.json +4 -4
- package/examples/source/complex-project-schema.json +196 -688
- package/examples/source/edit-schema.json +3 -3
- package/examples/source/fabric-ecommerce.json +186 -837
- package/examples/source/frank-and-fred-schema.json +1136 -3929
- package/examples/source/layers/rick-and-morty-layer.json +10 -31
- package/examples/source/layers/shopify-layer-2023-01.json +2205 -8636
- package/examples/source/layers/shopify-storefront-2023-04.json +401 -1711
- package/examples/source/layers/wordpress-2024-01.json +689 -2743
- package/examples/source/massive-schema.json +386 -1455
- package/examples/source/nested-shape-arrays.json +12 -12
- package/examples/source/pet-oneof-array.json +31 -29
- package/examples/source/post-schema.json +1 -1
- package/examples/source/pruned-shopify-product-schema.json +184 -829
- package/examples/source/rag-example.json +5 -15
- package/examples/source/real-world-schema.json +32 -119
- package/examples/source/recursive-repeater-schema.json +3 -8
- package/examples/source/recursive-schema.json +1 -1
- package/examples/source/rick-and-morty-ast.json +66 -251
- package/examples/source/rick-and-morty-graphql.json +41 -162
- package/examples/source/rick-and-morty-rest.json +24 -6
- package/examples/source/rick-and-morty-with-indexing.json +25 -25
- package/examples/source/schema-where-filter.json +29 -50
- package/examples/source/schema-with-repeater-draftjs.json +9 -31
- package/examples/source/schema-with-rick-and-morty.json +4 -4
- package/examples/source/shape-books.json +49 -181
- package/examples/source/shape-editor-schema-edited.json +22 -68
- package/examples/source/shape-editor-schema-initial.json +9 -27
- package/examples/source/shapedb-crud-every-prop-type.json +20 -29
- package/examples/source/shopify-product-2022-07.json +736 -3261
- package/examples/source/shopify-product-2023-04.json +1022 -4540
- package/examples/source/shopify-store-with-widget.json +212 -941
- package/examples/source/stripe-product-runtime-schema.json +91 -321
- package/examples/source/stripe-starter-resolved.json +475 -1952
- package/examples/source/user-schema-with-defaults.json +1 -9
- package/examples/source/valvoline-ai-demo.json +175 -219
- package/examples/source/vector-search-schema.json +37 -38
- package/examples/v4_0_0/rick-and-morty-notes/flattened-schema.json +15 -49
- package/examples/v4_0_0/rick-and-morty-notes/layers/character-notes.json +8 -8
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-static-sites.json +19 -79
- package/examples/v4_0_0/rick-and-morty-notes/schema.json +8 -5
- package/examples/v4_0_0/shopify-lookbook/flattened-schema.json +190 -851
- package/examples/v4_0_0/shopify-lookbook/layers/andrews-store.json +1103 -4431
- package/examples/v4_0_0/shopify-lookbook/layers/lookbook.json +64 -56
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-assets.json +1 -4
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/shopify-lookbook/schema.json +3 -10
- package/package.json +12 -9
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
"topLevelResource": {
|
|
8
8
|
"relationship": {
|
|
9
9
|
"type": "single",
|
|
10
|
-
"contentTypeIds": [
|
|
11
|
-
"SJ4CpgP5W"
|
|
12
|
-
]
|
|
10
|
+
"contentTypeIds": ["SJ4CpgP5W"]
|
|
13
11
|
},
|
|
14
12
|
"title": "Top-Level Resource",
|
|
15
13
|
"type": "object",
|
|
@@ -17,18 +15,13 @@
|
|
|
17
15
|
"properties": {
|
|
18
16
|
"contentTypeId": {
|
|
19
17
|
"type": "string",
|
|
20
|
-
"enum": [
|
|
21
|
-
"SJ4CpgP5W"
|
|
22
|
-
]
|
|
18
|
+
"enum": ["SJ4CpgP5W"]
|
|
23
19
|
},
|
|
24
20
|
"id": {
|
|
25
21
|
"type": "string"
|
|
26
22
|
}
|
|
27
23
|
},
|
|
28
|
-
"required": [
|
|
29
|
-
"contentTypeId",
|
|
30
|
-
"id"
|
|
31
|
-
]
|
|
24
|
+
"required": ["contentTypeId", "id"]
|
|
32
25
|
},
|
|
33
26
|
"sections": {
|
|
34
27
|
"title": "Sections",
|
|
@@ -57,9 +50,7 @@
|
|
|
57
50
|
"resources": {
|
|
58
51
|
"relationship": {
|
|
59
52
|
"type": "multiple",
|
|
60
|
-
"contentTypeIds": [
|
|
61
|
-
"SJ4CpgP5W"
|
|
62
|
-
]
|
|
53
|
+
"contentTypeIds": ["SJ4CpgP5W"]
|
|
63
54
|
},
|
|
64
55
|
"title": "Resources",
|
|
65
56
|
"type": "array",
|
|
@@ -68,18 +59,13 @@
|
|
|
68
59
|
"properties": {
|
|
69
60
|
"contentTypeId": {
|
|
70
61
|
"type": "string",
|
|
71
|
-
"enum": [
|
|
72
|
-
"SJ4CpgP5W"
|
|
73
|
-
]
|
|
62
|
+
"enum": ["SJ4CpgP5W"]
|
|
74
63
|
},
|
|
75
64
|
"id": {
|
|
76
65
|
"type": "string"
|
|
77
66
|
}
|
|
78
67
|
},
|
|
79
|
-
"required": [
|
|
80
|
-
"contentTypeId",
|
|
81
|
-
"id"
|
|
82
|
-
]
|
|
68
|
+
"required": ["contentTypeId", "id"]
|
|
83
69
|
},
|
|
84
70
|
"key": "SkebN6xrE"
|
|
85
71
|
}
|
|
@@ -91,9 +77,7 @@
|
|
|
91
77
|
"minItems": 1,
|
|
92
78
|
"relationship": {
|
|
93
79
|
"type": "multiple",
|
|
94
|
-
"contentTypeIds": [
|
|
95
|
-
"SJ4CpgP5W"
|
|
96
|
-
]
|
|
80
|
+
"contentTypeIds": ["SJ4CpgP5W"]
|
|
97
81
|
},
|
|
98
82
|
"title": "Resources",
|
|
99
83
|
"type": "array",
|
|
@@ -102,25 +86,18 @@
|
|
|
102
86
|
"properties": {
|
|
103
87
|
"contentTypeId": {
|
|
104
88
|
"type": "string",
|
|
105
|
-
"enum": [
|
|
106
|
-
"SJ4CpgP5W"
|
|
107
|
-
]
|
|
89
|
+
"enum": ["SJ4CpgP5W"]
|
|
108
90
|
},
|
|
109
91
|
"id": {
|
|
110
92
|
"type": "string"
|
|
111
93
|
}
|
|
112
94
|
},
|
|
113
|
-
"required": [
|
|
114
|
-
"contentTypeId",
|
|
115
|
-
"id"
|
|
116
|
-
]
|
|
95
|
+
"required": ["contentTypeId", "id"]
|
|
117
96
|
},
|
|
118
97
|
"key": "S1EC5zP9-"
|
|
119
98
|
}
|
|
120
99
|
},
|
|
121
|
-
"required": [
|
|
122
|
-
"resources"
|
|
123
|
-
]
|
|
100
|
+
"required": ["resources"]
|
|
124
101
|
},
|
|
125
102
|
"key": "HJ4TqMwq-"
|
|
126
103
|
},
|
|
@@ -143,10 +120,7 @@
|
|
|
143
120
|
"minLength": 1
|
|
144
121
|
}
|
|
145
122
|
},
|
|
146
|
-
"required": [
|
|
147
|
-
"name",
|
|
148
|
-
"url"
|
|
149
|
-
]
|
|
123
|
+
"required": ["name", "url"]
|
|
150
124
|
},
|
|
151
125
|
"key": "Bk5GCXD9W"
|
|
152
126
|
}
|
|
@@ -178,21 +152,14 @@
|
|
|
178
152
|
}
|
|
179
153
|
},
|
|
180
154
|
"widget": "repeater",
|
|
181
|
-
"order": [
|
|
182
|
-
"name",
|
|
183
|
-
"resources"
|
|
184
|
-
]
|
|
155
|
+
"order": ["name", "resources"]
|
|
185
156
|
},
|
|
186
157
|
"resources": {
|
|
187
158
|
"widget": "relationship"
|
|
188
159
|
}
|
|
189
160
|
},
|
|
190
161
|
"widget": "repeater",
|
|
191
|
-
"order": [
|
|
192
|
-
"name",
|
|
193
|
-
"resources",
|
|
194
|
-
"subsections"
|
|
195
|
-
]
|
|
162
|
+
"order": ["name", "resources", "subsections"]
|
|
196
163
|
},
|
|
197
164
|
"externalResources": {
|
|
198
165
|
"properties": {
|
|
@@ -204,17 +171,10 @@
|
|
|
204
171
|
}
|
|
205
172
|
},
|
|
206
173
|
"widget": "repeater",
|
|
207
|
-
"order": [
|
|
208
|
-
"name",
|
|
209
|
-
"url"
|
|
210
|
-
]
|
|
174
|
+
"order": ["name", "url"]
|
|
211
175
|
}
|
|
212
176
|
},
|
|
213
|
-
"order": [
|
|
214
|
-
"topLevelResource",
|
|
215
|
-
"sections",
|
|
216
|
-
"externalResources"
|
|
217
|
-
]
|
|
177
|
+
"order": ["topLevelResource", "sections", "externalResources"]
|
|
218
178
|
}
|
|
219
179
|
}
|
|
220
180
|
},
|
|
@@ -225,9 +185,7 @@
|
|
|
225
185
|
"reportExcerpt": {
|
|
226
186
|
"relationship": {
|
|
227
187
|
"type": "single",
|
|
228
|
-
"contentTypeIds": [
|
|
229
|
-
"S1wMIxlsz"
|
|
230
|
-
]
|
|
188
|
+
"contentTypeIds": ["S1wMIxlsz"]
|
|
231
189
|
},
|
|
232
190
|
"title": "Report Excerpt",
|
|
233
191
|
"type": "object",
|
|
@@ -235,25 +193,18 @@
|
|
|
235
193
|
"properties": {
|
|
236
194
|
"contentTypeId": {
|
|
237
195
|
"type": "string",
|
|
238
|
-
"enum": [
|
|
239
|
-
"S1wMIxlsz"
|
|
240
|
-
]
|
|
196
|
+
"enum": ["S1wMIxlsz"]
|
|
241
197
|
},
|
|
242
198
|
"id": {
|
|
243
199
|
"type": "string"
|
|
244
200
|
}
|
|
245
201
|
},
|
|
246
|
-
"required": [
|
|
247
|
-
"contentTypeId",
|
|
248
|
-
"id"
|
|
249
|
-
]
|
|
202
|
+
"required": ["contentTypeId", "id"]
|
|
250
203
|
},
|
|
251
204
|
"newsletter": {
|
|
252
205
|
"relationship": {
|
|
253
206
|
"type": "single",
|
|
254
|
-
"contentTypeIds": [
|
|
255
|
-
"Hk_lxKwPZ"
|
|
256
|
-
]
|
|
207
|
+
"contentTypeIds": ["Hk_lxKwPZ"]
|
|
257
208
|
},
|
|
258
209
|
"title": "Newsletter",
|
|
259
210
|
"type": "object",
|
|
@@ -261,18 +212,13 @@
|
|
|
261
212
|
"properties": {
|
|
262
213
|
"contentTypeId": {
|
|
263
214
|
"type": "string",
|
|
264
|
-
"enum": [
|
|
265
|
-
"Hk_lxKwPZ"
|
|
266
|
-
]
|
|
215
|
+
"enum": ["Hk_lxKwPZ"]
|
|
267
216
|
},
|
|
268
217
|
"id": {
|
|
269
218
|
"type": "string"
|
|
270
219
|
}
|
|
271
220
|
},
|
|
272
|
-
"required": [
|
|
273
|
-
"contentTypeId",
|
|
274
|
-
"id"
|
|
275
|
-
]
|
|
221
|
+
"required": ["contentTypeId", "id"]
|
|
276
222
|
},
|
|
277
223
|
"trackers": {
|
|
278
224
|
"title": "Trackers",
|
|
@@ -283,9 +229,7 @@
|
|
|
283
229
|
"product": {
|
|
284
230
|
"relationship": {
|
|
285
231
|
"type": "single",
|
|
286
|
-
"contentTypeIds": [
|
|
287
|
-
"BkLPYEhB4"
|
|
288
|
-
]
|
|
232
|
+
"contentTypeIds": ["BkLPYEhB4"]
|
|
289
233
|
},
|
|
290
234
|
"title": "Product",
|
|
291
235
|
"type": "object",
|
|
@@ -293,24 +237,17 @@
|
|
|
293
237
|
"properties": {
|
|
294
238
|
"contentTypeId": {
|
|
295
239
|
"type": "string",
|
|
296
|
-
"enum": [
|
|
297
|
-
"BkLPYEhB4"
|
|
298
|
-
]
|
|
240
|
+
"enum": ["BkLPYEhB4"]
|
|
299
241
|
},
|
|
300
242
|
"id": {
|
|
301
243
|
"type": "string"
|
|
302
244
|
}
|
|
303
245
|
},
|
|
304
|
-
"required": [
|
|
305
|
-
"contentTypeId",
|
|
306
|
-
"id"
|
|
307
|
-
]
|
|
246
|
+
"required": ["contentTypeId", "id"]
|
|
308
247
|
},
|
|
309
248
|
"audioRecording": {
|
|
310
249
|
"relationship": {
|
|
311
|
-
"contentTypeIds": [
|
|
312
|
-
"ASSET"
|
|
313
|
-
]
|
|
250
|
+
"contentTypeIds": ["ASSET"]
|
|
314
251
|
},
|
|
315
252
|
"title": "Audio Recording",
|
|
316
253
|
"type": "object",
|
|
@@ -318,25 +255,18 @@
|
|
|
318
255
|
"properties": {
|
|
319
256
|
"contentTypeId": {
|
|
320
257
|
"type": "string",
|
|
321
|
-
"enum": [
|
|
322
|
-
"ASSET"
|
|
323
|
-
]
|
|
258
|
+
"enum": ["ASSET"]
|
|
324
259
|
},
|
|
325
260
|
"id": {
|
|
326
261
|
"type": "string"
|
|
327
262
|
}
|
|
328
263
|
},
|
|
329
|
-
"required": [
|
|
330
|
-
"contentTypeId",
|
|
331
|
-
"id"
|
|
332
|
-
]
|
|
264
|
+
"required": ["contentTypeId", "id"]
|
|
333
265
|
},
|
|
334
266
|
"format": {
|
|
335
267
|
"relationship": {
|
|
336
268
|
"type": "single",
|
|
337
|
-
"contentTypeIds": [
|
|
338
|
-
"H13xhUewE"
|
|
339
|
-
]
|
|
269
|
+
"contentTypeIds": ["H13xhUewE"]
|
|
340
270
|
},
|
|
341
271
|
"title": "Format",
|
|
342
272
|
"type": "object",
|
|
@@ -344,44 +274,31 @@
|
|
|
344
274
|
"properties": {
|
|
345
275
|
"contentTypeId": {
|
|
346
276
|
"type": "string",
|
|
347
|
-
"enum": [
|
|
348
|
-
"H13xhUewE"
|
|
349
|
-
]
|
|
277
|
+
"enum": ["H13xhUewE"]
|
|
350
278
|
},
|
|
351
279
|
"id": {
|
|
352
280
|
"type": "string"
|
|
353
281
|
}
|
|
354
282
|
},
|
|
355
|
-
"required": [
|
|
356
|
-
"contentTypeId",
|
|
357
|
-
"id"
|
|
358
|
-
]
|
|
283
|
+
"required": ["contentTypeId", "id"]
|
|
359
284
|
},
|
|
360
285
|
"formatOld": {
|
|
361
286
|
"oneOf": [
|
|
362
287
|
{
|
|
363
288
|
"title": "Default",
|
|
364
|
-
"enum": [
|
|
365
|
-
"default"
|
|
366
|
-
]
|
|
289
|
+
"enum": ["default"]
|
|
367
290
|
},
|
|
368
291
|
{
|
|
369
292
|
"title": "Book Review",
|
|
370
|
-
"enum": [
|
|
371
|
-
"bookReview"
|
|
372
|
-
]
|
|
293
|
+
"enum": ["bookReview"]
|
|
373
294
|
},
|
|
374
295
|
{
|
|
375
296
|
"title": "Op-ed",
|
|
376
|
-
"enum": [
|
|
377
|
-
"opEd"
|
|
378
|
-
]
|
|
297
|
+
"enum": ["opEd"]
|
|
379
298
|
},
|
|
380
299
|
{
|
|
381
300
|
"title": "Interview",
|
|
382
|
-
"enum": [
|
|
383
|
-
"interview"
|
|
384
|
-
]
|
|
301
|
+
"enum": ["interview"]
|
|
385
302
|
}
|
|
386
303
|
],
|
|
387
304
|
"title": "Format Old",
|
|
@@ -415,9 +332,7 @@
|
|
|
415
332
|
"person": {
|
|
416
333
|
"relationship": {
|
|
417
334
|
"type": "single",
|
|
418
|
-
"contentTypeIds": [
|
|
419
|
-
"r1a9-NCYx"
|
|
420
|
-
]
|
|
335
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
421
336
|
},
|
|
422
337
|
"title": "Person",
|
|
423
338
|
"type": "object",
|
|
@@ -425,18 +340,13 @@
|
|
|
425
340
|
"properties": {
|
|
426
341
|
"contentTypeId": {
|
|
427
342
|
"type": "string",
|
|
428
|
-
"enum": [
|
|
429
|
-
"r1a9-NCYx"
|
|
430
|
-
]
|
|
343
|
+
"enum": ["r1a9-NCYx"]
|
|
431
344
|
},
|
|
432
345
|
"id": {
|
|
433
346
|
"type": "string"
|
|
434
347
|
}
|
|
435
348
|
},
|
|
436
|
-
"required": [
|
|
437
|
-
"contentTypeId",
|
|
438
|
-
"id"
|
|
439
|
-
]
|
|
349
|
+
"required": ["contentTypeId", "id"]
|
|
440
350
|
},
|
|
441
351
|
"response": {
|
|
442
352
|
"draftjs": true,
|
|
@@ -445,9 +355,7 @@
|
|
|
445
355
|
"key": "H1o6UxW1f"
|
|
446
356
|
}
|
|
447
357
|
},
|
|
448
|
-
"required": [
|
|
449
|
-
"person"
|
|
450
|
-
]
|
|
358
|
+
"required": ["person"]
|
|
451
359
|
},
|
|
452
360
|
"key": "r18LXgb1G"
|
|
453
361
|
},
|
|
@@ -455,9 +363,7 @@
|
|
|
455
363
|
"relationship": {
|
|
456
364
|
"type": "single",
|
|
457
365
|
"relatedName": "comments",
|
|
458
|
-
"contentTypeIds": [
|
|
459
|
-
"r1a9-NCYx"
|
|
460
|
-
]
|
|
366
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
461
367
|
},
|
|
462
368
|
"title": "Person",
|
|
463
369
|
"type": "object",
|
|
@@ -465,18 +371,13 @@
|
|
|
465
371
|
"properties": {
|
|
466
372
|
"contentTypeId": {
|
|
467
373
|
"type": "string",
|
|
468
|
-
"enum": [
|
|
469
|
-
"r1a9-NCYx"
|
|
470
|
-
]
|
|
374
|
+
"enum": ["r1a9-NCYx"]
|
|
471
375
|
},
|
|
472
376
|
"id": {
|
|
473
377
|
"type": "string"
|
|
474
378
|
}
|
|
475
379
|
},
|
|
476
|
-
"required": [
|
|
477
|
-
"contentTypeId",
|
|
478
|
-
"id"
|
|
479
|
-
]
|
|
380
|
+
"required": ["contentTypeId", "id"]
|
|
480
381
|
},
|
|
481
382
|
"comment": {
|
|
482
383
|
"draftjs": true,
|
|
@@ -485,10 +386,7 @@
|
|
|
485
386
|
"key": "H170Pag1f"
|
|
486
387
|
}
|
|
487
388
|
},
|
|
488
|
-
"required": [
|
|
489
|
-
"person",
|
|
490
|
-
"comment"
|
|
491
|
-
]
|
|
389
|
+
"required": ["person", "comment"]
|
|
492
390
|
},
|
|
493
391
|
"key": "rkI6wTxkG"
|
|
494
392
|
},
|
|
@@ -496,9 +394,7 @@
|
|
|
496
394
|
"relationship": {
|
|
497
395
|
"type": "multiple",
|
|
498
396
|
"relatedName": "articles",
|
|
499
|
-
"contentTypeIds": [
|
|
500
|
-
"HJKRv2oKe"
|
|
501
|
-
]
|
|
397
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
502
398
|
},
|
|
503
399
|
"title": "Tags",
|
|
504
400
|
"type": "array",
|
|
@@ -507,27 +403,20 @@
|
|
|
507
403
|
"properties": {
|
|
508
404
|
"contentTypeId": {
|
|
509
405
|
"type": "string",
|
|
510
|
-
"enum": [
|
|
511
|
-
"HJKRv2oKe"
|
|
512
|
-
]
|
|
406
|
+
"enum": ["HJKRv2oKe"]
|
|
513
407
|
},
|
|
514
408
|
"id": {
|
|
515
409
|
"type": "string"
|
|
516
410
|
}
|
|
517
411
|
},
|
|
518
|
-
"required": [
|
|
519
|
-
"contentTypeId",
|
|
520
|
-
"id"
|
|
521
|
-
]
|
|
412
|
+
"required": ["contentTypeId", "id"]
|
|
522
413
|
},
|
|
523
414
|
"key": "Sy-xm3gkX"
|
|
524
415
|
},
|
|
525
416
|
"institutions": {
|
|
526
417
|
"relationship": {
|
|
527
418
|
"type": "multiple",
|
|
528
|
-
"contentTypeIds": [
|
|
529
|
-
"ryuQTWgTl"
|
|
530
|
-
]
|
|
419
|
+
"contentTypeIds": ["ryuQTWgTl"]
|
|
531
420
|
},
|
|
532
421
|
"title": "Institutions",
|
|
533
422
|
"type": "array",
|
|
@@ -536,18 +425,13 @@
|
|
|
536
425
|
"properties": {
|
|
537
426
|
"contentTypeId": {
|
|
538
427
|
"type": "string",
|
|
539
|
-
"enum": [
|
|
540
|
-
"ryuQTWgTl"
|
|
541
|
-
]
|
|
428
|
+
"enum": ["ryuQTWgTl"]
|
|
542
429
|
},
|
|
543
430
|
"id": {
|
|
544
431
|
"type": "string"
|
|
545
432
|
}
|
|
546
433
|
},
|
|
547
|
-
"required": [
|
|
548
|
-
"contentTypeId",
|
|
549
|
-
"id"
|
|
550
|
-
]
|
|
434
|
+
"required": ["contentTypeId", "id"]
|
|
551
435
|
},
|
|
552
436
|
"key": "HJKQRfXJN"
|
|
553
437
|
},
|
|
@@ -555,9 +439,7 @@
|
|
|
555
439
|
"relationship": {
|
|
556
440
|
"type": "multiple",
|
|
557
441
|
"relatedName": "articles",
|
|
558
|
-
"contentTypeIds": [
|
|
559
|
-
"HkEaIV0Al"
|
|
560
|
-
]
|
|
442
|
+
"contentTypeIds": ["HkEaIV0Al"]
|
|
561
443
|
},
|
|
562
444
|
"title": "Themes",
|
|
563
445
|
"type": "array",
|
|
@@ -566,18 +448,13 @@
|
|
|
566
448
|
"properties": {
|
|
567
449
|
"contentTypeId": {
|
|
568
450
|
"type": "string",
|
|
569
|
-
"enum": [
|
|
570
|
-
"HkEaIV0Al"
|
|
571
|
-
]
|
|
451
|
+
"enum": ["HkEaIV0Al"]
|
|
572
452
|
},
|
|
573
453
|
"id": {
|
|
574
454
|
"type": "string"
|
|
575
455
|
}
|
|
576
456
|
},
|
|
577
|
-
"required": [
|
|
578
|
-
"contentTypeId",
|
|
579
|
-
"id"
|
|
580
|
-
]
|
|
457
|
+
"required": ["contentTypeId", "id"]
|
|
581
458
|
},
|
|
582
459
|
"key": "Byfr3UxDE"
|
|
583
460
|
},
|
|
@@ -592,21 +469,15 @@
|
|
|
592
469
|
"oneOf": [
|
|
593
470
|
{
|
|
594
471
|
"title": "Default",
|
|
595
|
-
"enum": [
|
|
596
|
-
"default"
|
|
597
|
-
]
|
|
472
|
+
"enum": ["default"]
|
|
598
473
|
},
|
|
599
474
|
{
|
|
600
475
|
"title": "Book Review",
|
|
601
|
-
"enum": [
|
|
602
|
-
"bookReview"
|
|
603
|
-
]
|
|
476
|
+
"enum": ["bookReview"]
|
|
604
477
|
},
|
|
605
478
|
{
|
|
606
479
|
"title": "Video",
|
|
607
|
-
"enum": [
|
|
608
|
-
"video"
|
|
609
|
-
]
|
|
480
|
+
"enum": ["video"]
|
|
610
481
|
}
|
|
611
482
|
],
|
|
612
483
|
"title": "Layout",
|
|
@@ -627,9 +498,7 @@
|
|
|
627
498
|
"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. |",
|
|
628
499
|
"relationship": {
|
|
629
500
|
"type": "single",
|
|
630
|
-
"contentTypeIds": [
|
|
631
|
-
"ASSET"
|
|
632
|
-
]
|
|
501
|
+
"contentTypeIds": ["ASSET"]
|
|
633
502
|
},
|
|
634
503
|
"title": "Image",
|
|
635
504
|
"type": "object",
|
|
@@ -637,26 +506,19 @@
|
|
|
637
506
|
"properties": {
|
|
638
507
|
"contentTypeId": {
|
|
639
508
|
"type": "string",
|
|
640
|
-
"enum": [
|
|
641
|
-
"ASSET"
|
|
642
|
-
]
|
|
509
|
+
"enum": ["ASSET"]
|
|
643
510
|
},
|
|
644
511
|
"id": {
|
|
645
512
|
"type": "string"
|
|
646
513
|
}
|
|
647
514
|
},
|
|
648
|
-
"required": [
|
|
649
|
-
"contentTypeId",
|
|
650
|
-
"id"
|
|
651
|
-
]
|
|
515
|
+
"required": ["contentTypeId", "id"]
|
|
652
516
|
},
|
|
653
517
|
"partner": {
|
|
654
518
|
"relationship": {
|
|
655
519
|
"type": "single",
|
|
656
520
|
"relatedName": "articles",
|
|
657
|
-
"contentTypeIds": [
|
|
658
|
-
"rkfMnju1-"
|
|
659
|
-
]
|
|
521
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
660
522
|
},
|
|
661
523
|
"title": "Partner",
|
|
662
524
|
"type": "object",
|
|
@@ -664,18 +526,13 @@
|
|
|
664
526
|
"properties": {
|
|
665
527
|
"contentTypeId": {
|
|
666
528
|
"type": "string",
|
|
667
|
-
"enum": [
|
|
668
|
-
"rkfMnju1-"
|
|
669
|
-
]
|
|
529
|
+
"enum": ["rkfMnju1-"]
|
|
670
530
|
},
|
|
671
531
|
"id": {
|
|
672
532
|
"type": "string"
|
|
673
533
|
}
|
|
674
534
|
},
|
|
675
|
-
"required": [
|
|
676
|
-
"contentTypeId",
|
|
677
|
-
"id"
|
|
678
|
-
]
|
|
535
|
+
"required": ["contentTypeId", "id"]
|
|
679
536
|
},
|
|
680
537
|
"permissions": {
|
|
681
538
|
"mutable": true,
|
|
@@ -714,9 +571,7 @@
|
|
|
714
571
|
"fields": {
|
|
715
572
|
"relationship": {
|
|
716
573
|
"type": "multiple",
|
|
717
|
-
"contentTypeIds": [
|
|
718
|
-
"SyUu3bgTe"
|
|
719
|
-
]
|
|
574
|
+
"contentTypeIds": ["SyUu3bgTe"]
|
|
720
575
|
},
|
|
721
576
|
"title": "Fields",
|
|
722
577
|
"type": "array",
|
|
@@ -725,18 +580,13 @@
|
|
|
725
580
|
"properties": {
|
|
726
581
|
"contentTypeId": {
|
|
727
582
|
"type": "string",
|
|
728
|
-
"enum": [
|
|
729
|
-
"SyUu3bgTe"
|
|
730
|
-
]
|
|
583
|
+
"enum": ["SyUu3bgTe"]
|
|
731
584
|
},
|
|
732
585
|
"id": {
|
|
733
586
|
"type": "string"
|
|
734
587
|
}
|
|
735
588
|
},
|
|
736
|
-
"required": [
|
|
737
|
-
"contentTypeId",
|
|
738
|
-
"id"
|
|
739
|
-
]
|
|
589
|
+
"required": ["contentTypeId", "id"]
|
|
740
590
|
},
|
|
741
591
|
"key": "SksKw5v37"
|
|
742
592
|
},
|
|
@@ -744,21 +594,15 @@
|
|
|
744
594
|
"oneOf": [
|
|
745
595
|
{
|
|
746
596
|
"title": "Co-production",
|
|
747
|
-
"enum": [
|
|
748
|
-
"coProduction"
|
|
749
|
-
]
|
|
597
|
+
"enum": ["coProduction"]
|
|
750
598
|
},
|
|
751
599
|
{
|
|
752
600
|
"title": "Syndication",
|
|
753
|
-
"enum": [
|
|
754
|
-
"syndication"
|
|
755
|
-
]
|
|
601
|
+
"enum": ["syndication"]
|
|
756
602
|
},
|
|
757
603
|
{
|
|
758
604
|
"title": "Sponsored Content",
|
|
759
|
-
"enum": [
|
|
760
|
-
"sponsoredContent"
|
|
761
|
-
]
|
|
605
|
+
"enum": ["sponsoredContent"]
|
|
762
606
|
}
|
|
763
607
|
],
|
|
764
608
|
"title": "Relationship",
|
|
@@ -777,9 +621,7 @@
|
|
|
777
621
|
"relationship": {
|
|
778
622
|
"type": "multiple",
|
|
779
623
|
"relatedName": "authoredArticles",
|
|
780
|
-
"contentTypeIds": [
|
|
781
|
-
"r1a9-NCYx"
|
|
782
|
-
]
|
|
624
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
783
625
|
},
|
|
784
626
|
"title": "Authors",
|
|
785
627
|
"type": "array",
|
|
@@ -788,26 +630,18 @@
|
|
|
788
630
|
"properties": {
|
|
789
631
|
"contentTypeId": {
|
|
790
632
|
"type": "string",
|
|
791
|
-
"enum": [
|
|
792
|
-
"r1a9-NCYx"
|
|
793
|
-
]
|
|
633
|
+
"enum": ["r1a9-NCYx"]
|
|
794
634
|
},
|
|
795
635
|
"id": {
|
|
796
636
|
"type": "string"
|
|
797
637
|
}
|
|
798
638
|
},
|
|
799
|
-
"required": [
|
|
800
|
-
"contentTypeId",
|
|
801
|
-
"id"
|
|
802
|
-
]
|
|
639
|
+
"required": ["contentTypeId", "id"]
|
|
803
640
|
},
|
|
804
641
|
"key": "ByBsljxix"
|
|
805
642
|
}
|
|
806
643
|
},
|
|
807
|
-
"required": [
|
|
808
|
-
"title",
|
|
809
|
-
"slug"
|
|
810
|
-
]
|
|
644
|
+
"required": ["title", "slug"]
|
|
811
645
|
},
|
|
812
646
|
"single": false,
|
|
813
647
|
"name": "article",
|
|
@@ -857,10 +691,7 @@
|
|
|
857
691
|
}
|
|
858
692
|
},
|
|
859
693
|
"widget": "repeater",
|
|
860
|
-
"order": [
|
|
861
|
-
"person",
|
|
862
|
-
"response"
|
|
863
|
-
]
|
|
694
|
+
"order": ["person", "response"]
|
|
864
695
|
},
|
|
865
696
|
"person": {
|
|
866
697
|
"widget": "relationship"
|
|
@@ -870,11 +701,7 @@
|
|
|
870
701
|
}
|
|
871
702
|
},
|
|
872
703
|
"widget": "repeater",
|
|
873
|
-
"order": [
|
|
874
|
-
"person",
|
|
875
|
-
"comment",
|
|
876
|
-
"responses"
|
|
877
|
-
]
|
|
704
|
+
"order": ["person", "comment", "responses"]
|
|
878
705
|
},
|
|
879
706
|
"tags": {
|
|
880
707
|
"instructions": "Do not use hashtags (#) unless the article covers a hashtag (e.g. #MeToo is an appropriate tag for an article about the #MeToo movement).",
|
|
@@ -897,10 +724,7 @@
|
|
|
897
724
|
}
|
|
898
725
|
},
|
|
899
726
|
"widget": "object",
|
|
900
|
-
"order": [
|
|
901
|
-
"layout",
|
|
902
|
-
"dropcap"
|
|
903
|
-
]
|
|
727
|
+
"order": ["layout", "dropcap"]
|
|
904
728
|
},
|
|
905
729
|
"displayImage": {
|
|
906
730
|
"instructions": "| 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. |",
|
|
@@ -922,10 +746,7 @@
|
|
|
922
746
|
}
|
|
923
747
|
},
|
|
924
748
|
"widget": "object",
|
|
925
|
-
"order": [
|
|
926
|
-
"membersOnly",
|
|
927
|
-
"excludeFromSyndication"
|
|
928
|
-
]
|
|
749
|
+
"order": ["membersOnly", "excludeFromSyndication"]
|
|
929
750
|
},
|
|
930
751
|
"subtitle": {
|
|
931
752
|
"widget": "singleLineText"
|
|
@@ -983,9 +804,7 @@
|
|
|
983
804
|
"properties": {
|
|
984
805
|
"backgroundImage": {
|
|
985
806
|
"relationship": {
|
|
986
|
-
"contentTypeIds": [
|
|
987
|
-
"ASSET"
|
|
988
|
-
]
|
|
807
|
+
"contentTypeIds": ["ASSET"]
|
|
989
808
|
},
|
|
990
809
|
"title": "Background Image",
|
|
991
810
|
"type": "object",
|
|
@@ -993,9 +812,7 @@
|
|
|
993
812
|
"properties": {
|
|
994
813
|
"contentTypeId": {
|
|
995
814
|
"type": "string",
|
|
996
|
-
"enum": [
|
|
997
|
-
"ASSET"
|
|
998
|
-
],
|
|
815
|
+
"enum": ["ASSET"],
|
|
999
816
|
"minLength": 1
|
|
1000
817
|
},
|
|
1001
818
|
"id": {
|
|
@@ -1003,10 +820,7 @@
|
|
|
1003
820
|
"minLength": 1
|
|
1004
821
|
}
|
|
1005
822
|
},
|
|
1006
|
-
"required": [
|
|
1007
|
-
"contentTypeId",
|
|
1008
|
-
"id"
|
|
1009
|
-
]
|
|
823
|
+
"required": ["contentTypeId", "id"]
|
|
1010
824
|
},
|
|
1011
825
|
"reportNumber": {
|
|
1012
826
|
"title": "Report Number",
|
|
@@ -1091,9 +905,7 @@
|
|
|
1091
905
|
"people": {
|
|
1092
906
|
"relationship": {
|
|
1093
907
|
"type": "multiple",
|
|
1094
|
-
"contentTypeIds": [
|
|
1095
|
-
"r1a9-NCYx"
|
|
1096
|
-
]
|
|
908
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
1097
909
|
},
|
|
1098
910
|
"title": "People",
|
|
1099
911
|
"type": "array",
|
|
@@ -1102,9 +914,7 @@
|
|
|
1102
914
|
"properties": {
|
|
1103
915
|
"contentTypeId": {
|
|
1104
916
|
"type": "string",
|
|
1105
|
-
"enum": [
|
|
1106
|
-
"r1a9-NCYx"
|
|
1107
|
-
],
|
|
917
|
+
"enum": ["r1a9-NCYx"],
|
|
1108
918
|
"minLength": 1
|
|
1109
919
|
},
|
|
1110
920
|
"id": {
|
|
@@ -1112,10 +922,7 @@
|
|
|
1112
922
|
"minLength": 1
|
|
1113
923
|
}
|
|
1114
924
|
},
|
|
1115
|
-
"required": [
|
|
1116
|
-
"contentTypeId",
|
|
1117
|
-
"id"
|
|
1118
|
-
]
|
|
925
|
+
"required": ["contentTypeId", "id"]
|
|
1119
926
|
},
|
|
1120
927
|
"key": "Bkvvtcm3z"
|
|
1121
928
|
},
|
|
@@ -1143,9 +950,7 @@
|
|
|
1143
950
|
"properties": {
|
|
1144
951
|
"cover": {
|
|
1145
952
|
"relationship": {
|
|
1146
|
-
"contentTypeIds": [
|
|
1147
|
-
"ASSET"
|
|
1148
|
-
]
|
|
953
|
+
"contentTypeIds": ["ASSET"]
|
|
1149
954
|
},
|
|
1150
955
|
"title": "Cover",
|
|
1151
956
|
"type": "object",
|
|
@@ -1153,9 +958,7 @@
|
|
|
1153
958
|
"properties": {
|
|
1154
959
|
"contentTypeId": {
|
|
1155
960
|
"type": "string",
|
|
1156
|
-
"enum": [
|
|
1157
|
-
"ASSET"
|
|
1158
|
-
],
|
|
961
|
+
"enum": ["ASSET"],
|
|
1159
962
|
"minLength": 1
|
|
1160
963
|
},
|
|
1161
964
|
"id": {
|
|
@@ -1163,10 +966,7 @@
|
|
|
1163
966
|
"minLength": 1
|
|
1164
967
|
}
|
|
1165
968
|
},
|
|
1166
|
-
"required": [
|
|
1167
|
-
"contentTypeId",
|
|
1168
|
-
"id"
|
|
1169
|
-
]
|
|
969
|
+
"required": ["contentTypeId", "id"]
|
|
1170
970
|
},
|
|
1171
971
|
"memberfulProductId": {
|
|
1172
972
|
"title": "Memberful Product Id",
|
|
@@ -1191,9 +991,7 @@
|
|
|
1191
991
|
"partners": {
|
|
1192
992
|
"relationship": {
|
|
1193
993
|
"type": "multiple",
|
|
1194
|
-
"contentTypeIds": [
|
|
1195
|
-
"rkfMnju1-"
|
|
1196
|
-
]
|
|
994
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
1197
995
|
},
|
|
1198
996
|
"title": "Partners",
|
|
1199
997
|
"type": "array",
|
|
@@ -1202,9 +1000,7 @@
|
|
|
1202
1000
|
"properties": {
|
|
1203
1001
|
"contentTypeId": {
|
|
1204
1002
|
"type": "string",
|
|
1205
|
-
"enum": [
|
|
1206
|
-
"rkfMnju1-"
|
|
1207
|
-
],
|
|
1003
|
+
"enum": ["rkfMnju1-"],
|
|
1208
1004
|
"minLength": 1
|
|
1209
1005
|
},
|
|
1210
1006
|
"id": {
|
|
@@ -1212,18 +1008,13 @@
|
|
|
1212
1008
|
"minLength": 1
|
|
1213
1009
|
}
|
|
1214
1010
|
},
|
|
1215
|
-
"required": [
|
|
1216
|
-
"contentTypeId",
|
|
1217
|
-
"id"
|
|
1218
|
-
]
|
|
1011
|
+
"required": ["contentTypeId", "id"]
|
|
1219
1012
|
},
|
|
1220
1013
|
"key": "BktdltIFQ"
|
|
1221
1014
|
},
|
|
1222
1015
|
"coverImage": {
|
|
1223
1016
|
"relationship": {
|
|
1224
|
-
"contentTypeIds": [
|
|
1225
|
-
"ASSET"
|
|
1226
|
-
]
|
|
1017
|
+
"contentTypeIds": ["ASSET"]
|
|
1227
1018
|
},
|
|
1228
1019
|
"title": "Cover Image",
|
|
1229
1020
|
"type": "object",
|
|
@@ -1231,9 +1022,7 @@
|
|
|
1231
1022
|
"properties": {
|
|
1232
1023
|
"contentTypeId": {
|
|
1233
1024
|
"type": "string",
|
|
1234
|
-
"enum": [
|
|
1235
|
-
"ASSET"
|
|
1236
|
-
],
|
|
1025
|
+
"enum": ["ASSET"],
|
|
1237
1026
|
"minLength": 1
|
|
1238
1027
|
},
|
|
1239
1028
|
"id": {
|
|
@@ -1241,16 +1030,11 @@
|
|
|
1241
1030
|
"minLength": 1
|
|
1242
1031
|
}
|
|
1243
1032
|
},
|
|
1244
|
-
"required": [
|
|
1245
|
-
"contentTypeId",
|
|
1246
|
-
"id"
|
|
1247
|
-
]
|
|
1033
|
+
"required": ["contentTypeId", "id"]
|
|
1248
1034
|
},
|
|
1249
1035
|
"sharingImage": {
|
|
1250
1036
|
"relationship": {
|
|
1251
|
-
"contentTypeIds": [
|
|
1252
|
-
"ASSET"
|
|
1253
|
-
]
|
|
1037
|
+
"contentTypeIds": ["ASSET"]
|
|
1254
1038
|
},
|
|
1255
1039
|
"title": "Sharing Image",
|
|
1256
1040
|
"type": "object",
|
|
@@ -1258,9 +1042,7 @@
|
|
|
1258
1042
|
"properties": {
|
|
1259
1043
|
"contentTypeId": {
|
|
1260
1044
|
"type": "string",
|
|
1261
|
-
"enum": [
|
|
1262
|
-
"ASSET"
|
|
1263
|
-
],
|
|
1045
|
+
"enum": ["ASSET"],
|
|
1264
1046
|
"minLength": 1
|
|
1265
1047
|
},
|
|
1266
1048
|
"id": {
|
|
@@ -1268,17 +1050,12 @@
|
|
|
1268
1050
|
"minLength": 1
|
|
1269
1051
|
}
|
|
1270
1052
|
},
|
|
1271
|
-
"required": [
|
|
1272
|
-
"contentTypeId",
|
|
1273
|
-
"id"
|
|
1274
|
-
]
|
|
1053
|
+
"required": ["contentTypeId", "id"]
|
|
1275
1054
|
},
|
|
1276
1055
|
"contributors": {
|
|
1277
1056
|
"relationship": {
|
|
1278
1057
|
"type": "multiple",
|
|
1279
|
-
"contentTypeIds": [
|
|
1280
|
-
"r1a9-NCYx"
|
|
1281
|
-
]
|
|
1058
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
1282
1059
|
},
|
|
1283
1060
|
"title": "Contributors",
|
|
1284
1061
|
"type": "array",
|
|
@@ -1287,9 +1064,7 @@
|
|
|
1287
1064
|
"properties": {
|
|
1288
1065
|
"contentTypeId": {
|
|
1289
1066
|
"type": "string",
|
|
1290
|
-
"enum": [
|
|
1291
|
-
"r1a9-NCYx"
|
|
1292
|
-
],
|
|
1067
|
+
"enum": ["r1a9-NCYx"],
|
|
1293
1068
|
"minLength": 1
|
|
1294
1069
|
},
|
|
1295
1070
|
"id": {
|
|
@@ -1297,10 +1072,7 @@
|
|
|
1297
1072
|
"minLength": 1
|
|
1298
1073
|
}
|
|
1299
1074
|
},
|
|
1300
|
-
"required": [
|
|
1301
|
-
"contentTypeId",
|
|
1302
|
-
"id"
|
|
1303
|
-
]
|
|
1075
|
+
"required": ["contentTypeId", "id"]
|
|
1304
1076
|
},
|
|
1305
1077
|
"key": "BJDwZ1Tiz"
|
|
1306
1078
|
},
|
|
@@ -1327,9 +1099,7 @@
|
|
|
1327
1099
|
"authors": {
|
|
1328
1100
|
"relationship": {
|
|
1329
1101
|
"type": "multiple",
|
|
1330
|
-
"contentTypeIds": [
|
|
1331
|
-
"r1a9-NCYx"
|
|
1332
|
-
]
|
|
1102
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
1333
1103
|
},
|
|
1334
1104
|
"title": "Authors",
|
|
1335
1105
|
"type": "array",
|
|
@@ -1338,9 +1108,7 @@
|
|
|
1338
1108
|
"properties": {
|
|
1339
1109
|
"contentTypeId": {
|
|
1340
1110
|
"type": "string",
|
|
1341
|
-
"enum": [
|
|
1342
|
-
"r1a9-NCYx"
|
|
1343
|
-
],
|
|
1111
|
+
"enum": ["r1a9-NCYx"],
|
|
1344
1112
|
"minLength": 1
|
|
1345
1113
|
},
|
|
1346
1114
|
"id": {
|
|
@@ -1348,10 +1116,7 @@
|
|
|
1348
1116
|
"minLength": 1
|
|
1349
1117
|
}
|
|
1350
1118
|
},
|
|
1351
|
-
"required": [
|
|
1352
|
-
"contentTypeId",
|
|
1353
|
-
"id"
|
|
1354
|
-
]
|
|
1119
|
+
"required": ["contentTypeId", "id"]
|
|
1355
1120
|
},
|
|
1356
1121
|
"key": "B1wbmK8t7"
|
|
1357
1122
|
}
|
|
@@ -1367,21 +1132,15 @@
|
|
|
1367
1132
|
"oneOf": [
|
|
1368
1133
|
{
|
|
1369
1134
|
"title": "Recruiting",
|
|
1370
|
-
"enum": [
|
|
1371
|
-
"recruiting"
|
|
1372
|
-
]
|
|
1135
|
+
"enum": ["recruiting"]
|
|
1373
1136
|
},
|
|
1374
1137
|
{
|
|
1375
1138
|
"title": "In Progress",
|
|
1376
|
-
"enum": [
|
|
1377
|
-
"inProgress"
|
|
1378
|
-
]
|
|
1139
|
+
"enum": ["inProgress"]
|
|
1379
1140
|
},
|
|
1380
1141
|
{
|
|
1381
1142
|
"title": "Published",
|
|
1382
|
-
"enum": [
|
|
1383
|
-
"published"
|
|
1384
|
-
]
|
|
1143
|
+
"enum": ["published"]
|
|
1385
1144
|
}
|
|
1386
1145
|
],
|
|
1387
1146
|
"title": "Status",
|
|
@@ -1390,15 +1149,7 @@
|
|
|
1390
1149
|
"minLength": 1
|
|
1391
1150
|
}
|
|
1392
1151
|
},
|
|
1393
|
-
"required": [
|
|
1394
|
-
"title",
|
|
1395
|
-
"slug",
|
|
1396
|
-
"reportNumber",
|
|
1397
|
-
"status",
|
|
1398
|
-
"coverImage",
|
|
1399
|
-
"primaryColor",
|
|
1400
|
-
"publicationDate"
|
|
1401
|
-
]
|
|
1152
|
+
"required": ["title", "slug", "reportNumber", "status", "coverImage", "primaryColor", "publicationDate"]
|
|
1402
1153
|
},
|
|
1403
1154
|
"single": false,
|
|
1404
1155
|
"name": "report",
|
|
@@ -1430,10 +1181,7 @@
|
|
|
1430
1181
|
}
|
|
1431
1182
|
},
|
|
1432
1183
|
"widget": "repeater",
|
|
1433
|
-
"order": [
|
|
1434
|
-
"role",
|
|
1435
|
-
"people"
|
|
1436
|
-
]
|
|
1184
|
+
"order": ["role", "people"]
|
|
1437
1185
|
},
|
|
1438
1186
|
"title": {
|
|
1439
1187
|
"widget": "singleLineText"
|
|
@@ -1451,11 +1199,7 @@
|
|
|
1451
1199
|
}
|
|
1452
1200
|
},
|
|
1453
1201
|
"widget": "object",
|
|
1454
|
-
"order": [
|
|
1455
|
-
"cover",
|
|
1456
|
-
"price",
|
|
1457
|
-
"memberfulProductId"
|
|
1458
|
-
]
|
|
1202
|
+
"order": ["cover", "price", "memberfulProductId"]
|
|
1459
1203
|
},
|
|
1460
1204
|
"paywall": {
|
|
1461
1205
|
"widget": "toggleSwitch"
|
|
@@ -1485,10 +1229,7 @@
|
|
|
1485
1229
|
}
|
|
1486
1230
|
},
|
|
1487
1231
|
"widget": "object",
|
|
1488
|
-
"order": [
|
|
1489
|
-
"introduction",
|
|
1490
|
-
"authors"
|
|
1491
|
-
]
|
|
1232
|
+
"order": ["introduction", "authors"]
|
|
1492
1233
|
},
|
|
1493
1234
|
"slug": {
|
|
1494
1235
|
"widget": "singleLineText"
|
|
@@ -1548,9 +1289,7 @@
|
|
|
1548
1289
|
},
|
|
1549
1290
|
"logo": {
|
|
1550
1291
|
"relationship": {
|
|
1551
|
-
"contentTypeIds": [
|
|
1552
|
-
"ASSET"
|
|
1553
|
-
]
|
|
1292
|
+
"contentTypeIds": ["ASSET"]
|
|
1554
1293
|
},
|
|
1555
1294
|
"title": "Logo",
|
|
1556
1295
|
"type": "object",
|
|
@@ -1558,9 +1297,7 @@
|
|
|
1558
1297
|
"properties": {
|
|
1559
1298
|
"contentTypeId": {
|
|
1560
1299
|
"type": "string",
|
|
1561
|
-
"enum": [
|
|
1562
|
-
"ASSET"
|
|
1563
|
-
],
|
|
1300
|
+
"enum": ["ASSET"],
|
|
1564
1301
|
"minLength": 1
|
|
1565
1302
|
},
|
|
1566
1303
|
"id": {
|
|
@@ -1568,17 +1305,12 @@
|
|
|
1568
1305
|
"minLength": 1
|
|
1569
1306
|
}
|
|
1570
1307
|
},
|
|
1571
|
-
"required": [
|
|
1572
|
-
"contentTypeId",
|
|
1573
|
-
"id"
|
|
1574
|
-
]
|
|
1308
|
+
"required": ["contentTypeId", "id"]
|
|
1575
1309
|
},
|
|
1576
1310
|
"largeLogo": {
|
|
1577
1311
|
"description": "A larger logo or logotype used for display purposes",
|
|
1578
1312
|
"relationship": {
|
|
1579
|
-
"contentTypeIds": [
|
|
1580
|
-
"ASSET"
|
|
1581
|
-
]
|
|
1313
|
+
"contentTypeIds": ["ASSET"]
|
|
1582
1314
|
},
|
|
1583
1315
|
"title": "Large Logo",
|
|
1584
1316
|
"type": "object",
|
|
@@ -1586,9 +1318,7 @@
|
|
|
1586
1318
|
"properties": {
|
|
1587
1319
|
"contentTypeId": {
|
|
1588
1320
|
"type": "string",
|
|
1589
|
-
"enum": [
|
|
1590
|
-
"ASSET"
|
|
1591
|
-
],
|
|
1321
|
+
"enum": ["ASSET"],
|
|
1592
1322
|
"minLength": 1
|
|
1593
1323
|
},
|
|
1594
1324
|
"id": {
|
|
@@ -1596,10 +1326,7 @@
|
|
|
1596
1326
|
"minLength": 1
|
|
1597
1327
|
}
|
|
1598
1328
|
},
|
|
1599
|
-
"required": [
|
|
1600
|
-
"contentTypeId",
|
|
1601
|
-
"id"
|
|
1602
|
-
]
|
|
1329
|
+
"required": ["contentTypeId", "id"]
|
|
1603
1330
|
},
|
|
1604
1331
|
"url": {
|
|
1605
1332
|
"pattern": "https?:\\/\\/",
|
|
@@ -1609,11 +1336,7 @@
|
|
|
1609
1336
|
"minLength": 1
|
|
1610
1337
|
}
|
|
1611
1338
|
},
|
|
1612
|
-
"required": [
|
|
1613
|
-
"name",
|
|
1614
|
-
"logo",
|
|
1615
|
-
"url"
|
|
1616
|
-
]
|
|
1339
|
+
"required": ["name", "logo", "url"]
|
|
1617
1340
|
},
|
|
1618
1341
|
"single": false,
|
|
1619
1342
|
"name": "partner",
|
|
@@ -1647,15 +1370,7 @@
|
|
|
1647
1370
|
"widget": "singleLineText"
|
|
1648
1371
|
}
|
|
1649
1372
|
},
|
|
1650
|
-
"order": [
|
|
1651
|
-
"name",
|
|
1652
|
-
"logo",
|
|
1653
|
-
"largeLogo",
|
|
1654
|
-
"url",
|
|
1655
|
-
"consortiumPartner",
|
|
1656
|
-
"facebook",
|
|
1657
|
-
"twitter"
|
|
1658
|
-
]
|
|
1373
|
+
"order": ["name", "logo", "largeLogo", "url", "consortiumPartner", "facebook", "twitter"]
|
|
1659
1374
|
}
|
|
1660
1375
|
}
|
|
1661
1376
|
},
|
|
@@ -1666,9 +1381,7 @@
|
|
|
1666
1381
|
"newsletter": {
|
|
1667
1382
|
"relationship": {
|
|
1668
1383
|
"type": "single",
|
|
1669
|
-
"contentTypeIds": [
|
|
1670
|
-
"Hk_lxKwPZ"
|
|
1671
|
-
]
|
|
1384
|
+
"contentTypeIds": ["Hk_lxKwPZ"]
|
|
1672
1385
|
},
|
|
1673
1386
|
"title": "Newsletter",
|
|
1674
1387
|
"type": "object",
|
|
@@ -1676,25 +1389,18 @@
|
|
|
1676
1389
|
"properties": {
|
|
1677
1390
|
"contentTypeId": {
|
|
1678
1391
|
"type": "string",
|
|
1679
|
-
"enum": [
|
|
1680
|
-
"Hk_lxKwPZ"
|
|
1681
|
-
]
|
|
1392
|
+
"enum": ["Hk_lxKwPZ"]
|
|
1682
1393
|
},
|
|
1683
1394
|
"id": {
|
|
1684
1395
|
"type": "string"
|
|
1685
1396
|
}
|
|
1686
1397
|
},
|
|
1687
|
-
"required": [
|
|
1688
|
-
"contentTypeId",
|
|
1689
|
-
"id"
|
|
1690
|
-
]
|
|
1398
|
+
"required": ["contentTypeId", "id"]
|
|
1691
1399
|
},
|
|
1692
1400
|
"reports": {
|
|
1693
1401
|
"relationship": {
|
|
1694
1402
|
"type": "multiple",
|
|
1695
|
-
"contentTypeIds": [
|
|
1696
|
-
"S1wMIxlsz"
|
|
1697
|
-
]
|
|
1403
|
+
"contentTypeIds": ["S1wMIxlsz"]
|
|
1698
1404
|
},
|
|
1699
1405
|
"title": "Reports",
|
|
1700
1406
|
"type": "array",
|
|
@@ -1703,27 +1409,20 @@
|
|
|
1703
1409
|
"properties": {
|
|
1704
1410
|
"contentTypeId": {
|
|
1705
1411
|
"type": "string",
|
|
1706
|
-
"enum": [
|
|
1707
|
-
"S1wMIxlsz"
|
|
1708
|
-
]
|
|
1412
|
+
"enum": ["S1wMIxlsz"]
|
|
1709
1413
|
},
|
|
1710
1414
|
"id": {
|
|
1711
1415
|
"type": "string"
|
|
1712
1416
|
}
|
|
1713
1417
|
},
|
|
1714
|
-
"required": [
|
|
1715
|
-
"contentTypeId",
|
|
1716
|
-
"id"
|
|
1717
|
-
]
|
|
1418
|
+
"required": ["contentTypeId", "id"]
|
|
1718
1419
|
},
|
|
1719
1420
|
"key": "SJnUW0Gk4"
|
|
1720
1421
|
},
|
|
1721
1422
|
"themes": {
|
|
1722
1423
|
"relationship": {
|
|
1723
1424
|
"type": "multiple",
|
|
1724
|
-
"contentTypeIds": [
|
|
1725
|
-
"HkEaIV0Al"
|
|
1726
|
-
]
|
|
1425
|
+
"contentTypeIds": ["HkEaIV0Al"]
|
|
1727
1426
|
},
|
|
1728
1427
|
"title": "Themes",
|
|
1729
1428
|
"type": "array",
|
|
@@ -1732,27 +1431,20 @@
|
|
|
1732
1431
|
"properties": {
|
|
1733
1432
|
"contentTypeId": {
|
|
1734
1433
|
"type": "string",
|
|
1735
|
-
"enum": [
|
|
1736
|
-
"HkEaIV0Al"
|
|
1737
|
-
]
|
|
1434
|
+
"enum": ["HkEaIV0Al"]
|
|
1738
1435
|
},
|
|
1739
1436
|
"id": {
|
|
1740
1437
|
"type": "string"
|
|
1741
1438
|
}
|
|
1742
1439
|
},
|
|
1743
|
-
"required": [
|
|
1744
|
-
"contentTypeId",
|
|
1745
|
-
"id"
|
|
1746
|
-
]
|
|
1440
|
+
"required": ["contentTypeId", "id"]
|
|
1747
1441
|
},
|
|
1748
1442
|
"key": "SyJNW0fkE"
|
|
1749
1443
|
},
|
|
1750
1444
|
"articles": {
|
|
1751
1445
|
"relationship": {
|
|
1752
1446
|
"type": "single",
|
|
1753
|
-
"contentTypeIds": [
|
|
1754
|
-
"rJIh12PP-"
|
|
1755
|
-
]
|
|
1447
|
+
"contentTypeIds": ["rJIh12PP-"]
|
|
1756
1448
|
},
|
|
1757
1449
|
"title": "Articles",
|
|
1758
1450
|
"type": "object",
|
|
@@ -1760,18 +1452,13 @@
|
|
|
1760
1452
|
"properties": {
|
|
1761
1453
|
"contentTypeId": {
|
|
1762
1454
|
"type": "string",
|
|
1763
|
-
"enum": [
|
|
1764
|
-
"rJIh12PP-"
|
|
1765
|
-
]
|
|
1455
|
+
"enum": ["rJIh12PP-"]
|
|
1766
1456
|
},
|
|
1767
1457
|
"id": {
|
|
1768
1458
|
"type": "string"
|
|
1769
1459
|
}
|
|
1770
1460
|
},
|
|
1771
|
-
"required": [
|
|
1772
|
-
"contentTypeId",
|
|
1773
|
-
"id"
|
|
1774
|
-
]
|
|
1461
|
+
"required": ["contentTypeId", "id"]
|
|
1775
1462
|
},
|
|
1776
1463
|
"announcement": {
|
|
1777
1464
|
"description": "A short notice that will display at the top of the page",
|
|
@@ -1805,13 +1492,7 @@
|
|
|
1805
1492
|
"widget": "wysiwygSingleLineText"
|
|
1806
1493
|
}
|
|
1807
1494
|
},
|
|
1808
|
-
"order": [
|
|
1809
|
-
"announcement",
|
|
1810
|
-
"newsletter",
|
|
1811
|
-
"articles",
|
|
1812
|
-
"themes",
|
|
1813
|
-
"reports"
|
|
1814
|
-
]
|
|
1495
|
+
"order": ["announcement", "newsletter", "articles", "themes", "reports"]
|
|
1815
1496
|
}
|
|
1816
1497
|
}
|
|
1817
1498
|
},
|
|
@@ -1836,9 +1517,7 @@
|
|
|
1836
1517
|
"relationship": {
|
|
1837
1518
|
"type": "single",
|
|
1838
1519
|
"relatedName": "testimonials",
|
|
1839
|
-
"contentTypeIds": [
|
|
1840
|
-
"r1a9-NCYx"
|
|
1841
|
-
]
|
|
1520
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
1842
1521
|
},
|
|
1843
1522
|
"title": "Person",
|
|
1844
1523
|
"type": "object",
|
|
@@ -1846,25 +1525,18 @@
|
|
|
1846
1525
|
"properties": {
|
|
1847
1526
|
"contentTypeId": {
|
|
1848
1527
|
"type": "string",
|
|
1849
|
-
"enum": [
|
|
1850
|
-
"r1a9-NCYx"
|
|
1851
|
-
]
|
|
1528
|
+
"enum": ["r1a9-NCYx"]
|
|
1852
1529
|
},
|
|
1853
1530
|
"id": {
|
|
1854
1531
|
"type": "string"
|
|
1855
1532
|
}
|
|
1856
1533
|
},
|
|
1857
|
-
"required": [
|
|
1858
|
-
"contentTypeId",
|
|
1859
|
-
"id"
|
|
1860
|
-
]
|
|
1534
|
+
"required": ["contentTypeId", "id"]
|
|
1861
1535
|
},
|
|
1862
1536
|
"article": {
|
|
1863
1537
|
"relationship": {
|
|
1864
1538
|
"type": "single",
|
|
1865
|
-
"contentTypeIds": [
|
|
1866
|
-
"Sk6yWoljg"
|
|
1867
|
-
]
|
|
1539
|
+
"contentTypeIds": ["Sk6yWoljg"]
|
|
1868
1540
|
},
|
|
1869
1541
|
"title": "Article",
|
|
1870
1542
|
"type": "object",
|
|
@@ -1872,18 +1544,13 @@
|
|
|
1872
1544
|
"properties": {
|
|
1873
1545
|
"contentTypeId": {
|
|
1874
1546
|
"type": "string",
|
|
1875
|
-
"enum": [
|
|
1876
|
-
"Sk6yWoljg"
|
|
1877
|
-
]
|
|
1547
|
+
"enum": ["Sk6yWoljg"]
|
|
1878
1548
|
},
|
|
1879
1549
|
"id": {
|
|
1880
1550
|
"type": "string"
|
|
1881
1551
|
}
|
|
1882
1552
|
},
|
|
1883
|
-
"required": [
|
|
1884
|
-
"contentTypeId",
|
|
1885
|
-
"id"
|
|
1886
|
-
]
|
|
1553
|
+
"required": ["contentTypeId", "id"]
|
|
1887
1554
|
},
|
|
1888
1555
|
"quote": {
|
|
1889
1556
|
"title": "Quote",
|
|
@@ -1892,10 +1559,7 @@
|
|
|
1892
1559
|
"minLength": 1
|
|
1893
1560
|
}
|
|
1894
1561
|
},
|
|
1895
|
-
"required": [
|
|
1896
|
-
"person",
|
|
1897
|
-
"quote"
|
|
1898
|
-
]
|
|
1562
|
+
"required": ["person", "quote"]
|
|
1899
1563
|
},
|
|
1900
1564
|
"key": "ry1RzZHAe"
|
|
1901
1565
|
},
|
|
@@ -1933,9 +1597,7 @@
|
|
|
1933
1597
|
},
|
|
1934
1598
|
"backgroundImage": {
|
|
1935
1599
|
"relationship": {
|
|
1936
|
-
"contentTypeIds": [
|
|
1937
|
-
"ASSET"
|
|
1938
|
-
]
|
|
1600
|
+
"contentTypeIds": ["ASSET"]
|
|
1939
1601
|
},
|
|
1940
1602
|
"title": "Background Image",
|
|
1941
1603
|
"type": "object",
|
|
@@ -1943,18 +1605,13 @@
|
|
|
1943
1605
|
"properties": {
|
|
1944
1606
|
"contentTypeId": {
|
|
1945
1607
|
"type": "string",
|
|
1946
|
-
"enum": [
|
|
1947
|
-
"ASSET"
|
|
1948
|
-
]
|
|
1608
|
+
"enum": ["ASSET"]
|
|
1949
1609
|
},
|
|
1950
1610
|
"id": {
|
|
1951
1611
|
"type": "string"
|
|
1952
1612
|
}
|
|
1953
1613
|
},
|
|
1954
|
-
"required": [
|
|
1955
|
-
"contentTypeId",
|
|
1956
|
-
"id"
|
|
1957
|
-
]
|
|
1614
|
+
"required": ["contentTypeId", "id"]
|
|
1958
1615
|
}
|
|
1959
1616
|
}
|
|
1960
1617
|
},
|
|
@@ -1981,11 +1638,7 @@
|
|
|
1981
1638
|
}
|
|
1982
1639
|
},
|
|
1983
1640
|
"widget": "repeater",
|
|
1984
|
-
"order": [
|
|
1985
|
-
"person",
|
|
1986
|
-
"quote",
|
|
1987
|
-
"article"
|
|
1988
|
-
]
|
|
1641
|
+
"order": ["person", "quote", "article"]
|
|
1989
1642
|
},
|
|
1990
1643
|
"description": {
|
|
1991
1644
|
"instructions": "Renders to HTML—if you want to show headings, make sure your text is using H1/H2 formatting.",
|
|
@@ -2004,23 +1657,13 @@
|
|
|
2004
1657
|
}
|
|
2005
1658
|
},
|
|
2006
1659
|
"widget": "object",
|
|
2007
|
-
"order": [
|
|
2008
|
-
"heading",
|
|
2009
|
-
"subheading"
|
|
2010
|
-
]
|
|
1660
|
+
"order": ["heading", "subheading"]
|
|
2011
1661
|
},
|
|
2012
1662
|
"backgroundImage": {
|
|
2013
1663
|
"widget": "image"
|
|
2014
1664
|
}
|
|
2015
1665
|
},
|
|
2016
|
-
"order": [
|
|
2017
|
-
"tagline",
|
|
2018
|
-
"description",
|
|
2019
|
-
"benefits",
|
|
2020
|
-
"signup",
|
|
2021
|
-
"backgroundImage",
|
|
2022
|
-
"testimonials"
|
|
2023
|
-
]
|
|
1666
|
+
"order": ["tagline", "description", "benefits", "signup", "backgroundImage", "testimonials"]
|
|
2024
1667
|
}
|
|
2025
1668
|
}
|
|
2026
1669
|
},
|
|
@@ -2032,21 +1675,15 @@
|
|
|
2032
1675
|
"oneOf": [
|
|
2033
1676
|
{
|
|
2034
1677
|
"title": "Horizontal",
|
|
2035
|
-
"enum": [
|
|
2036
|
-
"horizontal"
|
|
2037
|
-
]
|
|
1678
|
+
"enum": ["horizontal"]
|
|
2038
1679
|
},
|
|
2039
1680
|
{
|
|
2040
1681
|
"title": "Vertical",
|
|
2041
|
-
"enum": [
|
|
2042
|
-
"vertical"
|
|
2043
|
-
]
|
|
1682
|
+
"enum": ["vertical"]
|
|
2044
1683
|
},
|
|
2045
1684
|
{
|
|
2046
1685
|
"title": "Newspaper",
|
|
2047
|
-
"enum": [
|
|
2048
|
-
"newspaper"
|
|
2049
|
-
]
|
|
1686
|
+
"enum": ["newspaper"]
|
|
2050
1687
|
}
|
|
2051
1688
|
],
|
|
2052
1689
|
"title": "Layout",
|
|
@@ -2064,11 +1701,7 @@
|
|
|
2064
1701
|
"description": "Additional cards outside of the rules.",
|
|
2065
1702
|
"relationship": {
|
|
2066
1703
|
"type": "multiple",
|
|
2067
|
-
"contentTypeIds": [
|
|
2068
|
-
"Sk6yWoljg",
|
|
2069
|
-
"Hk_lxKwPZ",
|
|
2070
|
-
"HkEaIV0Al"
|
|
2071
|
-
]
|
|
1704
|
+
"contentTypeIds": ["Sk6yWoljg", "Hk_lxKwPZ", "HkEaIV0Al"]
|
|
2072
1705
|
},
|
|
2073
1706
|
"title": "Include Cards",
|
|
2074
1707
|
"type": "array",
|
|
@@ -2077,31 +1710,20 @@
|
|
|
2077
1710
|
"properties": {
|
|
2078
1711
|
"contentTypeId": {
|
|
2079
1712
|
"type": "string",
|
|
2080
|
-
"enum": [
|
|
2081
|
-
"Sk6yWoljg",
|
|
2082
|
-
"Hk_lxKwPZ",
|
|
2083
|
-
"HkEaIV0Al"
|
|
2084
|
-
]
|
|
1713
|
+
"enum": ["Sk6yWoljg", "Hk_lxKwPZ", "HkEaIV0Al"]
|
|
2085
1714
|
},
|
|
2086
1715
|
"id": {
|
|
2087
1716
|
"type": "string"
|
|
2088
1717
|
}
|
|
2089
1718
|
},
|
|
2090
|
-
"required": [
|
|
2091
|
-
"contentTypeId",
|
|
2092
|
-
"id"
|
|
2093
|
-
]
|
|
1719
|
+
"required": ["contentTypeId", "id"]
|
|
2094
1720
|
},
|
|
2095
1721
|
"key": "r1r1lnvw-"
|
|
2096
1722
|
},
|
|
2097
1723
|
"excludeCards": {
|
|
2098
1724
|
"relationship": {
|
|
2099
1725
|
"type": "multiple",
|
|
2100
|
-
"contentTypeIds": [
|
|
2101
|
-
"Sk6yWoljg",
|
|
2102
|
-
"HkEaIV0Al",
|
|
2103
|
-
"Hk_lxKwPZ"
|
|
2104
|
-
]
|
|
1726
|
+
"contentTypeIds": ["Sk6yWoljg", "HkEaIV0Al", "Hk_lxKwPZ"]
|
|
2105
1727
|
},
|
|
2106
1728
|
"title": "Exclude Cards",
|
|
2107
1729
|
"type": "array",
|
|
@@ -2110,20 +1732,13 @@
|
|
|
2110
1732
|
"properties": {
|
|
2111
1733
|
"contentTypeId": {
|
|
2112
1734
|
"type": "string",
|
|
2113
|
-
"enum": [
|
|
2114
|
-
"Sk6yWoljg",
|
|
2115
|
-
"HkEaIV0Al",
|
|
2116
|
-
"Hk_lxKwPZ"
|
|
2117
|
-
]
|
|
1735
|
+
"enum": ["Sk6yWoljg", "HkEaIV0Al", "Hk_lxKwPZ"]
|
|
2118
1736
|
},
|
|
2119
1737
|
"id": {
|
|
2120
1738
|
"type": "string"
|
|
2121
1739
|
}
|
|
2122
1740
|
},
|
|
2123
|
-
"required": [
|
|
2124
|
-
"contentTypeId",
|
|
2125
|
-
"id"
|
|
2126
|
-
]
|
|
1741
|
+
"required": ["contentTypeId", "id"]
|
|
2127
1742
|
},
|
|
2128
1743
|
"key": "S1vKsRZwM"
|
|
2129
1744
|
},
|
|
@@ -2156,9 +1771,7 @@
|
|
|
2156
1771
|
"themes": {
|
|
2157
1772
|
"relationship": {
|
|
2158
1773
|
"type": "multiple",
|
|
2159
|
-
"contentTypeIds": [
|
|
2160
|
-
"HkEaIV0Al"
|
|
2161
|
-
]
|
|
1774
|
+
"contentTypeIds": ["HkEaIV0Al"]
|
|
2162
1775
|
},
|
|
2163
1776
|
"title": "Themes",
|
|
2164
1777
|
"type": "array",
|
|
@@ -2167,18 +1780,13 @@
|
|
|
2167
1780
|
"properties": {
|
|
2168
1781
|
"contentTypeId": {
|
|
2169
1782
|
"type": "string",
|
|
2170
|
-
"enum": [
|
|
2171
|
-
"HkEaIV0Al"
|
|
2172
|
-
]
|
|
1783
|
+
"enum": ["HkEaIV0Al"]
|
|
2173
1784
|
},
|
|
2174
1785
|
"id": {
|
|
2175
1786
|
"type": "string"
|
|
2176
1787
|
}
|
|
2177
1788
|
},
|
|
2178
|
-
"required": [
|
|
2179
|
-
"contentTypeId",
|
|
2180
|
-
"id"
|
|
2181
|
-
]
|
|
1789
|
+
"required": ["contentTypeId", "id"]
|
|
2182
1790
|
},
|
|
2183
1791
|
"key": "BJyhfvXOZ"
|
|
2184
1792
|
},
|
|
@@ -2191,9 +1799,7 @@
|
|
|
2191
1799
|
"tags": {
|
|
2192
1800
|
"relationship": {
|
|
2193
1801
|
"type": "multiple",
|
|
2194
|
-
"contentTypeIds": [
|
|
2195
|
-
"HJKRv2oKe"
|
|
2196
|
-
]
|
|
1802
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
2197
1803
|
},
|
|
2198
1804
|
"title": "Tags",
|
|
2199
1805
|
"type": "array",
|
|
@@ -2202,18 +1808,13 @@
|
|
|
2202
1808
|
"properties": {
|
|
2203
1809
|
"contentTypeId": {
|
|
2204
1810
|
"type": "string",
|
|
2205
|
-
"enum": [
|
|
2206
|
-
"HJKRv2oKe"
|
|
2207
|
-
]
|
|
1811
|
+
"enum": ["HJKRv2oKe"]
|
|
2208
1812
|
},
|
|
2209
1813
|
"id": {
|
|
2210
1814
|
"type": "string"
|
|
2211
1815
|
}
|
|
2212
1816
|
},
|
|
2213
|
-
"required": [
|
|
2214
|
-
"contentTypeId",
|
|
2215
|
-
"id"
|
|
2216
|
-
]
|
|
1817
|
+
"required": ["contentTypeId", "id"]
|
|
2217
1818
|
},
|
|
2218
1819
|
"key": "rkI-0jwDZ"
|
|
2219
1820
|
}
|
|
@@ -2229,15 +1830,11 @@
|
|
|
2229
1830
|
"oneOf": [
|
|
2230
1831
|
{
|
|
2231
1832
|
"title": "Date",
|
|
2232
|
-
"enum": [
|
|
2233
|
-
"date"
|
|
2234
|
-
]
|
|
1833
|
+
"enum": ["date"]
|
|
2235
1834
|
},
|
|
2236
1835
|
{
|
|
2237
1836
|
"title": "Title",
|
|
2238
|
-
"enum": [
|
|
2239
|
-
"title"
|
|
2240
|
-
]
|
|
1837
|
+
"enum": ["title"]
|
|
2241
1838
|
}
|
|
2242
1839
|
],
|
|
2243
1840
|
"title": "Field",
|
|
@@ -2267,11 +1864,7 @@
|
|
|
2267
1864
|
"minLength": 0
|
|
2268
1865
|
}
|
|
2269
1866
|
},
|
|
2270
|
-
"required": [
|
|
2271
|
-
"internalName",
|
|
2272
|
-
"name",
|
|
2273
|
-
"layout"
|
|
2274
|
-
]
|
|
1867
|
+
"required": ["internalName", "name", "layout"]
|
|
2275
1868
|
},
|
|
2276
1869
|
"single": false,
|
|
2277
1870
|
"name": "deck",
|
|
@@ -2319,12 +1912,7 @@
|
|
|
2319
1912
|
}
|
|
2320
1913
|
},
|
|
2321
1914
|
"widget": "object",
|
|
2322
|
-
"order": [
|
|
2323
|
-
"allArticles",
|
|
2324
|
-
"tags",
|
|
2325
|
-
"themes",
|
|
2326
|
-
"limit"
|
|
2327
|
-
]
|
|
1915
|
+
"order": ["allArticles", "tags", "themes", "limit"]
|
|
2328
1916
|
},
|
|
2329
1917
|
"sort": {
|
|
2330
1918
|
"properties": {
|
|
@@ -2339,28 +1927,14 @@
|
|
|
2339
1927
|
}
|
|
2340
1928
|
},
|
|
2341
1929
|
"widget": "object",
|
|
2342
|
-
"order": [
|
|
2343
|
-
"enable",
|
|
2344
|
-
"field",
|
|
2345
|
-
"reverse"
|
|
2346
|
-
]
|
|
1930
|
+
"order": ["enable", "field", "reverse"]
|
|
2347
1931
|
},
|
|
2348
1932
|
"url": {
|
|
2349
1933
|
"instructions": "Should be a complete URL.",
|
|
2350
1934
|
"widget": "singleLineText"
|
|
2351
1935
|
}
|
|
2352
1936
|
},
|
|
2353
|
-
"order": [
|
|
2354
|
-
"internalName",
|
|
2355
|
-
"name",
|
|
2356
|
-
"description",
|
|
2357
|
-
"url",
|
|
2358
|
-
"rules",
|
|
2359
|
-
"sort",
|
|
2360
|
-
"cards",
|
|
2361
|
-
"excludeCards",
|
|
2362
|
-
"layout"
|
|
2363
|
-
]
|
|
1937
|
+
"order": ["internalName", "name", "description", "url", "rules", "sort", "cards", "excludeCards", "layout"]
|
|
2364
1938
|
}
|
|
2365
1939
|
}
|
|
2366
1940
|
},
|
|
@@ -2380,26 +1954,19 @@
|
|
|
2380
1954
|
"title": "Cover Image",
|
|
2381
1955
|
"type": "object",
|
|
2382
1956
|
"relationship": {
|
|
2383
|
-
"contentTypeIds": [
|
|
2384
|
-
"ASSET"
|
|
2385
|
-
]
|
|
1957
|
+
"contentTypeIds": ["ASSET"]
|
|
2386
1958
|
},
|
|
2387
1959
|
"properties": {
|
|
2388
1960
|
"contentTypeId": {
|
|
2389
1961
|
"type": "string",
|
|
2390
|
-
"enum": [
|
|
2391
|
-
"ASSET"
|
|
2392
|
-
]
|
|
1962
|
+
"enum": ["ASSET"]
|
|
2393
1963
|
},
|
|
2394
1964
|
"id": {
|
|
2395
1965
|
"type": "string"
|
|
2396
1966
|
}
|
|
2397
1967
|
},
|
|
2398
1968
|
"key": "i8TGTpE8S",
|
|
2399
|
-
"required": [
|
|
2400
|
-
"contentTypeId",
|
|
2401
|
-
"id"
|
|
2402
|
-
]
|
|
1969
|
+
"required": ["contentTypeId", "id"]
|
|
2403
1970
|
},
|
|
2404
1971
|
"title": {
|
|
2405
1972
|
"type": "string",
|
|
@@ -2486,44 +2053,30 @@
|
|
|
2486
2053
|
"title": "Authors",
|
|
2487
2054
|
"relationship": {
|
|
2488
2055
|
"type": "multiple",
|
|
2489
|
-
"contentTypeIds": [
|
|
2490
|
-
"r1a9-NCYx"
|
|
2491
|
-
]
|
|
2056
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
2492
2057
|
},
|
|
2493
2058
|
"items": {
|
|
2494
2059
|
"type": "object",
|
|
2495
2060
|
"properties": {
|
|
2496
2061
|
"contentTypeId": {
|
|
2497
2062
|
"type": "string",
|
|
2498
|
-
"enum": [
|
|
2499
|
-
"r1a9-NCYx"
|
|
2500
|
-
]
|
|
2063
|
+
"enum": ["r1a9-NCYx"]
|
|
2501
2064
|
},
|
|
2502
2065
|
"id": {
|
|
2503
2066
|
"type": "string"
|
|
2504
2067
|
}
|
|
2505
2068
|
},
|
|
2506
|
-
"required": [
|
|
2507
|
-
"contentTypeId",
|
|
2508
|
-
"id"
|
|
2509
|
-
]
|
|
2069
|
+
"required": ["contentTypeId", "id"]
|
|
2510
2070
|
},
|
|
2511
2071
|
"key": "m5gh-Yivv"
|
|
2512
2072
|
}
|
|
2513
2073
|
},
|
|
2514
|
-
"required": [
|
|
2515
|
-
"question",
|
|
2516
|
-
"lastUpdated",
|
|
2517
|
-
"slug",
|
|
2518
|
-
"answer"
|
|
2519
|
-
]
|
|
2074
|
+
"required": ["question", "lastUpdated", "slug", "answer"]
|
|
2520
2075
|
},
|
|
2521
2076
|
"key": "g4KALS03L"
|
|
2522
2077
|
}
|
|
2523
2078
|
},
|
|
2524
|
-
"required": [
|
|
2525
|
-
"slug"
|
|
2526
|
-
]
|
|
2079
|
+
"required": ["slug"]
|
|
2527
2080
|
},
|
|
2528
2081
|
"workflow": "default",
|
|
2529
2082
|
"name": "answers",
|
|
@@ -2578,10 +2131,7 @@
|
|
|
2578
2131
|
}
|
|
2579
2132
|
},
|
|
2580
2133
|
"widget": "repeater",
|
|
2581
|
-
"order": [
|
|
2582
|
-
"url",
|
|
2583
|
-
"citation"
|
|
2584
|
-
]
|
|
2134
|
+
"order": ["url", "citation"]
|
|
2585
2135
|
},
|
|
2586
2136
|
"slug": {
|
|
2587
2137
|
"instructions": "Used for directly linking to the section",
|
|
@@ -2592,25 +2142,10 @@
|
|
|
2592
2142
|
}
|
|
2593
2143
|
},
|
|
2594
2144
|
"widget": "repeater",
|
|
2595
|
-
"order": [
|
|
2596
|
-
"question",
|
|
2597
|
-
"lastUpdated",
|
|
2598
|
-
"slug",
|
|
2599
|
-
"answer",
|
|
2600
|
-
"tldr",
|
|
2601
|
-
"authors",
|
|
2602
|
-
"references"
|
|
2603
|
-
]
|
|
2145
|
+
"order": ["question", "lastUpdated", "slug", "answer", "tldr", "authors", "references"]
|
|
2604
2146
|
}
|
|
2605
2147
|
},
|
|
2606
|
-
"order": [
|
|
2607
|
-
"slug",
|
|
2608
|
-
"title",
|
|
2609
|
-
"description",
|
|
2610
|
-
"image",
|
|
2611
|
-
"formUrl",
|
|
2612
|
-
"sections"
|
|
2613
|
-
]
|
|
2148
|
+
"order": ["slug", "title", "description", "image", "formUrl", "sections"]
|
|
2614
2149
|
}
|
|
2615
2150
|
}
|
|
2616
2151
|
},
|
|
@@ -2634,9 +2169,7 @@
|
|
|
2634
2169
|
"properties": {
|
|
2635
2170
|
"image": {
|
|
2636
2171
|
"relationship": {
|
|
2637
|
-
"contentTypeIds": [
|
|
2638
|
-
"ASSET"
|
|
2639
|
-
]
|
|
2172
|
+
"contentTypeIds": ["ASSET"]
|
|
2640
2173
|
},
|
|
2641
2174
|
"title": "Image",
|
|
2642
2175
|
"type": "object",
|
|
@@ -2644,18 +2177,13 @@
|
|
|
2644
2177
|
"properties": {
|
|
2645
2178
|
"contentTypeId": {
|
|
2646
2179
|
"type": "string",
|
|
2647
|
-
"enum": [
|
|
2648
|
-
"ASSET"
|
|
2649
|
-
]
|
|
2180
|
+
"enum": ["ASSET"]
|
|
2650
2181
|
},
|
|
2651
2182
|
"id": {
|
|
2652
2183
|
"type": "string"
|
|
2653
2184
|
}
|
|
2654
2185
|
},
|
|
2655
|
-
"required": [
|
|
2656
|
-
"contentTypeId",
|
|
2657
|
-
"id"
|
|
2658
|
-
]
|
|
2186
|
+
"required": ["contentTypeId", "id"]
|
|
2659
2187
|
}
|
|
2660
2188
|
}
|
|
2661
2189
|
},
|
|
@@ -2689,9 +2217,7 @@
|
|
|
2689
2217
|
"authors": {
|
|
2690
2218
|
"relationship": {
|
|
2691
2219
|
"type": "multiple",
|
|
2692
|
-
"contentTypeIds": [
|
|
2693
|
-
"r1a9-NCYx"
|
|
2694
|
-
]
|
|
2220
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
2695
2221
|
},
|
|
2696
2222
|
"title": "Authors",
|
|
2697
2223
|
"type": "array",
|
|
@@ -2700,18 +2226,13 @@
|
|
|
2700
2226
|
"properties": {
|
|
2701
2227
|
"contentTypeId": {
|
|
2702
2228
|
"type": "string",
|
|
2703
|
-
"enum": [
|
|
2704
|
-
"r1a9-NCYx"
|
|
2705
|
-
]
|
|
2229
|
+
"enum": ["r1a9-NCYx"]
|
|
2706
2230
|
},
|
|
2707
2231
|
"id": {
|
|
2708
2232
|
"type": "string"
|
|
2709
2233
|
}
|
|
2710
2234
|
},
|
|
2711
|
-
"required": [
|
|
2712
|
-
"contentTypeId",
|
|
2713
|
-
"id"
|
|
2714
|
-
]
|
|
2235
|
+
"required": ["contentTypeId", "id"]
|
|
2715
2236
|
},
|
|
2716
2237
|
"key": "Hk9Rs3uhm"
|
|
2717
2238
|
},
|
|
@@ -2719,9 +2240,7 @@
|
|
|
2719
2240
|
"relationship": {
|
|
2720
2241
|
"type": "multiple",
|
|
2721
2242
|
"relatedName": "links",
|
|
2722
|
-
"contentTypeIds": [
|
|
2723
|
-
"HJKRv2oKe"
|
|
2724
|
-
]
|
|
2243
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
2725
2244
|
},
|
|
2726
2245
|
"title": "Tags",
|
|
2727
2246
|
"type": "array",
|
|
@@ -2730,26 +2249,18 @@
|
|
|
2730
2249
|
"properties": {
|
|
2731
2250
|
"contentTypeId": {
|
|
2732
2251
|
"type": "string",
|
|
2733
|
-
"enum": [
|
|
2734
|
-
"HJKRv2oKe"
|
|
2735
|
-
]
|
|
2252
|
+
"enum": ["HJKRv2oKe"]
|
|
2736
2253
|
},
|
|
2737
2254
|
"id": {
|
|
2738
2255
|
"type": "string"
|
|
2739
2256
|
}
|
|
2740
2257
|
},
|
|
2741
|
-
"required": [
|
|
2742
|
-
"contentTypeId",
|
|
2743
|
-
"id"
|
|
2744
|
-
]
|
|
2258
|
+
"required": ["contentTypeId", "id"]
|
|
2745
2259
|
},
|
|
2746
2260
|
"key": "H1PdLe6Al"
|
|
2747
2261
|
}
|
|
2748
2262
|
},
|
|
2749
|
-
"required": [
|
|
2750
|
-
"slug",
|
|
2751
|
-
"title"
|
|
2752
|
-
]
|
|
2263
|
+
"required": ["slug", "title"]
|
|
2753
2264
|
},
|
|
2754
2265
|
"single": false,
|
|
2755
2266
|
"name": "note",
|
|
@@ -2769,9 +2280,7 @@
|
|
|
2769
2280
|
}
|
|
2770
2281
|
},
|
|
2771
2282
|
"widget": "repeater",
|
|
2772
|
-
"order": [
|
|
2773
|
-
"image"
|
|
2774
|
-
]
|
|
2283
|
+
"order": ["image"]
|
|
2775
2284
|
},
|
|
2776
2285
|
"link": {
|
|
2777
2286
|
"instructions": "This link will be picked up by our RSS and automatic posters in place of the Note's URL. Only include if the primary purpose of the note is to share the link.",
|
|
@@ -2793,16 +2302,7 @@
|
|
|
2793
2302
|
"widget": "relationship"
|
|
2794
2303
|
}
|
|
2795
2304
|
},
|
|
2796
|
-
"order": [
|
|
2797
|
-
"slug",
|
|
2798
|
-
"title",
|
|
2799
|
-
"summary",
|
|
2800
|
-
"link",
|
|
2801
|
-
"images",
|
|
2802
|
-
"body",
|
|
2803
|
-
"authors",
|
|
2804
|
-
"tags"
|
|
2805
|
-
]
|
|
2305
|
+
"order": ["slug", "title", "summary", "link", "images", "body", "authors", "tags"]
|
|
2806
2306
|
}
|
|
2807
2307
|
}
|
|
2808
2308
|
},
|
|
@@ -2824,9 +2324,7 @@
|
|
|
2824
2324
|
},
|
|
2825
2325
|
"backgroundImage": {
|
|
2826
2326
|
"relationship": {
|
|
2827
|
-
"contentTypeIds": [
|
|
2828
|
-
"ASSET"
|
|
2829
|
-
]
|
|
2327
|
+
"contentTypeIds": ["ASSET"]
|
|
2830
2328
|
},
|
|
2831
2329
|
"title": "Background Image",
|
|
2832
2330
|
"type": "object",
|
|
@@ -2834,9 +2332,7 @@
|
|
|
2834
2332
|
"properties": {
|
|
2835
2333
|
"contentTypeId": {
|
|
2836
2334
|
"type": "string",
|
|
2837
|
-
"enum": [
|
|
2838
|
-
"ASSET"
|
|
2839
|
-
],
|
|
2335
|
+
"enum": ["ASSET"],
|
|
2840
2336
|
"minLength": 1
|
|
2841
2337
|
},
|
|
2842
2338
|
"id": {
|
|
@@ -2844,10 +2340,7 @@
|
|
|
2844
2340
|
"minLength": 1
|
|
2845
2341
|
}
|
|
2846
2342
|
},
|
|
2847
|
-
"required": [
|
|
2848
|
-
"contentTypeId",
|
|
2849
|
-
"id"
|
|
2850
|
-
]
|
|
2343
|
+
"required": ["contentTypeId", "id"]
|
|
2851
2344
|
},
|
|
2852
2345
|
"confirmationMessage": {
|
|
2853
2346
|
"description": "Subscribers will see this after they join",
|
|
@@ -2878,12 +2371,7 @@
|
|
|
2878
2371
|
"widget": "wysiwygText"
|
|
2879
2372
|
}
|
|
2880
2373
|
},
|
|
2881
|
-
"order": [
|
|
2882
|
-
"tagline",
|
|
2883
|
-
"backgroundImage",
|
|
2884
|
-
"description",
|
|
2885
|
-
"confirmationMessage"
|
|
2886
|
-
]
|
|
2374
|
+
"order": ["tagline", "backgroundImage", "description", "confirmationMessage"]
|
|
2887
2375
|
}
|
|
2888
2376
|
}
|
|
2889
2377
|
},
|
|
@@ -2906,9 +2394,7 @@
|
|
|
2906
2394
|
},
|
|
2907
2395
|
"artwork": {
|
|
2908
2396
|
"relationship": {
|
|
2909
|
-
"contentTypeIds": [
|
|
2910
|
-
"ASSET"
|
|
2911
|
-
]
|
|
2397
|
+
"contentTypeIds": ["ASSET"]
|
|
2912
2398
|
},
|
|
2913
2399
|
"title": "Artwork",
|
|
2914
2400
|
"type": "object",
|
|
@@ -2916,18 +2402,13 @@
|
|
|
2916
2402
|
"properties": {
|
|
2917
2403
|
"contentTypeId": {
|
|
2918
2404
|
"type": "string",
|
|
2919
|
-
"enum": [
|
|
2920
|
-
"ASSET"
|
|
2921
|
-
]
|
|
2405
|
+
"enum": ["ASSET"]
|
|
2922
2406
|
},
|
|
2923
2407
|
"id": {
|
|
2924
2408
|
"type": "string"
|
|
2925
2409
|
}
|
|
2926
2410
|
},
|
|
2927
|
-
"required": [
|
|
2928
|
-
"contentTypeId",
|
|
2929
|
-
"id"
|
|
2930
|
-
]
|
|
2411
|
+
"required": ["contentTypeId", "id"]
|
|
2931
2412
|
},
|
|
2932
2413
|
"title": {
|
|
2933
2414
|
"title": "Title",
|
|
@@ -2936,9 +2417,7 @@
|
|
|
2936
2417
|
"minLength": 1
|
|
2937
2418
|
}
|
|
2938
2419
|
},
|
|
2939
|
-
"required": [
|
|
2940
|
-
"title"
|
|
2941
|
-
]
|
|
2420
|
+
"required": ["title"]
|
|
2942
2421
|
},
|
|
2943
2422
|
"single": true,
|
|
2944
2423
|
"name": "podcast",
|
|
@@ -2961,12 +2440,7 @@
|
|
|
2961
2440
|
"widget": "singleLineText"
|
|
2962
2441
|
}
|
|
2963
2442
|
},
|
|
2964
|
-
"order": [
|
|
2965
|
-
"title",
|
|
2966
|
-
"description",
|
|
2967
|
-
"artwork",
|
|
2968
|
-
"explicit"
|
|
2969
|
-
]
|
|
2443
|
+
"order": ["title", "description", "artwork", "explicit"]
|
|
2970
2444
|
}
|
|
2971
2445
|
}
|
|
2972
2446
|
},
|
|
@@ -3007,9 +2481,7 @@
|
|
|
3007
2481
|
}
|
|
3008
2482
|
}
|
|
3009
2483
|
},
|
|
3010
|
-
"required": [
|
|
3011
|
-
"name"
|
|
3012
|
-
]
|
|
2484
|
+
"required": ["name"]
|
|
3013
2485
|
},
|
|
3014
2486
|
"single": false,
|
|
3015
2487
|
"name": "institution",
|
|
@@ -3035,17 +2507,10 @@
|
|
|
3035
2507
|
}
|
|
3036
2508
|
},
|
|
3037
2509
|
"widget": "object",
|
|
3038
|
-
"order": [
|
|
3039
|
-
"twitter",
|
|
3040
|
-
"instagram",
|
|
3041
|
-
"facebook"
|
|
3042
|
-
]
|
|
2510
|
+
"order": ["twitter", "instagram", "facebook"]
|
|
3043
2511
|
}
|
|
3044
2512
|
},
|
|
3045
|
-
"order": [
|
|
3046
|
-
"name",
|
|
3047
|
-
"social"
|
|
3048
|
-
]
|
|
2513
|
+
"order": ["name", "social"]
|
|
3049
2514
|
}
|
|
3050
2515
|
}
|
|
3051
2516
|
},
|
|
@@ -3075,9 +2540,7 @@
|
|
|
3075
2540
|
},
|
|
3076
2541
|
"artwork": {
|
|
3077
2542
|
"relationship": {
|
|
3078
|
-
"contentTypeIds": [
|
|
3079
|
-
"ASSET"
|
|
3080
|
-
]
|
|
2543
|
+
"contentTypeIds": ["ASSET"]
|
|
3081
2544
|
},
|
|
3082
2545
|
"title": "Artwork",
|
|
3083
2546
|
"type": "object",
|
|
@@ -3085,24 +2548,17 @@
|
|
|
3085
2548
|
"properties": {
|
|
3086
2549
|
"contentTypeId": {
|
|
3087
2550
|
"type": "string",
|
|
3088
|
-
"enum": [
|
|
3089
|
-
"ASSET"
|
|
3090
|
-
]
|
|
2551
|
+
"enum": ["ASSET"]
|
|
3091
2552
|
},
|
|
3092
2553
|
"id": {
|
|
3093
2554
|
"type": "string"
|
|
3094
2555
|
}
|
|
3095
2556
|
},
|
|
3096
|
-
"required": [
|
|
3097
|
-
"contentTypeId",
|
|
3098
|
-
"id"
|
|
3099
|
-
]
|
|
2557
|
+
"required": ["contentTypeId", "id"]
|
|
3100
2558
|
},
|
|
3101
2559
|
"audio": {
|
|
3102
2560
|
"relationship": {
|
|
3103
|
-
"contentTypeIds": [
|
|
3104
|
-
"ASSET"
|
|
3105
|
-
]
|
|
2561
|
+
"contentTypeIds": ["ASSET"]
|
|
3106
2562
|
},
|
|
3107
2563
|
"title": "Audio",
|
|
3108
2564
|
"type": "object",
|
|
@@ -3110,18 +2566,13 @@
|
|
|
3110
2566
|
"properties": {
|
|
3111
2567
|
"contentTypeId": {
|
|
3112
2568
|
"type": "string",
|
|
3113
|
-
"enum": [
|
|
3114
|
-
"ASSET"
|
|
3115
|
-
]
|
|
2569
|
+
"enum": ["ASSET"]
|
|
3116
2570
|
},
|
|
3117
2571
|
"id": {
|
|
3118
2572
|
"type": "string"
|
|
3119
2573
|
}
|
|
3120
2574
|
},
|
|
3121
|
-
"required": [
|
|
3122
|
-
"contentTypeId",
|
|
3123
|
-
"id"
|
|
3124
|
-
]
|
|
2575
|
+
"required": ["contentTypeId", "id"]
|
|
3125
2576
|
},
|
|
3126
2577
|
"title": {
|
|
3127
2578
|
"title": "Title",
|
|
@@ -3151,10 +2602,7 @@
|
|
|
3151
2602
|
"minLength": 0
|
|
3152
2603
|
}
|
|
3153
2604
|
},
|
|
3154
|
-
"required": [
|
|
3155
|
-
"publicationDate",
|
|
3156
|
-
"title"
|
|
3157
|
-
]
|
|
2605
|
+
"required": ["publicationDate", "title"]
|
|
3158
2606
|
},
|
|
3159
2607
|
"single": false,
|
|
3160
2608
|
"name": "episode",
|
|
@@ -3219,12 +2667,7 @@
|
|
|
3219
2667
|
"description": "Provides the default collection of promotional objects to follow articles.",
|
|
3220
2668
|
"relationship": {
|
|
3221
2669
|
"type": "multiple",
|
|
3222
|
-
"contentTypeIds": [
|
|
3223
|
-
"HkEaIV0Al",
|
|
3224
|
-
"rJIh12PP-",
|
|
3225
|
-
"Sk6yWoljg",
|
|
3226
|
-
"Hk_lxKwPZ"
|
|
3227
|
-
]
|
|
2670
|
+
"contentTypeIds": ["HkEaIV0Al", "rJIh12PP-", "Sk6yWoljg", "Hk_lxKwPZ"]
|
|
3228
2671
|
},
|
|
3229
2672
|
"title": "Article Footer",
|
|
3230
2673
|
"type": "array",
|
|
@@ -3233,12 +2676,7 @@
|
|
|
3233
2676
|
"properties": {
|
|
3234
2677
|
"contentTypeId": {
|
|
3235
2678
|
"type": "string",
|
|
3236
|
-
"enum": [
|
|
3237
|
-
"HkEaIV0Al",
|
|
3238
|
-
"rJIh12PP-",
|
|
3239
|
-
"Sk6yWoljg",
|
|
3240
|
-
"Hk_lxKwPZ"
|
|
3241
|
-
],
|
|
2679
|
+
"enum": ["HkEaIV0Al", "rJIh12PP-", "Sk6yWoljg", "Hk_lxKwPZ"],
|
|
3242
2680
|
"minLength": 1
|
|
3243
2681
|
},
|
|
3244
2682
|
"id": {
|
|
@@ -3246,19 +2684,14 @@
|
|
|
3246
2684
|
"minLength": 1
|
|
3247
2685
|
}
|
|
3248
2686
|
},
|
|
3249
|
-
"required": [
|
|
3250
|
-
"contentTypeId",
|
|
3251
|
-
"id"
|
|
3252
|
-
]
|
|
2687
|
+
"required": ["contentTypeId", "id"]
|
|
3253
2688
|
},
|
|
3254
2689
|
"key": "BybYeA-u-"
|
|
3255
2690
|
},
|
|
3256
2691
|
"newsletter": {
|
|
3257
2692
|
"relationship": {
|
|
3258
2693
|
"type": "single",
|
|
3259
|
-
"contentTypeIds": [
|
|
3260
|
-
"Hk_lxKwPZ"
|
|
3261
|
-
]
|
|
2694
|
+
"contentTypeIds": ["Hk_lxKwPZ"]
|
|
3262
2695
|
},
|
|
3263
2696
|
"title": "Newsletter",
|
|
3264
2697
|
"type": "object",
|
|
@@ -3266,9 +2699,7 @@
|
|
|
3266
2699
|
"properties": {
|
|
3267
2700
|
"contentTypeId": {
|
|
3268
2701
|
"type": "string",
|
|
3269
|
-
"enum": [
|
|
3270
|
-
"Hk_lxKwPZ"
|
|
3271
|
-
],
|
|
2702
|
+
"enum": ["Hk_lxKwPZ"],
|
|
3272
2703
|
"minLength": 1
|
|
3273
2704
|
},
|
|
3274
2705
|
"id": {
|
|
@@ -3276,10 +2707,7 @@
|
|
|
3276
2707
|
"minLength": 1
|
|
3277
2708
|
}
|
|
3278
2709
|
},
|
|
3279
|
-
"required": [
|
|
3280
|
-
"contentTypeId",
|
|
3281
|
-
"id"
|
|
3282
|
-
]
|
|
2710
|
+
"required": ["contentTypeId", "id"]
|
|
3283
2711
|
},
|
|
3284
2712
|
"metadata": {
|
|
3285
2713
|
"mutable": true,
|
|
@@ -3295,9 +2723,7 @@
|
|
|
3295
2723
|
},
|
|
3296
2724
|
"image": {
|
|
3297
2725
|
"relationship": {
|
|
3298
|
-
"contentTypeIds": [
|
|
3299
|
-
"ASSET"
|
|
3300
|
-
]
|
|
2726
|
+
"contentTypeIds": ["ASSET"]
|
|
3301
2727
|
},
|
|
3302
2728
|
"title": "Image",
|
|
3303
2729
|
"type": "object",
|
|
@@ -3305,9 +2731,7 @@
|
|
|
3305
2731
|
"properties": {
|
|
3306
2732
|
"contentTypeId": {
|
|
3307
2733
|
"type": "string",
|
|
3308
|
-
"enum": [
|
|
3309
|
-
"ASSET"
|
|
3310
|
-
],
|
|
2734
|
+
"enum": ["ASSET"],
|
|
3311
2735
|
"minLength": 1
|
|
3312
2736
|
},
|
|
3313
2737
|
"id": {
|
|
@@ -3315,10 +2739,7 @@
|
|
|
3315
2739
|
"minLength": 1
|
|
3316
2740
|
}
|
|
3317
2741
|
},
|
|
3318
|
-
"required": [
|
|
3319
|
-
"contentTypeId",
|
|
3320
|
-
"id"
|
|
3321
|
-
]
|
|
2742
|
+
"required": ["contentTypeId", "id"]
|
|
3322
2743
|
},
|
|
3323
2744
|
"description": {
|
|
3324
2745
|
"title": "Description",
|
|
@@ -3331,10 +2752,7 @@
|
|
|
3331
2752
|
"promotion": {
|
|
3332
2753
|
"relationship": {
|
|
3333
2754
|
"type": "single",
|
|
3334
|
-
"contentTypeIds": [
|
|
3335
|
-
"Hk_lxKwPZ",
|
|
3336
|
-
"S1wMIxlsz"
|
|
3337
|
-
]
|
|
2755
|
+
"contentTypeIds": ["Hk_lxKwPZ", "S1wMIxlsz"]
|
|
3338
2756
|
},
|
|
3339
2757
|
"title": "Promotion",
|
|
3340
2758
|
"type": "object",
|
|
@@ -3342,10 +2760,7 @@
|
|
|
3342
2760
|
"properties": {
|
|
3343
2761
|
"contentTypeId": {
|
|
3344
2762
|
"type": "string",
|
|
3345
|
-
"enum": [
|
|
3346
|
-
"Hk_lxKwPZ",
|
|
3347
|
-
"S1wMIxlsz"
|
|
3348
|
-
],
|
|
2763
|
+
"enum": ["Hk_lxKwPZ", "S1wMIxlsz"],
|
|
3349
2764
|
"minLength": 1
|
|
3350
2765
|
},
|
|
3351
2766
|
"id": {
|
|
@@ -3353,17 +2768,10 @@
|
|
|
3353
2768
|
"minLength": 1
|
|
3354
2769
|
}
|
|
3355
2770
|
},
|
|
3356
|
-
"required": [
|
|
3357
|
-
"contentTypeId",
|
|
3358
|
-
"id"
|
|
3359
|
-
]
|
|
2771
|
+
"required": ["contentTypeId", "id"]
|
|
3360
2772
|
}
|
|
3361
2773
|
},
|
|
3362
|
-
"required": [
|
|
3363
|
-
"newsletter",
|
|
3364
|
-
"promotion",
|
|
3365
|
-
"articleFooter"
|
|
3366
|
-
]
|
|
2774
|
+
"required": ["newsletter", "promotion", "articleFooter"]
|
|
3367
2775
|
},
|
|
3368
2776
|
"single": true,
|
|
3369
2777
|
"name": "defaults",
|
|
@@ -3391,22 +2799,13 @@
|
|
|
3391
2799
|
}
|
|
3392
2800
|
},
|
|
3393
2801
|
"widget": "object",
|
|
3394
|
-
"order": [
|
|
3395
|
-
"title",
|
|
3396
|
-
"description",
|
|
3397
|
-
"image"
|
|
3398
|
-
]
|
|
2802
|
+
"order": ["title", "description", "image"]
|
|
3399
2803
|
},
|
|
3400
2804
|
"promotion": {
|
|
3401
2805
|
"widget": "relationship"
|
|
3402
2806
|
}
|
|
3403
2807
|
},
|
|
3404
|
-
"order": [
|
|
3405
|
-
"metadata",
|
|
3406
|
-
"newsletter",
|
|
3407
|
-
"promotion",
|
|
3408
|
-
"articleFooter"
|
|
3409
|
-
]
|
|
2808
|
+
"order": ["metadata", "newsletter", "promotion", "articleFooter"]
|
|
3410
2809
|
}
|
|
3411
2810
|
}
|
|
3412
2811
|
},
|
|
@@ -3418,9 +2817,7 @@
|
|
|
3418
2817
|
"relationship": {
|
|
3419
2818
|
"type": "single",
|
|
3420
2819
|
"relatedName": "sections",
|
|
3421
|
-
"contentTypeIds": [
|
|
3422
|
-
"S1wMIxlsz"
|
|
3423
|
-
]
|
|
2820
|
+
"contentTypeIds": ["S1wMIxlsz"]
|
|
3424
2821
|
},
|
|
3425
2822
|
"title": "Report",
|
|
3426
2823
|
"type": "object",
|
|
@@ -3428,9 +2825,7 @@
|
|
|
3428
2825
|
"properties": {
|
|
3429
2826
|
"contentTypeId": {
|
|
3430
2827
|
"type": "string",
|
|
3431
|
-
"enum": [
|
|
3432
|
-
"S1wMIxlsz"
|
|
3433
|
-
],
|
|
2828
|
+
"enum": ["S1wMIxlsz"],
|
|
3434
2829
|
"minLength": 1
|
|
3435
2830
|
},
|
|
3436
2831
|
"id": {
|
|
@@ -3438,10 +2833,7 @@
|
|
|
3438
2833
|
"minLength": 1
|
|
3439
2834
|
}
|
|
3440
2835
|
},
|
|
3441
|
-
"required": [
|
|
3442
|
-
"contentTypeId",
|
|
3443
|
-
"id"
|
|
3444
|
-
]
|
|
2836
|
+
"required": ["contentTypeId", "id"]
|
|
3445
2837
|
},
|
|
3446
2838
|
"subsections": {
|
|
3447
2839
|
"title": "Subsections",
|
|
@@ -3499,9 +2891,7 @@
|
|
|
3499
2891
|
"minItems": 1,
|
|
3500
2892
|
"relationship": {
|
|
3501
2893
|
"type": "multiple",
|
|
3502
|
-
"contentTypeIds": [
|
|
3503
|
-
"r1a9-NCYx"
|
|
3504
|
-
]
|
|
2894
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
3505
2895
|
},
|
|
3506
2896
|
"title": "Authors",
|
|
3507
2897
|
"type": "array",
|
|
@@ -3510,9 +2900,7 @@
|
|
|
3510
2900
|
"properties": {
|
|
3511
2901
|
"contentTypeId": {
|
|
3512
2902
|
"type": "string",
|
|
3513
|
-
"enum": [
|
|
3514
|
-
"r1a9-NCYx"
|
|
3515
|
-
],
|
|
2903
|
+
"enum": ["r1a9-NCYx"],
|
|
3516
2904
|
"minLength": 1
|
|
3517
2905
|
},
|
|
3518
2906
|
"id": {
|
|
@@ -3520,19 +2908,12 @@
|
|
|
3520
2908
|
"minLength": 1
|
|
3521
2909
|
}
|
|
3522
2910
|
},
|
|
3523
|
-
"required": [
|
|
3524
|
-
"contentTypeId",
|
|
3525
|
-
"id"
|
|
3526
|
-
]
|
|
2911
|
+
"required": ["contentTypeId", "id"]
|
|
3527
2912
|
},
|
|
3528
2913
|
"key": "Byyy4QI2f"
|
|
3529
2914
|
}
|
|
3530
2915
|
},
|
|
3531
|
-
"required": [
|
|
3532
|
-
"slug",
|
|
3533
|
-
"question",
|
|
3534
|
-
"authors"
|
|
3535
|
-
]
|
|
2916
|
+
"required": ["slug", "question", "authors"]
|
|
3536
2917
|
},
|
|
3537
2918
|
"key": "SkR3X7Ihf"
|
|
3538
2919
|
},
|
|
@@ -3550,9 +2931,7 @@
|
|
|
3550
2931
|
},
|
|
3551
2932
|
"headerImage": {
|
|
3552
2933
|
"relationship": {
|
|
3553
|
-
"contentTypeIds": [
|
|
3554
|
-
"ASSET"
|
|
3555
|
-
]
|
|
2934
|
+
"contentTypeIds": ["ASSET"]
|
|
3556
2935
|
},
|
|
3557
2936
|
"title": "Header Image",
|
|
3558
2937
|
"type": "object",
|
|
@@ -3560,9 +2939,7 @@
|
|
|
3560
2939
|
"properties": {
|
|
3561
2940
|
"contentTypeId": {
|
|
3562
2941
|
"type": "string",
|
|
3563
|
-
"enum": [
|
|
3564
|
-
"ASSET"
|
|
3565
|
-
],
|
|
2942
|
+
"enum": ["ASSET"],
|
|
3566
2943
|
"minLength": 1
|
|
3567
2944
|
},
|
|
3568
2945
|
"id": {
|
|
@@ -3570,10 +2947,7 @@
|
|
|
3570
2947
|
"minLength": 1
|
|
3571
2948
|
}
|
|
3572
2949
|
},
|
|
3573
|
-
"required": [
|
|
3574
|
-
"contentTypeId",
|
|
3575
|
-
"id"
|
|
3576
|
-
]
|
|
2950
|
+
"required": ["contentTypeId", "id"]
|
|
3577
2951
|
},
|
|
3578
2952
|
"slug": {
|
|
3579
2953
|
"title": "Slug",
|
|
@@ -3582,12 +2956,7 @@
|
|
|
3582
2956
|
"minLength": 1
|
|
3583
2957
|
}
|
|
3584
2958
|
},
|
|
3585
|
-
"required": [
|
|
3586
|
-
"report",
|
|
3587
|
-
"position",
|
|
3588
|
-
"title",
|
|
3589
|
-
"slug"
|
|
3590
|
-
]
|
|
2959
|
+
"required": ["report", "position", "title", "slug"]
|
|
3591
2960
|
},
|
|
3592
2961
|
"single": false,
|
|
3593
2962
|
"name": "reportSection",
|
|
@@ -3619,10 +2988,7 @@
|
|
|
3619
2988
|
}
|
|
3620
2989
|
},
|
|
3621
2990
|
"widget": "repeater",
|
|
3622
|
-
"order": [
|
|
3623
|
-
"url",
|
|
3624
|
-
"citation"
|
|
3625
|
-
]
|
|
2991
|
+
"order": ["url", "citation"]
|
|
3626
2992
|
},
|
|
3627
2993
|
"takeaway": {
|
|
3628
2994
|
"instructions": "tl;dr",
|
|
@@ -3636,14 +3002,7 @@
|
|
|
3636
3002
|
}
|
|
3637
3003
|
},
|
|
3638
3004
|
"widget": "repeater",
|
|
3639
|
-
"order": [
|
|
3640
|
-
"slug",
|
|
3641
|
-
"question",
|
|
3642
|
-
"answer",
|
|
3643
|
-
"takeaway",
|
|
3644
|
-
"authors",
|
|
3645
|
-
"references"
|
|
3646
|
-
]
|
|
3005
|
+
"order": ["slug", "question", "answer", "takeaway", "authors", "references"]
|
|
3647
3006
|
},
|
|
3648
3007
|
"position": {
|
|
3649
3008
|
"widget": "number"
|
|
@@ -3658,14 +3017,7 @@
|
|
|
3658
3017
|
"widget": "singleLineText"
|
|
3659
3018
|
}
|
|
3660
3019
|
},
|
|
3661
|
-
"order": [
|
|
3662
|
-
"report",
|
|
3663
|
-
"position",
|
|
3664
|
-
"title",
|
|
3665
|
-
"slug",
|
|
3666
|
-
"headerImage",
|
|
3667
|
-
"subsections"
|
|
3668
|
-
]
|
|
3020
|
+
"order": ["report", "position", "title", "slug", "headerImage", "subsections"]
|
|
3669
3021
|
}
|
|
3670
3022
|
}
|
|
3671
3023
|
},
|
|
@@ -3682,9 +3034,7 @@
|
|
|
3682
3034
|
"sharingImage": {
|
|
3683
3035
|
"description": "The image displayed when sharing the page on social media",
|
|
3684
3036
|
"relationship": {
|
|
3685
|
-
"contentTypeIds": [
|
|
3686
|
-
"ASSET"
|
|
3687
|
-
]
|
|
3037
|
+
"contentTypeIds": ["ASSET"]
|
|
3688
3038
|
},
|
|
3689
3039
|
"title": "Sharing Image",
|
|
3690
3040
|
"type": "object",
|
|
@@ -3692,18 +3042,13 @@
|
|
|
3692
3042
|
"properties": {
|
|
3693
3043
|
"contentTypeId": {
|
|
3694
3044
|
"type": "string",
|
|
3695
|
-
"enum": [
|
|
3696
|
-
"ASSET"
|
|
3697
|
-
]
|
|
3045
|
+
"enum": ["ASSET"]
|
|
3698
3046
|
},
|
|
3699
3047
|
"id": {
|
|
3700
3048
|
"type": "string"
|
|
3701
3049
|
}
|
|
3702
3050
|
},
|
|
3703
|
-
"required": [
|
|
3704
|
-
"contentTypeId",
|
|
3705
|
-
"id"
|
|
3706
|
-
]
|
|
3051
|
+
"required": ["contentTypeId", "id"]
|
|
3707
3052
|
},
|
|
3708
3053
|
"hero": {
|
|
3709
3054
|
"mutable": true,
|
|
@@ -3799,9 +3144,7 @@
|
|
|
3799
3144
|
},
|
|
3800
3145
|
"image": {
|
|
3801
3146
|
"relationship": {
|
|
3802
|
-
"contentTypeIds": [
|
|
3803
|
-
"ASSET"
|
|
3804
|
-
]
|
|
3147
|
+
"contentTypeIds": ["ASSET"]
|
|
3805
3148
|
},
|
|
3806
3149
|
"title": "Image",
|
|
3807
3150
|
"type": "object",
|
|
@@ -3809,18 +3152,13 @@
|
|
|
3809
3152
|
"properties": {
|
|
3810
3153
|
"contentTypeId": {
|
|
3811
3154
|
"type": "string",
|
|
3812
|
-
"enum": [
|
|
3813
|
-
"ASSET"
|
|
3814
|
-
]
|
|
3155
|
+
"enum": ["ASSET"]
|
|
3815
3156
|
},
|
|
3816
3157
|
"id": {
|
|
3817
3158
|
"type": "string"
|
|
3818
3159
|
}
|
|
3819
3160
|
},
|
|
3820
|
-
"required": [
|
|
3821
|
-
"contentTypeId",
|
|
3822
|
-
"id"
|
|
3823
|
-
]
|
|
3161
|
+
"required": ["contentTypeId", "id"]
|
|
3824
3162
|
}
|
|
3825
3163
|
}
|
|
3826
3164
|
}
|
|
@@ -3846,9 +3184,7 @@
|
|
|
3846
3184
|
"properties": {
|
|
3847
3185
|
"instructions": {
|
|
3848
3186
|
"relationship": {
|
|
3849
|
-
"contentTypeIds": [
|
|
3850
|
-
"ASSET"
|
|
3851
|
-
]
|
|
3187
|
+
"contentTypeIds": ["ASSET"]
|
|
3852
3188
|
},
|
|
3853
3189
|
"title": "Instructions",
|
|
3854
3190
|
"type": "object",
|
|
@@ -3856,18 +3192,13 @@
|
|
|
3856
3192
|
"properties": {
|
|
3857
3193
|
"contentTypeId": {
|
|
3858
3194
|
"type": "string",
|
|
3859
|
-
"enum": [
|
|
3860
|
-
"ASSET"
|
|
3861
|
-
]
|
|
3195
|
+
"enum": ["ASSET"]
|
|
3862
3196
|
},
|
|
3863
3197
|
"id": {
|
|
3864
3198
|
"type": "string"
|
|
3865
3199
|
}
|
|
3866
3200
|
},
|
|
3867
|
-
"required": [
|
|
3868
|
-
"contentTypeId",
|
|
3869
|
-
"id"
|
|
3870
|
-
]
|
|
3201
|
+
"required": ["contentTypeId", "id"]
|
|
3871
3202
|
},
|
|
3872
3203
|
"teachingGuide": {
|
|
3873
3204
|
"title": "Teaching Guide",
|
|
@@ -3885,9 +3216,7 @@
|
|
|
3885
3216
|
}
|
|
3886
3217
|
}
|
|
3887
3218
|
},
|
|
3888
|
-
"required": [
|
|
3889
|
-
"title"
|
|
3890
|
-
]
|
|
3219
|
+
"required": ["title"]
|
|
3891
3220
|
},
|
|
3892
3221
|
"single": true,
|
|
3893
3222
|
"name": "tarot",
|
|
@@ -3925,19 +3254,11 @@
|
|
|
3925
3254
|
}
|
|
3926
3255
|
},
|
|
3927
3256
|
"widget": "object",
|
|
3928
|
-
"order": [
|
|
3929
|
-
"image",
|
|
3930
|
-
"color"
|
|
3931
|
-
]
|
|
3257
|
+
"order": ["image", "color"]
|
|
3932
3258
|
}
|
|
3933
3259
|
},
|
|
3934
3260
|
"widget": "object",
|
|
3935
|
-
"order": [
|
|
3936
|
-
"statusBadge",
|
|
3937
|
-
"heading",
|
|
3938
|
-
"copy",
|
|
3939
|
-
"background"
|
|
3940
|
-
]
|
|
3261
|
+
"order": ["statusBadge", "heading", "copy", "background"]
|
|
3941
3262
|
},
|
|
3942
3263
|
"body": {
|
|
3943
3264
|
"widget": "wysiwygText"
|
|
@@ -3959,21 +3280,10 @@
|
|
|
3959
3280
|
}
|
|
3960
3281
|
},
|
|
3961
3282
|
"widget": "object",
|
|
3962
|
-
"order": [
|
|
3963
|
-
"instructions",
|
|
3964
|
-
"guidebook",
|
|
3965
|
-
"teachingGuide"
|
|
3966
|
-
]
|
|
3283
|
+
"order": ["instructions", "guidebook", "teachingGuide"]
|
|
3967
3284
|
}
|
|
3968
3285
|
},
|
|
3969
|
-
"order": [
|
|
3970
|
-
"title",
|
|
3971
|
-
"description",
|
|
3972
|
-
"sharingImage",
|
|
3973
|
-
"hero",
|
|
3974
|
-
"body",
|
|
3975
|
-
"downloads"
|
|
3976
|
-
]
|
|
3286
|
+
"order": ["title", "description", "sharingImage", "hero", "body", "downloads"]
|
|
3977
3287
|
}
|
|
3978
3288
|
}
|
|
3979
3289
|
},
|
|
@@ -3990,9 +3300,7 @@
|
|
|
3990
3300
|
"syncLocaleStructure": false
|
|
3991
3301
|
}
|
|
3992
3302
|
},
|
|
3993
|
-
"required": [
|
|
3994
|
-
"name"
|
|
3995
|
-
]
|
|
3303
|
+
"required": ["name"]
|
|
3996
3304
|
},
|
|
3997
3305
|
"single": false,
|
|
3998
3306
|
"name": "format",
|
|
@@ -4005,9 +3313,7 @@
|
|
|
4005
3313
|
"widget": "singleLineText"
|
|
4006
3314
|
}
|
|
4007
3315
|
},
|
|
4008
|
-
"order": [
|
|
4009
|
-
"name"
|
|
4010
|
-
]
|
|
3316
|
+
"order": ["name"]
|
|
4011
3317
|
}
|
|
4012
3318
|
}
|
|
4013
3319
|
},
|
|
@@ -4043,11 +3349,7 @@
|
|
|
4043
3349
|
"minLength": 4
|
|
4044
3350
|
}
|
|
4045
3351
|
},
|
|
4046
|
-
"required": [
|
|
4047
|
-
"title",
|
|
4048
|
-
"slug",
|
|
4049
|
-
"body"
|
|
4050
|
-
]
|
|
3352
|
+
"required": ["title", "slug", "body"]
|
|
4051
3353
|
},
|
|
4052
3354
|
"single": false,
|
|
4053
3355
|
"name": "page",
|
|
@@ -4072,12 +3374,7 @@
|
|
|
4072
3374
|
"widget": "singleLineText"
|
|
4073
3375
|
}
|
|
4074
3376
|
},
|
|
4075
|
-
"order": [
|
|
4076
|
-
"title",
|
|
4077
|
-
"slug",
|
|
4078
|
-
"description",
|
|
4079
|
-
"body"
|
|
4080
|
-
]
|
|
3377
|
+
"order": ["title", "slug", "description", "body"]
|
|
4081
3378
|
}
|
|
4082
3379
|
}
|
|
4083
3380
|
},
|
|
@@ -4099,9 +3396,7 @@
|
|
|
4099
3396
|
},
|
|
4100
3397
|
"image": {
|
|
4101
3398
|
"relationship": {
|
|
4102
|
-
"contentTypeIds": [
|
|
4103
|
-
"ASSET"
|
|
4104
|
-
]
|
|
3399
|
+
"contentTypeIds": ["ASSET"]
|
|
4105
3400
|
},
|
|
4106
3401
|
"title": "Image",
|
|
4107
3402
|
"type": "object",
|
|
@@ -4109,18 +3404,13 @@
|
|
|
4109
3404
|
"properties": {
|
|
4110
3405
|
"contentTypeId": {
|
|
4111
3406
|
"type": "string",
|
|
4112
|
-
"enum": [
|
|
4113
|
-
"ASSET"
|
|
4114
|
-
]
|
|
3407
|
+
"enum": ["ASSET"]
|
|
4115
3408
|
},
|
|
4116
3409
|
"id": {
|
|
4117
3410
|
"type": "string"
|
|
4118
3411
|
}
|
|
4119
3412
|
},
|
|
4120
|
-
"required": [
|
|
4121
|
-
"contentTypeId",
|
|
4122
|
-
"id"
|
|
4123
|
-
]
|
|
3413
|
+
"required": ["contentTypeId", "id"]
|
|
4124
3414
|
},
|
|
4125
3415
|
"description": {
|
|
4126
3416
|
"title": "Description",
|
|
@@ -4142,10 +3432,7 @@
|
|
|
4142
3432
|
"key": "r1X2t5otN"
|
|
4143
3433
|
}
|
|
4144
3434
|
},
|
|
4145
|
-
"required": [
|
|
4146
|
-
"name",
|
|
4147
|
-
"link"
|
|
4148
|
-
]
|
|
3435
|
+
"required": ["name", "link"]
|
|
4149
3436
|
},
|
|
4150
3437
|
"single": false,
|
|
4151
3438
|
"name": "product",
|
|
@@ -4175,14 +3462,7 @@
|
|
|
4175
3462
|
"widget": "number"
|
|
4176
3463
|
}
|
|
4177
3464
|
},
|
|
4178
|
-
"order": [
|
|
4179
|
-
"name",
|
|
4180
|
-
"link",
|
|
4181
|
-
"description",
|
|
4182
|
-
"price",
|
|
4183
|
-
"image",
|
|
4184
|
-
"shopifyBuyButton"
|
|
4185
|
-
]
|
|
3465
|
+
"order": ["name", "link", "description", "price", "image", "shopifyBuyButton"]
|
|
4186
3466
|
}
|
|
4187
3467
|
}
|
|
4188
3468
|
},
|
|
@@ -4293,9 +3573,7 @@
|
|
|
4293
3573
|
"partners": {
|
|
4294
3574
|
"relationship": {
|
|
4295
3575
|
"type": "multiple",
|
|
4296
|
-
"contentTypeIds": [
|
|
4297
|
-
"rkfMnju1-"
|
|
4298
|
-
]
|
|
3576
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
4299
3577
|
},
|
|
4300
3578
|
"title": "Partners",
|
|
4301
3579
|
"type": "array",
|
|
@@ -4304,18 +3582,13 @@
|
|
|
4304
3582
|
"properties": {
|
|
4305
3583
|
"contentTypeId": {
|
|
4306
3584
|
"type": "string",
|
|
4307
|
-
"enum": [
|
|
4308
|
-
"rkfMnju1-"
|
|
4309
|
-
]
|
|
3585
|
+
"enum": ["rkfMnju1-"]
|
|
4310
3586
|
},
|
|
4311
3587
|
"id": {
|
|
4312
3588
|
"type": "string"
|
|
4313
3589
|
}
|
|
4314
3590
|
},
|
|
4315
|
-
"required": [
|
|
4316
|
-
"contentTypeId",
|
|
4317
|
-
"id"
|
|
4318
|
-
]
|
|
3591
|
+
"required": ["contentTypeId", "id"]
|
|
4319
3592
|
},
|
|
4320
3593
|
"key": "0Y3bO1r7q"
|
|
4321
3594
|
},
|
|
@@ -4388,9 +3661,7 @@
|
|
|
4388
3661
|
},
|
|
4389
3662
|
"image": {
|
|
4390
3663
|
"relationship": {
|
|
4391
|
-
"contentTypeIds": [
|
|
4392
|
-
"ASSET"
|
|
4393
|
-
]
|
|
3664
|
+
"contentTypeIds": ["ASSET"]
|
|
4394
3665
|
},
|
|
4395
3666
|
"title": "Image",
|
|
4396
3667
|
"type": "object",
|
|
@@ -4398,18 +3669,13 @@
|
|
|
4398
3669
|
"properties": {
|
|
4399
3670
|
"contentTypeId": {
|
|
4400
3671
|
"type": "string",
|
|
4401
|
-
"enum": [
|
|
4402
|
-
"ASSET"
|
|
4403
|
-
]
|
|
3672
|
+
"enum": ["ASSET"]
|
|
4404
3673
|
},
|
|
4405
3674
|
"id": {
|
|
4406
3675
|
"type": "string"
|
|
4407
3676
|
}
|
|
4408
3677
|
},
|
|
4409
|
-
"required": [
|
|
4410
|
-
"contentTypeId",
|
|
4411
|
-
"id"
|
|
4412
|
-
]
|
|
3678
|
+
"required": ["contentTypeId", "id"]
|
|
4413
3679
|
}
|
|
4414
3680
|
}
|
|
4415
3681
|
},
|
|
@@ -4440,10 +3706,7 @@
|
|
|
4440
3706
|
"minLength": 1
|
|
4441
3707
|
}
|
|
4442
3708
|
},
|
|
4443
|
-
"required": [
|
|
4444
|
-
"key",
|
|
4445
|
-
"value"
|
|
4446
|
-
]
|
|
3709
|
+
"required": ["key", "value"]
|
|
4447
3710
|
},
|
|
4448
3711
|
"key": "Hk8PLCVCb"
|
|
4449
3712
|
},
|
|
@@ -4467,11 +3730,7 @@
|
|
|
4467
3730
|
"minLength": 1
|
|
4468
3731
|
}
|
|
4469
3732
|
},
|
|
4470
|
-
"required": [
|
|
4471
|
-
"name",
|
|
4472
|
-
"slug",
|
|
4473
|
-
"dripFormId"
|
|
4474
|
-
]
|
|
3733
|
+
"required": ["name", "slug", "dripFormId"]
|
|
4475
3734
|
},
|
|
4476
3735
|
"single": false,
|
|
4477
3736
|
"name": "newsletter",
|
|
@@ -4519,10 +3778,7 @@
|
|
|
4519
3778
|
}
|
|
4520
3779
|
},
|
|
4521
3780
|
"widget": "object",
|
|
4522
|
-
"order": [
|
|
4523
|
-
"color",
|
|
4524
|
-
"image"
|
|
4525
|
-
]
|
|
3781
|
+
"order": ["color", "image"]
|
|
4526
3782
|
},
|
|
4527
3783
|
"dripFormId": {
|
|
4528
3784
|
"instructions": "The ID can be found in the URL when using Drip following `/forms/`",
|
|
@@ -4538,10 +3794,7 @@
|
|
|
4538
3794
|
}
|
|
4539
3795
|
},
|
|
4540
3796
|
"widget": "repeater",
|
|
4541
|
-
"order": [
|
|
4542
|
-
"key",
|
|
4543
|
-
"value"
|
|
4544
|
-
]
|
|
3797
|
+
"order": ["key", "value"]
|
|
4545
3798
|
},
|
|
4546
3799
|
"name": {
|
|
4547
3800
|
"widget": "singleLineText"
|
|
@@ -4624,10 +3877,7 @@
|
|
|
4624
3877
|
"l10n": false,
|
|
4625
3878
|
"title": "Upload status",
|
|
4626
3879
|
"type": "string",
|
|
4627
|
-
"enum": [
|
|
4628
|
-
"PENDING",
|
|
4629
|
-
"COMPLETE"
|
|
4630
|
-
],
|
|
3880
|
+
"enum": ["PENDING", "COMPLETE"],
|
|
4631
3881
|
"key": "ByeAYXdG9",
|
|
4632
3882
|
"builtIn": true
|
|
4633
3883
|
},
|
|
@@ -4654,9 +3904,7 @@
|
|
|
4654
3904
|
"tags": {
|
|
4655
3905
|
"relationship": {
|
|
4656
3906
|
"type": "multiple",
|
|
4657
|
-
"contentTypeIds": [
|
|
4658
|
-
"HJKRv2oKe"
|
|
4659
|
-
]
|
|
3907
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
4660
3908
|
},
|
|
4661
3909
|
"title": "Tags",
|
|
4662
3910
|
"type": "array",
|
|
@@ -4665,26 +3913,18 @@
|
|
|
4665
3913
|
"properties": {
|
|
4666
3914
|
"contentTypeId": {
|
|
4667
3915
|
"type": "string",
|
|
4668
|
-
"enum": [
|
|
4669
|
-
"HJKRv2oKe"
|
|
4670
|
-
]
|
|
3916
|
+
"enum": ["HJKRv2oKe"]
|
|
4671
3917
|
},
|
|
4672
3918
|
"id": {
|
|
4673
3919
|
"type": "string"
|
|
4674
3920
|
}
|
|
4675
3921
|
},
|
|
4676
|
-
"required": [
|
|
4677
|
-
"contentTypeId",
|
|
4678
|
-
"id"
|
|
4679
|
-
]
|
|
3922
|
+
"required": ["contentTypeId", "id"]
|
|
4680
3923
|
},
|
|
4681
3924
|
"key": "HJ_Udg1Y7"
|
|
4682
3925
|
}
|
|
4683
3926
|
},
|
|
4684
|
-
"required": [
|
|
4685
|
-
"filename",
|
|
4686
|
-
"path"
|
|
4687
|
-
]
|
|
3927
|
+
"required": ["filename", "path"]
|
|
4688
3928
|
},
|
|
4689
3929
|
"single": false,
|
|
4690
3930
|
"name": "asset",
|
|
@@ -4780,9 +4020,7 @@
|
|
|
4780
4020
|
"relatedTags": {
|
|
4781
4021
|
"relationship": {
|
|
4782
4022
|
"type": "multiple",
|
|
4783
|
-
"contentTypeIds": [
|
|
4784
|
-
"HJKRv2oKe"
|
|
4785
|
-
]
|
|
4023
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
4786
4024
|
},
|
|
4787
4025
|
"title": "Related Tags",
|
|
4788
4026
|
"type": "array",
|
|
@@ -4791,25 +4029,18 @@
|
|
|
4791
4029
|
"properties": {
|
|
4792
4030
|
"contentTypeId": {
|
|
4793
4031
|
"type": "string",
|
|
4794
|
-
"enum": [
|
|
4795
|
-
"HJKRv2oKe"
|
|
4796
|
-
]
|
|
4032
|
+
"enum": ["HJKRv2oKe"]
|
|
4797
4033
|
},
|
|
4798
4034
|
"id": {
|
|
4799
4035
|
"type": "string"
|
|
4800
4036
|
}
|
|
4801
4037
|
},
|
|
4802
|
-
"required": [
|
|
4803
|
-
"contentTypeId",
|
|
4804
|
-
"id"
|
|
4805
|
-
]
|
|
4038
|
+
"required": ["contentTypeId", "id"]
|
|
4806
4039
|
},
|
|
4807
4040
|
"key": "ByEBP6Q-E"
|
|
4808
4041
|
}
|
|
4809
4042
|
},
|
|
4810
|
-
"required": [
|
|
4811
|
-
"name"
|
|
4812
|
-
]
|
|
4043
|
+
"required": ["name"]
|
|
4813
4044
|
},
|
|
4814
4045
|
"single": false,
|
|
4815
4046
|
"name": "tag",
|
|
@@ -4833,12 +4064,7 @@
|
|
|
4833
4064
|
"widget": "relationship"
|
|
4834
4065
|
}
|
|
4835
4066
|
},
|
|
4836
|
-
"order": [
|
|
4837
|
-
"name",
|
|
4838
|
-
"description",
|
|
4839
|
-
"aliases",
|
|
4840
|
-
"relatedTags"
|
|
4841
|
-
]
|
|
4067
|
+
"order": ["name", "description", "aliases", "relatedTags"]
|
|
4842
4068
|
}
|
|
4843
4069
|
}
|
|
4844
4070
|
},
|
|
@@ -4860,9 +4086,7 @@
|
|
|
4860
4086
|
},
|
|
4861
4087
|
"image": {
|
|
4862
4088
|
"relationship": {
|
|
4863
|
-
"contentTypeIds": [
|
|
4864
|
-
"ASSET"
|
|
4865
|
-
]
|
|
4089
|
+
"contentTypeIds": ["ASSET"]
|
|
4866
4090
|
},
|
|
4867
4091
|
"title": "Image",
|
|
4868
4092
|
"type": "object",
|
|
@@ -4870,18 +4094,13 @@
|
|
|
4870
4094
|
"properties": {
|
|
4871
4095
|
"contentTypeId": {
|
|
4872
4096
|
"type": "string",
|
|
4873
|
-
"enum": [
|
|
4874
|
-
"ASSET"
|
|
4875
|
-
]
|
|
4097
|
+
"enum": ["ASSET"]
|
|
4876
4098
|
},
|
|
4877
4099
|
"id": {
|
|
4878
4100
|
"type": "string"
|
|
4879
4101
|
}
|
|
4880
4102
|
},
|
|
4881
|
-
"required": [
|
|
4882
|
-
"contentTypeId",
|
|
4883
|
-
"id"
|
|
4884
|
-
]
|
|
4103
|
+
"required": ["contentTypeId", "id"]
|
|
4885
4104
|
}
|
|
4886
4105
|
}
|
|
4887
4106
|
},
|
|
@@ -4899,9 +4118,7 @@
|
|
|
4899
4118
|
},
|
|
4900
4119
|
"image": {
|
|
4901
4120
|
"relationship": {
|
|
4902
|
-
"contentTypeIds": [
|
|
4903
|
-
"ASSET"
|
|
4904
|
-
]
|
|
4121
|
+
"contentTypeIds": ["ASSET"]
|
|
4905
4122
|
},
|
|
4906
4123
|
"title": "Image",
|
|
4907
4124
|
"type": "object",
|
|
@@ -4909,18 +4126,13 @@
|
|
|
4909
4126
|
"properties": {
|
|
4910
4127
|
"contentTypeId": {
|
|
4911
4128
|
"type": "string",
|
|
4912
|
-
"enum": [
|
|
4913
|
-
"ASSET"
|
|
4914
|
-
]
|
|
4129
|
+
"enum": ["ASSET"]
|
|
4915
4130
|
},
|
|
4916
4131
|
"id": {
|
|
4917
4132
|
"type": "string"
|
|
4918
4133
|
}
|
|
4919
4134
|
},
|
|
4920
|
-
"required": [
|
|
4921
|
-
"contentTypeId",
|
|
4922
|
-
"id"
|
|
4923
|
-
]
|
|
4135
|
+
"required": ["contentTypeId", "id"]
|
|
4924
4136
|
}
|
|
4925
4137
|
}
|
|
4926
4138
|
},
|
|
@@ -4938,9 +4150,7 @@
|
|
|
4938
4150
|
},
|
|
4939
4151
|
"image": {
|
|
4940
4152
|
"relationship": {
|
|
4941
|
-
"contentTypeIds": [
|
|
4942
|
-
"ASSET"
|
|
4943
|
-
]
|
|
4153
|
+
"contentTypeIds": ["ASSET"]
|
|
4944
4154
|
},
|
|
4945
4155
|
"title": "Image",
|
|
4946
4156
|
"type": "object",
|
|
@@ -4948,18 +4158,13 @@
|
|
|
4948
4158
|
"properties": {
|
|
4949
4159
|
"contentTypeId": {
|
|
4950
4160
|
"type": "string",
|
|
4951
|
-
"enum": [
|
|
4952
|
-
"ASSET"
|
|
4953
|
-
]
|
|
4161
|
+
"enum": ["ASSET"]
|
|
4954
4162
|
},
|
|
4955
4163
|
"id": {
|
|
4956
4164
|
"type": "string"
|
|
4957
4165
|
}
|
|
4958
4166
|
},
|
|
4959
|
-
"required": [
|
|
4960
|
-
"contentTypeId",
|
|
4961
|
-
"id"
|
|
4962
|
-
]
|
|
4167
|
+
"required": ["contentTypeId", "id"]
|
|
4963
4168
|
}
|
|
4964
4169
|
}
|
|
4965
4170
|
}
|
|
@@ -4982,10 +4187,7 @@
|
|
|
4982
4187
|
}
|
|
4983
4188
|
},
|
|
4984
4189
|
"widget": "object",
|
|
4985
|
-
"order": [
|
|
4986
|
-
"image",
|
|
4987
|
-
"link"
|
|
4988
|
-
]
|
|
4190
|
+
"order": ["image", "link"]
|
|
4989
4191
|
},
|
|
4990
4192
|
"headerBanner": {
|
|
4991
4193
|
"properties": {
|
|
@@ -4997,10 +4199,7 @@
|
|
|
4997
4199
|
}
|
|
4998
4200
|
},
|
|
4999
4201
|
"widget": "object",
|
|
5000
|
-
"order": [
|
|
5001
|
-
"image",
|
|
5002
|
-
"link"
|
|
5003
|
-
]
|
|
4202
|
+
"order": ["image", "link"]
|
|
5004
4203
|
},
|
|
5005
4204
|
"articleSidebar": {
|
|
5006
4205
|
"properties": {
|
|
@@ -5012,17 +4211,10 @@
|
|
|
5012
4211
|
}
|
|
5013
4212
|
},
|
|
5014
4213
|
"widget": "object",
|
|
5015
|
-
"order": [
|
|
5016
|
-
"image",
|
|
5017
|
-
"link"
|
|
5018
|
-
]
|
|
4214
|
+
"order": ["image", "link"]
|
|
5019
4215
|
}
|
|
5020
4216
|
},
|
|
5021
|
-
"order": [
|
|
5022
|
-
"headerBanner",
|
|
5023
|
-
"articleSidebar",
|
|
5024
|
-
"footerBanner"
|
|
5025
|
-
]
|
|
4217
|
+
"order": ["headerBanner", "articleSidebar", "footerBanner"]
|
|
5026
4218
|
}
|
|
5027
4219
|
}
|
|
5028
4220
|
},
|
|
@@ -5057,9 +4249,7 @@
|
|
|
5057
4249
|
"key": "rkNz_MGDM"
|
|
5058
4250
|
}
|
|
5059
4251
|
},
|
|
5060
|
-
"required": [
|
|
5061
|
-
"name"
|
|
5062
|
-
]
|
|
4252
|
+
"required": ["name"]
|
|
5063
4253
|
},
|
|
5064
4254
|
"single": false,
|
|
5065
4255
|
"name": "consortiumResource",
|
|
@@ -5084,12 +4274,7 @@
|
|
|
5084
4274
|
"widget": "toggleSwitch"
|
|
5085
4275
|
}
|
|
5086
4276
|
},
|
|
5087
|
-
"order": [
|
|
5088
|
-
"name",
|
|
5089
|
-
"membersOnly",
|
|
5090
|
-
"externalLink",
|
|
5091
|
-
"body"
|
|
5092
|
-
]
|
|
4277
|
+
"order": ["name", "membersOnly", "externalLink", "body"]
|
|
5093
4278
|
}
|
|
5094
4279
|
}
|
|
5095
4280
|
},
|
|
@@ -5101,9 +4286,7 @@
|
|
|
5101
4286
|
"description": "Any other fields that connect to this one..",
|
|
5102
4287
|
"relationship": {
|
|
5103
4288
|
"type": "multiple",
|
|
5104
|
-
"contentTypeIds": [
|
|
5105
|
-
"SyUu3bgTe"
|
|
5106
|
-
]
|
|
4289
|
+
"contentTypeIds": ["SyUu3bgTe"]
|
|
5107
4290
|
},
|
|
5108
4291
|
"title": "Related Fields",
|
|
5109
4292
|
"type": "array",
|
|
@@ -5112,9 +4295,7 @@
|
|
|
5112
4295
|
"properties": {
|
|
5113
4296
|
"contentTypeId": {
|
|
5114
4297
|
"type": "string",
|
|
5115
|
-
"enum": [
|
|
5116
|
-
"SyUu3bgTe"
|
|
5117
|
-
],
|
|
4298
|
+
"enum": ["SyUu3bgTe"],
|
|
5118
4299
|
"minLength": 1
|
|
5119
4300
|
},
|
|
5120
4301
|
"id": {
|
|
@@ -5122,10 +4303,7 @@
|
|
|
5122
4303
|
"minLength": 1
|
|
5123
4304
|
}
|
|
5124
4305
|
},
|
|
5125
|
-
"required": [
|
|
5126
|
-
"contentTypeId",
|
|
5127
|
-
"id"
|
|
5128
|
-
]
|
|
4306
|
+
"required": ["contentTypeId", "id"]
|
|
5129
4307
|
},
|
|
5130
4308
|
"key": "ry8n3-xpg"
|
|
5131
4309
|
},
|
|
@@ -5136,9 +4314,7 @@
|
|
|
5136
4314
|
"minLength": 1
|
|
5137
4315
|
}
|
|
5138
4316
|
},
|
|
5139
|
-
"required": [
|
|
5140
|
-
"name"
|
|
5141
|
-
]
|
|
4317
|
+
"required": ["name"]
|
|
5142
4318
|
},
|
|
5143
4319
|
"single": false,
|
|
5144
4320
|
"name": "field",
|
|
@@ -5155,10 +4331,7 @@
|
|
|
5155
4331
|
"widget": "singleLineText"
|
|
5156
4332
|
}
|
|
5157
4333
|
},
|
|
5158
|
-
"order": [
|
|
5159
|
-
"name",
|
|
5160
|
-
"relatedFields"
|
|
5161
|
-
]
|
|
4334
|
+
"order": ["name", "relatedFields"]
|
|
5162
4335
|
}
|
|
5163
4336
|
}
|
|
5164
4337
|
},
|
|
@@ -5169,9 +4342,7 @@
|
|
|
5169
4342
|
"themes": {
|
|
5170
4343
|
"relationship": {
|
|
5171
4344
|
"type": "multiple",
|
|
5172
|
-
"contentTypeIds": [
|
|
5173
|
-
"HkEaIV0Al"
|
|
5174
|
-
]
|
|
4345
|
+
"contentTypeIds": ["HkEaIV0Al"]
|
|
5175
4346
|
},
|
|
5176
4347
|
"title": "Themes",
|
|
5177
4348
|
"type": "array",
|
|
@@ -5180,18 +4351,13 @@
|
|
|
5180
4351
|
"properties": {
|
|
5181
4352
|
"contentTypeId": {
|
|
5182
4353
|
"type": "string",
|
|
5183
|
-
"enum": [
|
|
5184
|
-
"HkEaIV0Al"
|
|
5185
|
-
]
|
|
4354
|
+
"enum": ["HkEaIV0Al"]
|
|
5186
4355
|
},
|
|
5187
4356
|
"id": {
|
|
5188
4357
|
"type": "string"
|
|
5189
4358
|
}
|
|
5190
4359
|
},
|
|
5191
|
-
"required": [
|
|
5192
|
-
"contentTypeId",
|
|
5193
|
-
"id"
|
|
5194
|
-
]
|
|
4360
|
+
"required": ["contentTypeId", "id"]
|
|
5195
4361
|
},
|
|
5196
4362
|
"key": "rJWL2hpkE"
|
|
5197
4363
|
},
|
|
@@ -5204,9 +4370,7 @@
|
|
|
5204
4370
|
"partners": {
|
|
5205
4371
|
"relationship": {
|
|
5206
4372
|
"type": "multiple",
|
|
5207
|
-
"contentTypeIds": [
|
|
5208
|
-
"rkfMnju1-"
|
|
5209
|
-
]
|
|
4373
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
5210
4374
|
},
|
|
5211
4375
|
"title": "Partners",
|
|
5212
4376
|
"type": "array",
|
|
@@ -5215,26 +4379,19 @@
|
|
|
5215
4379
|
"properties": {
|
|
5216
4380
|
"contentTypeId": {
|
|
5217
4381
|
"type": "string",
|
|
5218
|
-
"enum": [
|
|
5219
|
-
"rkfMnju1-"
|
|
5220
|
-
]
|
|
4382
|
+
"enum": ["rkfMnju1-"]
|
|
5221
4383
|
},
|
|
5222
4384
|
"id": {
|
|
5223
4385
|
"type": "string"
|
|
5224
4386
|
}
|
|
5225
4387
|
},
|
|
5226
|
-
"required": [
|
|
5227
|
-
"contentTypeId",
|
|
5228
|
-
"id"
|
|
5229
|
-
]
|
|
4388
|
+
"required": ["contentTypeId", "id"]
|
|
5230
4389
|
},
|
|
5231
4390
|
"key": "BJ5bdB_JN"
|
|
5232
4391
|
},
|
|
5233
4392
|
"coverImage": {
|
|
5234
4393
|
"relationship": {
|
|
5235
|
-
"contentTypeIds": [
|
|
5236
|
-
"ASSET"
|
|
5237
|
-
]
|
|
4394
|
+
"contentTypeIds": ["ASSET"]
|
|
5238
4395
|
},
|
|
5239
4396
|
"title": "Cover Image",
|
|
5240
4397
|
"type": "object",
|
|
@@ -5242,18 +4399,13 @@
|
|
|
5242
4399
|
"properties": {
|
|
5243
4400
|
"contentTypeId": {
|
|
5244
4401
|
"type": "string",
|
|
5245
|
-
"enum": [
|
|
5246
|
-
"ASSET"
|
|
5247
|
-
]
|
|
4402
|
+
"enum": ["ASSET"]
|
|
5248
4403
|
},
|
|
5249
4404
|
"id": {
|
|
5250
4405
|
"type": "string"
|
|
5251
4406
|
}
|
|
5252
4407
|
},
|
|
5253
|
-
"required": [
|
|
5254
|
-
"contentTypeId",
|
|
5255
|
-
"id"
|
|
5256
|
-
]
|
|
4408
|
+
"required": ["contentTypeId", "id"]
|
|
5257
4409
|
},
|
|
5258
4410
|
"subtitle": {
|
|
5259
4411
|
"title": "Subtitle",
|
|
@@ -5302,9 +4454,7 @@
|
|
|
5302
4454
|
"person": {
|
|
5303
4455
|
"relationship": {
|
|
5304
4456
|
"type": "single",
|
|
5305
|
-
"contentTypeIds": [
|
|
5306
|
-
"r1a9-NCYx"
|
|
5307
|
-
]
|
|
4457
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
5308
4458
|
},
|
|
5309
4459
|
"title": "Person",
|
|
5310
4460
|
"type": "object",
|
|
@@ -5312,18 +4462,13 @@
|
|
|
5312
4462
|
"properties": {
|
|
5313
4463
|
"contentTypeId": {
|
|
5314
4464
|
"type": "string",
|
|
5315
|
-
"enum": [
|
|
5316
|
-
"r1a9-NCYx"
|
|
5317
|
-
]
|
|
4465
|
+
"enum": ["r1a9-NCYx"]
|
|
5318
4466
|
},
|
|
5319
4467
|
"id": {
|
|
5320
4468
|
"type": "string"
|
|
5321
4469
|
}
|
|
5322
4470
|
},
|
|
5323
|
-
"required": [
|
|
5324
|
-
"contentTypeId",
|
|
5325
|
-
"id"
|
|
5326
|
-
]
|
|
4471
|
+
"required": ["contentTypeId", "id"]
|
|
5327
4472
|
},
|
|
5328
4473
|
"response": {
|
|
5329
4474
|
"draftjs": true,
|
|
@@ -5332,19 +4477,14 @@
|
|
|
5332
4477
|
"key": "HkTLhLRG4"
|
|
5333
4478
|
}
|
|
5334
4479
|
},
|
|
5335
|
-
"required": [
|
|
5336
|
-
"person",
|
|
5337
|
-
"response"
|
|
5338
|
-
]
|
|
4480
|
+
"required": ["person", "response"]
|
|
5339
4481
|
},
|
|
5340
4482
|
"key": "H1372LRfE"
|
|
5341
4483
|
},
|
|
5342
4484
|
"person": {
|
|
5343
4485
|
"relationship": {
|
|
5344
4486
|
"type": "single",
|
|
5345
|
-
"contentTypeIds": [
|
|
5346
|
-
"r1a9-NCYx"
|
|
5347
|
-
]
|
|
4487
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
5348
4488
|
},
|
|
5349
4489
|
"title": "Person",
|
|
5350
4490
|
"type": "object",
|
|
@@ -5352,18 +4492,13 @@
|
|
|
5352
4492
|
"properties": {
|
|
5353
4493
|
"contentTypeId": {
|
|
5354
4494
|
"type": "string",
|
|
5355
|
-
"enum": [
|
|
5356
|
-
"r1a9-NCYx"
|
|
5357
|
-
]
|
|
4495
|
+
"enum": ["r1a9-NCYx"]
|
|
5358
4496
|
},
|
|
5359
4497
|
"id": {
|
|
5360
4498
|
"type": "string"
|
|
5361
4499
|
}
|
|
5362
4500
|
},
|
|
5363
|
-
"required": [
|
|
5364
|
-
"contentTypeId",
|
|
5365
|
-
"id"
|
|
5366
|
-
]
|
|
4501
|
+
"required": ["contentTypeId", "id"]
|
|
5367
4502
|
},
|
|
5368
4503
|
"comment": {
|
|
5369
4504
|
"draftjs": true,
|
|
@@ -5372,10 +4507,7 @@
|
|
|
5372
4507
|
"key": "rk2fnUAf4"
|
|
5373
4508
|
}
|
|
5374
4509
|
},
|
|
5375
|
-
"required": [
|
|
5376
|
-
"person",
|
|
5377
|
-
"comment"
|
|
5378
|
-
]
|
|
4510
|
+
"required": ["person", "comment"]
|
|
5379
4511
|
},
|
|
5380
4512
|
"key": "r1-Z38CfN"
|
|
5381
4513
|
},
|
|
@@ -5388,9 +4520,7 @@
|
|
|
5388
4520
|
"tags": {
|
|
5389
4521
|
"relationship": {
|
|
5390
4522
|
"type": "multiple",
|
|
5391
|
-
"contentTypeIds": [
|
|
5392
|
-
"HJKRv2oKe"
|
|
5393
|
-
]
|
|
4523
|
+
"contentTypeIds": ["HJKRv2oKe"]
|
|
5394
4524
|
},
|
|
5395
4525
|
"title": "Tags",
|
|
5396
4526
|
"type": "array",
|
|
@@ -5399,26 +4529,18 @@
|
|
|
5399
4529
|
"properties": {
|
|
5400
4530
|
"contentTypeId": {
|
|
5401
4531
|
"type": "string",
|
|
5402
|
-
"enum": [
|
|
5403
|
-
"HJKRv2oKe"
|
|
5404
|
-
]
|
|
4532
|
+
"enum": ["HJKRv2oKe"]
|
|
5405
4533
|
},
|
|
5406
4534
|
"id": {
|
|
5407
4535
|
"type": "string"
|
|
5408
4536
|
}
|
|
5409
4537
|
},
|
|
5410
|
-
"required": [
|
|
5411
|
-
"contentTypeId",
|
|
5412
|
-
"id"
|
|
5413
|
-
]
|
|
4538
|
+
"required": ["contentTypeId", "id"]
|
|
5414
4539
|
},
|
|
5415
4540
|
"key": "rJYPh2T1V"
|
|
5416
4541
|
}
|
|
5417
4542
|
},
|
|
5418
|
-
"required": [
|
|
5419
|
-
"title",
|
|
5420
|
-
"slug"
|
|
5421
|
-
]
|
|
4543
|
+
"required": ["title", "slug"]
|
|
5422
4544
|
},
|
|
5423
4545
|
"single": false,
|
|
5424
4546
|
"name": "video",
|
|
@@ -5468,10 +4590,7 @@
|
|
|
5468
4590
|
}
|
|
5469
4591
|
},
|
|
5470
4592
|
"widget": "repeater",
|
|
5471
|
-
"order": [
|
|
5472
|
-
"person",
|
|
5473
|
-
"response"
|
|
5474
|
-
]
|
|
4593
|
+
"order": ["person", "response"]
|
|
5475
4594
|
},
|
|
5476
4595
|
"person": {
|
|
5477
4596
|
"widget": "relationship"
|
|
@@ -5481,11 +4600,7 @@
|
|
|
5481
4600
|
}
|
|
5482
4601
|
},
|
|
5483
4602
|
"widget": "repeater",
|
|
5484
|
-
"order": [
|
|
5485
|
-
"person",
|
|
5486
|
-
"comment",
|
|
5487
|
-
"responses"
|
|
5488
|
-
]
|
|
4603
|
+
"order": ["person", "comment", "responses"]
|
|
5489
4604
|
},
|
|
5490
4605
|
"slug": {
|
|
5491
4606
|
"widget": "singleLineText"
|
|
@@ -5517,9 +4632,7 @@
|
|
|
5517
4632
|
"properties": {
|
|
5518
4633
|
"image": {
|
|
5519
4634
|
"relationship": {
|
|
5520
|
-
"contentTypeIds": [
|
|
5521
|
-
"ASSET"
|
|
5522
|
-
]
|
|
4635
|
+
"contentTypeIds": ["ASSET"]
|
|
5523
4636
|
},
|
|
5524
4637
|
"title": "Image",
|
|
5525
4638
|
"type": "object",
|
|
@@ -5527,25 +4640,18 @@
|
|
|
5527
4640
|
"properties": {
|
|
5528
4641
|
"contentTypeId": {
|
|
5529
4642
|
"type": "string",
|
|
5530
|
-
"enum": [
|
|
5531
|
-
"ASSET"
|
|
5532
|
-
]
|
|
4643
|
+
"enum": ["ASSET"]
|
|
5533
4644
|
},
|
|
5534
4645
|
"id": {
|
|
5535
4646
|
"type": "string"
|
|
5536
4647
|
}
|
|
5537
4648
|
},
|
|
5538
|
-
"required": [
|
|
5539
|
-
"contentTypeId",
|
|
5540
|
-
"id"
|
|
5541
|
-
]
|
|
4649
|
+
"required": ["contentTypeId", "id"]
|
|
5542
4650
|
},
|
|
5543
4651
|
"newsletter": {
|
|
5544
4652
|
"relationship": {
|
|
5545
4653
|
"type": "single",
|
|
5546
|
-
"contentTypeIds": [
|
|
5547
|
-
"Hk_lxKwPZ"
|
|
5548
|
-
]
|
|
4654
|
+
"contentTypeIds": ["Hk_lxKwPZ"]
|
|
5549
4655
|
},
|
|
5550
4656
|
"title": "Newsletter",
|
|
5551
4657
|
"type": "object",
|
|
@@ -5553,25 +4659,18 @@
|
|
|
5553
4659
|
"properties": {
|
|
5554
4660
|
"contentTypeId": {
|
|
5555
4661
|
"type": "string",
|
|
5556
|
-
"enum": [
|
|
5557
|
-
"Hk_lxKwPZ"
|
|
5558
|
-
]
|
|
4662
|
+
"enum": ["Hk_lxKwPZ"]
|
|
5559
4663
|
},
|
|
5560
4664
|
"id": {
|
|
5561
4665
|
"type": "string"
|
|
5562
4666
|
}
|
|
5563
4667
|
},
|
|
5564
|
-
"required": [
|
|
5565
|
-
"contentTypeId",
|
|
5566
|
-
"id"
|
|
5567
|
-
]
|
|
4668
|
+
"required": ["contentTypeId", "id"]
|
|
5568
4669
|
},
|
|
5569
4670
|
"themeArticles": {
|
|
5570
4671
|
"relationship": {
|
|
5571
4672
|
"type": "multiple",
|
|
5572
|
-
"contentTypeIds": [
|
|
5573
|
-
"Sk6yWoljg"
|
|
5574
|
-
]
|
|
4673
|
+
"contentTypeIds": ["Sk6yWoljg"]
|
|
5575
4674
|
},
|
|
5576
4675
|
"title": "Theme Articles",
|
|
5577
4676
|
"type": "array",
|
|
@@ -5580,18 +4679,13 @@
|
|
|
5580
4679
|
"properties": {
|
|
5581
4680
|
"contentTypeId": {
|
|
5582
4681
|
"type": "string",
|
|
5583
|
-
"enum": [
|
|
5584
|
-
"Sk6yWoljg"
|
|
5585
|
-
]
|
|
4682
|
+
"enum": ["Sk6yWoljg"]
|
|
5586
4683
|
},
|
|
5587
4684
|
"id": {
|
|
5588
4685
|
"type": "string"
|
|
5589
4686
|
}
|
|
5590
4687
|
},
|
|
5591
|
-
"required": [
|
|
5592
|
-
"contentTypeId",
|
|
5593
|
-
"id"
|
|
5594
|
-
]
|
|
4688
|
+
"required": ["contentTypeId", "id"]
|
|
5595
4689
|
},
|
|
5596
4690
|
"key": "HylSk1QTE"
|
|
5597
4691
|
},
|
|
@@ -5599,9 +4693,7 @@
|
|
|
5599
4693
|
"description": "A partner supports the curation of a theme.",
|
|
5600
4694
|
"relationship": {
|
|
5601
4695
|
"type": "single",
|
|
5602
|
-
"contentTypeIds": [
|
|
5603
|
-
"rkfMnju1-"
|
|
5604
|
-
]
|
|
4696
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
5605
4697
|
},
|
|
5606
4698
|
"title": "Partner",
|
|
5607
4699
|
"type": "object",
|
|
@@ -5609,18 +4701,13 @@
|
|
|
5609
4701
|
"properties": {
|
|
5610
4702
|
"contentTypeId": {
|
|
5611
4703
|
"type": "string",
|
|
5612
|
-
"enum": [
|
|
5613
|
-
"rkfMnju1-"
|
|
5614
|
-
]
|
|
4704
|
+
"enum": ["rkfMnju1-"]
|
|
5615
4705
|
},
|
|
5616
4706
|
"id": {
|
|
5617
4707
|
"type": "string"
|
|
5618
4708
|
}
|
|
5619
4709
|
},
|
|
5620
|
-
"required": [
|
|
5621
|
-
"contentTypeId",
|
|
5622
|
-
"id"
|
|
5623
|
-
]
|
|
4710
|
+
"required": ["contentTypeId", "id"]
|
|
5624
4711
|
},
|
|
5625
4712
|
"microDescription": {
|
|
5626
4713
|
"title": "Micro Description",
|
|
@@ -5706,15 +4793,11 @@
|
|
|
5706
4793
|
"oneOf": [
|
|
5707
4794
|
{
|
|
5708
4795
|
"title": "Black",
|
|
5709
|
-
"enum": [
|
|
5710
|
-
"#191919"
|
|
5711
|
-
]
|
|
4796
|
+
"enum": ["#191919"]
|
|
5712
4797
|
},
|
|
5713
4798
|
{
|
|
5714
4799
|
"title": "White",
|
|
5715
|
-
"enum": [
|
|
5716
|
-
"#FAFAFA"
|
|
5717
|
-
]
|
|
4800
|
+
"enum": ["#FAFAFA"]
|
|
5718
4801
|
}
|
|
5719
4802
|
],
|
|
5720
4803
|
"title": "Text",
|
|
@@ -5725,33 +4808,23 @@
|
|
|
5725
4808
|
"oneOf": [
|
|
5726
4809
|
{
|
|
5727
4810
|
"title": "Pink",
|
|
5728
|
-
"enum": [
|
|
5729
|
-
"#ec7590"
|
|
5730
|
-
]
|
|
4811
|
+
"enum": ["#ec7590"]
|
|
5731
4812
|
},
|
|
5732
4813
|
{
|
|
5733
4814
|
"title": "Orange",
|
|
5734
|
-
"enum": [
|
|
5735
|
-
"#f2a06c"
|
|
5736
|
-
]
|
|
4815
|
+
"enum": ["#f2a06c"]
|
|
5737
4816
|
},
|
|
5738
4817
|
{
|
|
5739
4818
|
"title": "Green",
|
|
5740
|
-
"enum": [
|
|
5741
|
-
"#77b9b9"
|
|
5742
|
-
]
|
|
4819
|
+
"enum": ["#77b9b9"]
|
|
5743
4820
|
},
|
|
5744
4821
|
{
|
|
5745
4822
|
"title": "Blue",
|
|
5746
|
-
"enum": [
|
|
5747
|
-
"#5480e0"
|
|
5748
|
-
]
|
|
4823
|
+
"enum": ["#5480e0"]
|
|
5749
4824
|
},
|
|
5750
4825
|
{
|
|
5751
4826
|
"title": "Purple",
|
|
5752
|
-
"enum": [
|
|
5753
|
-
"#7e50bd"
|
|
5754
|
-
]
|
|
4827
|
+
"enum": ["#7e50bd"]
|
|
5755
4828
|
}
|
|
5756
4829
|
],
|
|
5757
4830
|
"title": "Color",
|
|
@@ -5852,15 +4925,11 @@
|
|
|
5852
4925
|
"oneOf": [
|
|
5853
4926
|
{
|
|
5854
4927
|
"title": "Sponsored Content",
|
|
5855
|
-
"enum": [
|
|
5856
|
-
"sponsoredContent"
|
|
5857
|
-
]
|
|
4928
|
+
"enum": ["sponsoredContent"]
|
|
5858
4929
|
},
|
|
5859
4930
|
{
|
|
5860
4931
|
"title": "Co-production",
|
|
5861
|
-
"enum": [
|
|
5862
|
-
"coProduction"
|
|
5863
|
-
]
|
|
4932
|
+
"enum": ["coProduction"]
|
|
5864
4933
|
}
|
|
5865
4934
|
],
|
|
5866
4935
|
"title": "Relationship",
|
|
@@ -5870,10 +4939,7 @@
|
|
|
5870
4939
|
"promotion": {
|
|
5871
4940
|
"relationship": {
|
|
5872
4941
|
"type": "single",
|
|
5873
|
-
"contentTypeIds": [
|
|
5874
|
-
"S1wMIxlsz",
|
|
5875
|
-
"Hk_lxKwPZ"
|
|
5876
|
-
]
|
|
4942
|
+
"contentTypeIds": ["S1wMIxlsz", "Hk_lxKwPZ"]
|
|
5877
4943
|
},
|
|
5878
4944
|
"title": "Promotion",
|
|
5879
4945
|
"type": "object",
|
|
@@ -5881,25 +4947,16 @@
|
|
|
5881
4947
|
"properties": {
|
|
5882
4948
|
"contentTypeId": {
|
|
5883
4949
|
"type": "string",
|
|
5884
|
-
"enum": [
|
|
5885
|
-
"S1wMIxlsz",
|
|
5886
|
-
"Hk_lxKwPZ"
|
|
5887
|
-
]
|
|
4950
|
+
"enum": ["S1wMIxlsz", "Hk_lxKwPZ"]
|
|
5888
4951
|
},
|
|
5889
4952
|
"id": {
|
|
5890
4953
|
"type": "string"
|
|
5891
4954
|
}
|
|
5892
4955
|
},
|
|
5893
|
-
"required": [
|
|
5894
|
-
"contentTypeId",
|
|
5895
|
-
"id"
|
|
5896
|
-
]
|
|
4956
|
+
"required": ["contentTypeId", "id"]
|
|
5897
4957
|
}
|
|
5898
4958
|
},
|
|
5899
|
-
"required": [
|
|
5900
|
-
"name",
|
|
5901
|
-
"slug"
|
|
5902
|
-
]
|
|
4959
|
+
"required": ["name", "slug"]
|
|
5903
4960
|
},
|
|
5904
4961
|
"single": false,
|
|
5905
4962
|
"name": "theme",
|
|
@@ -5945,13 +5002,7 @@
|
|
|
5945
5002
|
"widget": "color"
|
|
5946
5003
|
}
|
|
5947
5004
|
},
|
|
5948
|
-
"order": [
|
|
5949
|
-
"textColor",
|
|
5950
|
-
"backgroundColor",
|
|
5951
|
-
"text",
|
|
5952
|
-
"color",
|
|
5953
|
-
"billboardModulo"
|
|
5954
|
-
]
|
|
5005
|
+
"order": ["textColor", "backgroundColor", "text", "color", "billboardModulo"]
|
|
5955
5006
|
},
|
|
5956
5007
|
"name": {
|
|
5957
5008
|
"widget": "singleLineText"
|
|
@@ -6069,9 +5120,7 @@
|
|
|
6069
5120
|
},
|
|
6070
5121
|
"image": {
|
|
6071
5122
|
"relationship": {
|
|
6072
|
-
"contentTypeIds": [
|
|
6073
|
-
"ASSET"
|
|
6074
|
-
]
|
|
5123
|
+
"contentTypeIds": ["ASSET"]
|
|
6075
5124
|
},
|
|
6076
5125
|
"title": "Image",
|
|
6077
5126
|
"type": "object",
|
|
@@ -6079,9 +5128,7 @@
|
|
|
6079
5128
|
"properties": {
|
|
6080
5129
|
"contentTypeId": {
|
|
6081
5130
|
"type": "string",
|
|
6082
|
-
"enum": [
|
|
6083
|
-
"ASSET"
|
|
6084
|
-
],
|
|
5131
|
+
"enum": ["ASSET"],
|
|
6085
5132
|
"minLength": 1
|
|
6086
5133
|
},
|
|
6087
5134
|
"id": {
|
|
@@ -6089,10 +5136,7 @@
|
|
|
6089
5136
|
"minLength": 1
|
|
6090
5137
|
}
|
|
6091
5138
|
},
|
|
6092
|
-
"required": [
|
|
6093
|
-
"contentTypeId",
|
|
6094
|
-
"id"
|
|
6095
|
-
]
|
|
5139
|
+
"required": ["contentTypeId", "id"]
|
|
6096
5140
|
}
|
|
6097
5141
|
}
|
|
6098
5142
|
},
|
|
@@ -6117,9 +5161,7 @@
|
|
|
6117
5161
|
}
|
|
6118
5162
|
}
|
|
6119
5163
|
},
|
|
6120
|
-
"required": [
|
|
6121
|
-
"slogan"
|
|
6122
|
-
]
|
|
5164
|
+
"required": ["slogan"]
|
|
6123
5165
|
},
|
|
6124
5166
|
"single": true,
|
|
6125
5167
|
"name": "reportsLandingPage",
|
|
@@ -6140,10 +5182,7 @@
|
|
|
6140
5182
|
}
|
|
6141
5183
|
},
|
|
6142
5184
|
"widget": "object",
|
|
6143
|
-
"order": [
|
|
6144
|
-
"color",
|
|
6145
|
-
"image"
|
|
6146
|
-
]
|
|
5185
|
+
"order": ["color", "image"]
|
|
6147
5186
|
},
|
|
6148
5187
|
"subscription": {
|
|
6149
5188
|
"properties": {
|
|
@@ -6155,17 +5194,10 @@
|
|
|
6155
5194
|
}
|
|
6156
5195
|
},
|
|
6157
5196
|
"widget": "object",
|
|
6158
|
-
"order": [
|
|
6159
|
-
"memberfulPlanId",
|
|
6160
|
-
"coupon"
|
|
6161
|
-
]
|
|
5197
|
+
"order": ["memberfulPlanId", "coupon"]
|
|
6162
5198
|
}
|
|
6163
5199
|
},
|
|
6164
|
-
"order": [
|
|
6165
|
-
"slogan",
|
|
6166
|
-
"subscription",
|
|
6167
|
-
"background"
|
|
6168
|
-
]
|
|
5200
|
+
"order": ["slogan", "subscription", "background"]
|
|
6169
5201
|
}
|
|
6170
5202
|
}
|
|
6171
5203
|
},
|
|
@@ -6209,9 +5241,7 @@
|
|
|
6209
5241
|
"portrait": {
|
|
6210
5242
|
"relationship": {
|
|
6211
5243
|
"type": "single",
|
|
6212
|
-
"contentTypeIds": [
|
|
6213
|
-
"ASSET"
|
|
6214
|
-
]
|
|
5244
|
+
"contentTypeIds": ["ASSET"]
|
|
6215
5245
|
},
|
|
6216
5246
|
"title": "Portrait",
|
|
6217
5247
|
"type": "object",
|
|
@@ -6219,18 +5249,13 @@
|
|
|
6219
5249
|
"properties": {
|
|
6220
5250
|
"contentTypeId": {
|
|
6221
5251
|
"type": "string",
|
|
6222
|
-
"enum": [
|
|
6223
|
-
"ASSET"
|
|
6224
|
-
]
|
|
5252
|
+
"enum": ["ASSET"]
|
|
6225
5253
|
},
|
|
6226
5254
|
"id": {
|
|
6227
5255
|
"type": "string"
|
|
6228
5256
|
}
|
|
6229
5257
|
},
|
|
6230
|
-
"required": [
|
|
6231
|
-
"contentTypeId",
|
|
6232
|
-
"id"
|
|
6233
|
-
]
|
|
5258
|
+
"required": ["contentTypeId", "id"]
|
|
6234
5259
|
},
|
|
6235
5260
|
"title": {
|
|
6236
5261
|
"title": "Title",
|
|
@@ -6241,9 +5266,7 @@
|
|
|
6241
5266
|
"institutions": {
|
|
6242
5267
|
"relationship": {
|
|
6243
5268
|
"type": "multiple",
|
|
6244
|
-
"contentTypeIds": [
|
|
6245
|
-
"ryuQTWgTl"
|
|
6246
|
-
]
|
|
5269
|
+
"contentTypeIds": ["ryuQTWgTl"]
|
|
6247
5270
|
},
|
|
6248
5271
|
"title": "Institutions",
|
|
6249
5272
|
"type": "array",
|
|
@@ -6252,18 +5275,13 @@
|
|
|
6252
5275
|
"properties": {
|
|
6253
5276
|
"contentTypeId": {
|
|
6254
5277
|
"type": "string",
|
|
6255
|
-
"enum": [
|
|
6256
|
-
"ryuQTWgTl"
|
|
6257
|
-
]
|
|
5278
|
+
"enum": ["ryuQTWgTl"]
|
|
6258
5279
|
},
|
|
6259
5280
|
"id": {
|
|
6260
5281
|
"type": "string"
|
|
6261
5282
|
}
|
|
6262
5283
|
},
|
|
6263
|
-
"required": [
|
|
6264
|
-
"contentTypeId",
|
|
6265
|
-
"id"
|
|
6266
|
-
]
|
|
5284
|
+
"required": ["contentTypeId", "id"]
|
|
6267
5285
|
},
|
|
6268
5286
|
"key": "rkP8pbgTg"
|
|
6269
5287
|
},
|
|
@@ -6289,9 +5307,7 @@
|
|
|
6289
5307
|
"fields": {
|
|
6290
5308
|
"relationship": {
|
|
6291
5309
|
"type": "multiple",
|
|
6292
|
-
"contentTypeIds": [
|
|
6293
|
-
"SyUu3bgTe"
|
|
6294
|
-
]
|
|
5310
|
+
"contentTypeIds": ["SyUu3bgTe"]
|
|
6295
5311
|
},
|
|
6296
5312
|
"title": "Fields",
|
|
6297
5313
|
"type": "array",
|
|
@@ -6300,18 +5316,13 @@
|
|
|
6300
5316
|
"properties": {
|
|
6301
5317
|
"contentTypeId": {
|
|
6302
5318
|
"type": "string",
|
|
6303
|
-
"enum": [
|
|
6304
|
-
"SyUu3bgTe"
|
|
6305
|
-
]
|
|
5319
|
+
"enum": ["SyUu3bgTe"]
|
|
6306
5320
|
},
|
|
6307
5321
|
"id": {
|
|
6308
5322
|
"type": "string"
|
|
6309
5323
|
}
|
|
6310
5324
|
},
|
|
6311
|
-
"required": [
|
|
6312
|
-
"contentTypeId",
|
|
6313
|
-
"id"
|
|
6314
|
-
]
|
|
5325
|
+
"required": ["contentTypeId", "id"]
|
|
6315
5326
|
},
|
|
6316
5327
|
"key": "r1IEa-lTg"
|
|
6317
5328
|
},
|
|
@@ -6328,10 +5339,7 @@
|
|
|
6328
5339
|
"minLength": 0
|
|
6329
5340
|
}
|
|
6330
5341
|
},
|
|
6331
|
-
"required": [
|
|
6332
|
-
"fullName",
|
|
6333
|
-
"firstName"
|
|
6334
|
-
]
|
|
5342
|
+
"required": ["fullName", "firstName"]
|
|
6335
5343
|
},
|
|
6336
5344
|
"single": false,
|
|
6337
5345
|
"name": "person",
|
|
@@ -6425,9 +5433,7 @@
|
|
|
6425
5433
|
"minItems": 1,
|
|
6426
5434
|
"relationship": {
|
|
6427
5435
|
"type": "multiple",
|
|
6428
|
-
"contentTypeIds": [
|
|
6429
|
-
"rkfMnju1-"
|
|
6430
|
-
]
|
|
5436
|
+
"contentTypeIds": ["rkfMnju1-"]
|
|
6431
5437
|
},
|
|
6432
5438
|
"title": "Partners",
|
|
6433
5439
|
"type": "array",
|
|
@@ -6436,9 +5442,7 @@
|
|
|
6436
5442
|
"properties": {
|
|
6437
5443
|
"contentTypeId": {
|
|
6438
5444
|
"type": "string",
|
|
6439
|
-
"enum": [
|
|
6440
|
-
"rkfMnju1-"
|
|
6441
|
-
],
|
|
5445
|
+
"enum": ["rkfMnju1-"],
|
|
6442
5446
|
"minLength": 1
|
|
6443
5447
|
},
|
|
6444
5448
|
"id": {
|
|
@@ -6446,10 +5450,7 @@
|
|
|
6446
5450
|
"minLength": 1
|
|
6447
5451
|
}
|
|
6448
5452
|
},
|
|
6449
|
-
"required": [
|
|
6450
|
-
"contentTypeId",
|
|
6451
|
-
"id"
|
|
6452
|
-
]
|
|
5453
|
+
"required": ["contentTypeId", "id"]
|
|
6453
5454
|
},
|
|
6454
5455
|
"key": "S1DbrEqsz"
|
|
6455
5456
|
},
|
|
@@ -6466,10 +5467,7 @@
|
|
|
6466
5467
|
"minLength": 1
|
|
6467
5468
|
}
|
|
6468
5469
|
},
|
|
6469
|
-
"required": [
|
|
6470
|
-
"label",
|
|
6471
|
-
"partners"
|
|
6472
|
-
]
|
|
5470
|
+
"required": ["label", "partners"]
|
|
6473
5471
|
},
|
|
6474
5472
|
"key": "HkxZBVcoG"
|
|
6475
5473
|
},
|
|
@@ -6494,9 +5492,7 @@
|
|
|
6494
5492
|
"person": {
|
|
6495
5493
|
"relationship": {
|
|
6496
5494
|
"type": "single",
|
|
6497
|
-
"contentTypeIds": [
|
|
6498
|
-
"r1a9-NCYx"
|
|
6499
|
-
]
|
|
5495
|
+
"contentTypeIds": ["r1a9-NCYx"]
|
|
6500
5496
|
},
|
|
6501
5497
|
"title": "Person",
|
|
6502
5498
|
"type": "object",
|
|
@@ -6504,9 +5500,7 @@
|
|
|
6504
5500
|
"properties": {
|
|
6505
5501
|
"contentTypeId": {
|
|
6506
5502
|
"type": "string",
|
|
6507
|
-
"enum": [
|
|
6508
|
-
"r1a9-NCYx"
|
|
6509
|
-
],
|
|
5503
|
+
"enum": ["r1a9-NCYx"],
|
|
6510
5504
|
"minLength": 1
|
|
6511
5505
|
},
|
|
6512
5506
|
"id": {
|
|
@@ -6514,10 +5508,7 @@
|
|
|
6514
5508
|
"minLength": 1
|
|
6515
5509
|
}
|
|
6516
5510
|
},
|
|
6517
|
-
"required": [
|
|
6518
|
-
"contentTypeId",
|
|
6519
|
-
"id"
|
|
6520
|
-
]
|
|
5511
|
+
"required": ["contentTypeId", "id"]
|
|
6521
5512
|
},
|
|
6522
5513
|
"role": {
|
|
6523
5514
|
"title": "Role",
|
|
@@ -6526,10 +5517,7 @@
|
|
|
6526
5517
|
"minLength": 1
|
|
6527
5518
|
}
|
|
6528
5519
|
},
|
|
6529
|
-
"required": [
|
|
6530
|
-
"person",
|
|
6531
|
-
"role"
|
|
6532
|
-
]
|
|
5520
|
+
"required": ["person", "role"]
|
|
6533
5521
|
},
|
|
6534
5522
|
"key": "ByJqVEcjG"
|
|
6535
5523
|
}
|
|
@@ -6554,11 +5542,7 @@
|
|
|
6554
5542
|
}
|
|
6555
5543
|
},
|
|
6556
5544
|
"widget": "repeater",
|
|
6557
|
-
"order": [
|
|
6558
|
-
"label",
|
|
6559
|
-
"description",
|
|
6560
|
-
"partners"
|
|
6561
|
-
]
|
|
5545
|
+
"order": ["label", "description", "partners"]
|
|
6562
5546
|
},
|
|
6563
5547
|
"missionStatement": {
|
|
6564
5548
|
"widget": "wysiwygText"
|
|
@@ -6576,18 +5560,10 @@
|
|
|
6576
5560
|
}
|
|
6577
5561
|
},
|
|
6578
5562
|
"widget": "repeater",
|
|
6579
|
-
"order": [
|
|
6580
|
-
"person",
|
|
6581
|
-
"role",
|
|
6582
|
-
"previously"
|
|
6583
|
-
]
|
|
5563
|
+
"order": ["person", "role", "previously"]
|
|
6584
5564
|
}
|
|
6585
5565
|
},
|
|
6586
|
-
"order": [
|
|
6587
|
-
"missionStatement",
|
|
6588
|
-
"staff",
|
|
6589
|
-
"partnerGroups"
|
|
6590
|
-
]
|
|
5566
|
+
"order": ["missionStatement", "staff", "partnerGroups"]
|
|
6591
5567
|
}
|
|
6592
5568
|
}
|
|
6593
5569
|
},
|
|
@@ -6628,9 +5604,7 @@
|
|
|
6628
5604
|
"page": {
|
|
6629
5605
|
"relationship": {
|
|
6630
5606
|
"type": "single",
|
|
6631
|
-
"contentTypeIds": [
|
|
6632
|
-
"SkwVi1Ase"
|
|
6633
|
-
]
|
|
5607
|
+
"contentTypeIds": ["SkwVi1Ase"]
|
|
6634
5608
|
},
|
|
6635
5609
|
"title": "Page",
|
|
6636
5610
|
"type": "object",
|
|
@@ -6638,18 +5612,13 @@
|
|
|
6638
5612
|
"properties": {
|
|
6639
5613
|
"contentTypeId": {
|
|
6640
5614
|
"type": "string",
|
|
6641
|
-
"enum": [
|
|
6642
|
-
"SkwVi1Ase"
|
|
6643
|
-
]
|
|
5615
|
+
"enum": ["SkwVi1Ase"]
|
|
6644
5616
|
},
|
|
6645
5617
|
"id": {
|
|
6646
5618
|
"type": "string"
|
|
6647
5619
|
}
|
|
6648
5620
|
},
|
|
6649
|
-
"required": [
|
|
6650
|
-
"contentTypeId",
|
|
6651
|
-
"id"
|
|
6652
|
-
]
|
|
5621
|
+
"required": ["contentTypeId", "id"]
|
|
6653
5622
|
}
|
|
6654
5623
|
}
|
|
6655
5624
|
},
|
|
@@ -6673,9 +5642,7 @@
|
|
|
6673
5642
|
"themes": {
|
|
6674
5643
|
"relationship": {
|
|
6675
5644
|
"type": "multiple",
|
|
6676
|
-
"contentTypeIds": [
|
|
6677
|
-
"HkEaIV0Al"
|
|
6678
|
-
]
|
|
5645
|
+
"contentTypeIds": ["HkEaIV0Al"]
|
|
6679
5646
|
},
|
|
6680
5647
|
"title": "Themes",
|
|
6681
5648
|
"type": "array",
|
|
@@ -6684,18 +5651,13 @@
|
|
|
6684
5651
|
"properties": {
|
|
6685
5652
|
"contentTypeId": {
|
|
6686
5653
|
"type": "string",
|
|
6687
|
-
"enum": [
|
|
6688
|
-
"HkEaIV0Al"
|
|
6689
|
-
]
|
|
5654
|
+
"enum": ["HkEaIV0Al"]
|
|
6690
5655
|
},
|
|
6691
5656
|
"id": {
|
|
6692
5657
|
"type": "string"
|
|
6693
5658
|
}
|
|
6694
5659
|
},
|
|
6695
|
-
"required": [
|
|
6696
|
-
"contentTypeId",
|
|
6697
|
-
"id"
|
|
6698
|
-
]
|
|
5660
|
+
"required": ["contentTypeId", "id"]
|
|
6699
5661
|
},
|
|
6700
5662
|
"key": "rJSJtiWVG"
|
|
6701
5663
|
}
|
|
@@ -6814,22 +5776,14 @@
|
|
|
6814
5776
|
}
|
|
6815
5777
|
},
|
|
6816
5778
|
"widget": "repeater",
|
|
6817
|
-
"order": [
|
|
6818
|
-
"page",
|
|
6819
|
-
"label",
|
|
6820
|
-
"link"
|
|
6821
|
-
]
|
|
5779
|
+
"order": ["page", "label", "link"]
|
|
6822
5780
|
},
|
|
6823
5781
|
"label": {
|
|
6824
5782
|
"widget": "singleLineText"
|
|
6825
5783
|
}
|
|
6826
5784
|
},
|
|
6827
5785
|
"widget": "object",
|
|
6828
|
-
"order": [
|
|
6829
|
-
"label",
|
|
6830
|
-
"link",
|
|
6831
|
-
"items"
|
|
6832
|
-
]
|
|
5786
|
+
"order": ["label", "link", "items"]
|
|
6833
5787
|
},
|
|
6834
5788
|
"stories": {
|
|
6835
5789
|
"properties": {
|
|
@@ -6838,9 +5792,7 @@
|
|
|
6838
5792
|
}
|
|
6839
5793
|
},
|
|
6840
5794
|
"widget": "object",
|
|
6841
|
-
"order": [
|
|
6842
|
-
"themes"
|
|
6843
|
-
]
|
|
5795
|
+
"order": ["themes"]
|
|
6844
5796
|
},
|
|
6845
5797
|
"store": {
|
|
6846
5798
|
"properties": {
|
|
@@ -6857,21 +5809,14 @@
|
|
|
6857
5809
|
}
|
|
6858
5810
|
},
|
|
6859
5811
|
"widget": "repeater",
|
|
6860
|
-
"order": [
|
|
6861
|
-
"label",
|
|
6862
|
-
"link"
|
|
6863
|
-
]
|
|
5812
|
+
"order": ["label", "link"]
|
|
6864
5813
|
},
|
|
6865
5814
|
"label": {
|
|
6866
5815
|
"widget": "singleLineText"
|
|
6867
5816
|
}
|
|
6868
5817
|
},
|
|
6869
5818
|
"widget": "object",
|
|
6870
|
-
"order": [
|
|
6871
|
-
"label",
|
|
6872
|
-
"link",
|
|
6873
|
-
"items"
|
|
6874
|
-
]
|
|
5819
|
+
"order": ["label", "link", "items"]
|
|
6875
5820
|
},
|
|
6876
5821
|
"consortium": {
|
|
6877
5822
|
"properties": {
|
|
@@ -6890,29 +5835,17 @@
|
|
|
6890
5835
|
}
|
|
6891
5836
|
},
|
|
6892
5837
|
"widget": "repeater",
|
|
6893
|
-
"order": [
|
|
6894
|
-
"label",
|
|
6895
|
-
"link"
|
|
6896
|
-
]
|
|
5838
|
+
"order": ["label", "link"]
|
|
6897
5839
|
},
|
|
6898
5840
|
"label": {
|
|
6899
5841
|
"widget": "singleLineText"
|
|
6900
5842
|
}
|
|
6901
5843
|
},
|
|
6902
5844
|
"widget": "object",
|
|
6903
|
-
"order": [
|
|
6904
|
-
"label",
|
|
6905
|
-
"link",
|
|
6906
|
-
"items"
|
|
6907
|
-
]
|
|
5845
|
+
"order": ["label", "link", "items"]
|
|
6908
5846
|
}
|
|
6909
5847
|
},
|
|
6910
|
-
"order": [
|
|
6911
|
-
"stories",
|
|
6912
|
-
"consortium",
|
|
6913
|
-
"store",
|
|
6914
|
-
"about"
|
|
6915
|
-
]
|
|
5848
|
+
"order": ["stories", "consortium", "store", "about"]
|
|
6916
5849
|
}
|
|
6917
5850
|
}
|
|
6918
5851
|
}
|
|
@@ -6922,9 +5855,7 @@
|
|
|
6922
5855
|
"version": 463,
|
|
6923
5856
|
"updated": 1584455403886,
|
|
6924
5857
|
"defaultLocale": "en",
|
|
6925
|
-
"locales": [
|
|
6926
|
-
"en"
|
|
6927
|
-
],
|
|
5858
|
+
"locales": ["en"],
|
|
6928
5859
|
"created": 1487812452093,
|
|
6929
5860
|
"apiVersion": "1"
|
|
6930
5861
|
}
|