VariableOctraProjectConfigJSONSchemaConst

OctraProjectConfigJSONSchema: {
    $id: string;
    additionalProperties: boolean;
    properties: {
        agreement: {
            properties: {
                enabled: {
                    type: string;
                };
                text: {
                    type: string;
                };
            };
            type: string;
        };
        feedback_form: {
            items: {
                properties: {
                    controls: {
                        items: {
                            properties: {
                                custom: {
                                    type: string;
                                };
                                label: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                required: {
                                    type: string;
                                };
                                type: {
                                    type: string;
                                };
                                value: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                        type: string;
                    };
                    title: {
                        type: string;
                    };
                };
                type: string;
            };
            type: string;
        };
        interfaces: {
            items: {
                type: string;
            };
            type: string;
        };
        languages: {
            items: {
                type: string;
            };
            type: string;
        };
        navigation: {
            properties: {
                export: {
                    type: string;
                };
                help_url: {
                    type: string;
                };
                interfaces: {
                    type: string;
                };
            };
            type: string;
        };
        octra: {
            importOptions: {
                type: string;
            };
            properties: {
                allowed_browsers: {
                    items: {
                        properties: {
                            name: {
                                type: string;
                            };
                            version: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                    type: string;
                };
                bugreport: {
                    properties: {
                        auth_token: {
                            type: string;
                        };
                        enabled: {
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        url: {
                            type: string;
                        };
                    };
                    type: string;
                };
                languages: {
                    items: {
                        type: string;
                    };
                    type: string;
                };
                login: {
                    properties: {
                        enabled: {
                            type: string;
                        };
                    };
                    type: string;
                };
                responsive: {
                    $id: string;
                    properties: {
                        enabled: {
                            type: string;
                        };
                        fixedwidth: {
                            type: string;
                        };
                    };
                    type: string;
                };
                showdetails: {
                    type: string;
                };
                tools: {
                    items: {
                        enum: string[];
                        type: string;
                    };
                    type: string;
                };
            };
            type: string;
        };
        plugins: {
            type: string;
        };
        responsive: {
            properties: {
                enabled: {
                    type: string;
                };
                fixedwidth: {
                    type: string;
                };
            };
            type: string;
        };
        version: {
            readOnly: boolean;
            type: string;
        };
    };
    required: string[];
    type: string;
} = ...