refactor: Update required validations with custom assertion
This commit is contained in:
@@ -5,7 +5,7 @@ class Datastore extends Base {
|
||||
|
||||
static jsonSchema = {
|
||||
type: 'object',
|
||||
required: ['key', 'value', 'scope', 'scopeId'],
|
||||
required: ['key', 'value', 'scopeId'],
|
||||
|
||||
properties: {
|
||||
id: { type: 'string', format: 'uuid' },
|
||||
|
Reference in New Issue
Block a user