|
515 | 515 | "properties": { |
516 | 516 | "githubStar": { |
517 | 517 | "$ref": "#/definitions/IntegrationAppGithubStar", |
518 | | - "description": "Github star app configuration. List of all [options](https://github.com/buttons/react-github-btn)." |
| 518 | + "description": "Github star app configuration." |
519 | 519 | }, |
520 | 520 | "supademo": { |
521 | 521 | "$ref": "#/definitions/IntegrationAppSupademo", |
|
823 | 823 | }, |
824 | 824 | "IntegrationABTesting": { |
825 | 825 | "additionalProperties": false, |
| 826 | + "description": "A/B testing configuration", |
826 | 827 | "properties": { |
827 | | - "growthbook": { |
828 | | - "$ref": "#/definitions/IntegrationABTestingGrowthBook", |
829 | | - "description": "GrowthBook configuration" |
| 828 | + "contextMaxAge": { |
| 829 | + "description": "Context max age in milliseconds", |
| 830 | + "type": "number" |
| 831 | + }, |
| 832 | + "contextStorageKey": { |
| 833 | + "description": "Context storage key used to store the context in the browser storage", |
| 834 | + "type": "string" |
| 835 | + }, |
| 836 | + "providers": { |
| 837 | + "$ref": "#/definitions/IntegrationABTestingProviders", |
| 838 | + "description": "Providers configuration" |
830 | 839 | } |
831 | 840 | }, |
832 | 841 | "type": "object" |
|
849 | 858 | ], |
850 | 859 | "type": "object" |
851 | 860 | }, |
| 861 | + "IntegrationABTestingLaunchDarkly": { |
| 862 | + "additionalProperties": false, |
| 863 | + "properties": { |
| 864 | + "env": { |
| 865 | + "description": "LaunchDarkly environment key", |
| 866 | + "type": "string" |
| 867 | + } |
| 868 | + }, |
| 869 | + "required": [ |
| 870 | + "env" |
| 871 | + ], |
| 872 | + "type": "object" |
| 873 | + }, |
| 874 | + "IntegrationABTestingProviders": { |
| 875 | + "additionalProperties": false, |
| 876 | + "properties": { |
| 877 | + "growthbook": { |
| 878 | + "$ref": "#/definitions/IntegrationABTestingGrowthBook", |
| 879 | + "description": "GrowthBook configuration" |
| 880 | + }, |
| 881 | + "launchdarkly": { |
| 882 | + "$ref": "#/definitions/IntegrationABTestingLaunchDarkly", |
| 883 | + "description": "LaunchDarkly configuration" |
| 884 | + } |
| 885 | + }, |
| 886 | + "type": "object" |
| 887 | + }, |
852 | 888 | "IntegrationAnalytics": { |
853 | 889 | "additionalProperties": false, |
854 | 890 | "description": "Analytics configuration", |
|
1072 | 1108 | "$ref": "#/definitions/IntegrationAnalytics", |
1073 | 1109 | "description": "Configurations to add third-party analytics integrations. See full list of supported analytics here." |
1074 | 1110 | }, |
| 1111 | + "diagrams": { |
| 1112 | + "description": "Diagrams configuration", |
| 1113 | + "type": "boolean" |
| 1114 | + }, |
1075 | 1115 | "search": { |
1076 | 1116 | "$ref": "#/definitions/IntegrationSearch", |
1077 | 1117 | "description": "Configurations to add third-party search integrations. See full list of supported search here." |
|
0 commit comments