mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`clientApplicationSchema no fields 1`] = `
|
|
{
|
|
"errors": [
|
|
{
|
|
"instancePath": "",
|
|
"keyword": "required",
|
|
"message": "must have required property 'appName'",
|
|
"params": {
|
|
"missingProperty": "appName",
|
|
},
|
|
"schemaPath": "#/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/clientApplicationSchema",
|
|
}
|
|
`;
|