Validation This will update whenever the form changes to show validation errors if there are any. Schema You can change the schema and see how the generated form looks. After you make changes, click Update Schema Code // Set default options JSONEditor.defaults.options.theme = 'bootstrap2'; // Initialize the editor var editor = new JSONEditor(document.getElementById("editor_holder"),{ schema: { typ