We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f663c31 commit ec81d04Copy full SHA for ec81d04
src/lib/schemaValidation.ts
@@ -379,7 +379,8 @@ const SnapshotSchema: JSONSchemaType<Snapshot> = {
379
name: {
380
type: "string",
381
minLength: 1,
382
- errorMessage: "Invalid snapshot; name is mandatory and cannot be empty"
+ maxLength: 255,
383
+ errorMessage: "Invalid snapshot; name is mandatory and cannot be empty and more than 255 characters"
384
},
385
url: {
386
0 commit comments