1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02:00
unleash.unleash/src/lib/openapi/spec/__snapshots__/token-user-schema.test.ts.snap

20 lines
418 B
Plaintext

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