// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`emailSchema 1`] = ` Object { "errors": Array [ Object { "instancePath": "", "keyword": "required", "message": "must have required property 'email'", "params": Object { "missingProperty": "email", }, "schemaPath": "#/required", }, ], "schema": "#/components/schemas/emailSchema", } `;