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 9f8793c commit f322b9cCopy full SHA for f322b9c
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 cannot be more than 255 characters"
384
},
385
url: {
386
0 commit comments