// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`clientMetricsSchema should fail when required field is missing 1`] = ` { "errors": [ { "instancePath": "/bucket", "keyword": "required", "message": "must have required property 'stop'", "params": { "missingProperty": "stop", }, "schemaPath": "#/properties/bucket/required", }, ], "schema": "#/components/schemas/clientMetricsSchema", } `;