1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/openapi/spec/__snapshots__/role-schema.test.ts.snap
olav 286b016b04
refactor: remove response data from schema validation logging (#1748)
* refactor: remove response data from schema validation logging

* refactor: update validation error snapshots

* refactor: add missing segments field to featureStrategySchema
2022-06-24 13:44:16 +02:00

19 lines
387 B
Plaintext

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