feat: Add name column to Step model
This commit is contained in:
@@ -38,6 +38,14 @@ exports[`Step model > jsonSchema should have correct validations 1`] = `
|
||||
"null",
|
||||
],
|
||||
},
|
||||
"name": {
|
||||
"maxLength": 255,
|
||||
"minLength": 1,
|
||||
"type": [
|
||||
"string",
|
||||
"null",
|
||||
],
|
||||
},
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user