mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
286b016b04
* refactor: remove response data from schema validation logging * refactor: update validation error snapshots * refactor: add missing segments field to featureStrategySchema
19 lines
387 B
Plaintext
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",
|
|
}
|
|
`;
|