fix: Remove min length validation from value of datastore
This commit is contained in:
@@ -10,7 +10,7 @@ class Datastore extends Base {
|
|||||||
properties: {
|
properties: {
|
||||||
id: { type: 'string', format: 'uuid' },
|
id: { type: 'string', format: 'uuid' },
|
||||||
key: { type: 'string', minLength: 1 },
|
key: { type: 'string', minLength: 1 },
|
||||||
value: { type: 'string', minLength: 1 },
|
value: { type: 'string' },
|
||||||
scope: {
|
scope: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
enum: ['flow'],
|
enum: ['flow'],
|
||||||
|
Reference in New Issue
Block a user