1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/src/lib/openapi/spec/__snapshots__/email-schema.test.ts.snap
2022-09-06 13:22:41 +02:00

19 lines
368 B
Plaintext

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