describe('Check root schema and model sync', () => {
            it('Model', () => {
              cy.get('@rootModelValue').should('contain', '{\n  "string": "abc",\n  "array": [\n    0\n  ]\n}');
            });
            it('Schema', () => {