feat: introduce choose account substep in flow editor

This commit is contained in:
Ali BARIN
2022-02-01 22:11:32 +01:00
committed by Ömer Faruk Aydın
parent b864100890
commit 6a3d1ced93
6 changed files with 99 additions and 16 deletions

View File

@@ -20,10 +20,10 @@ class Connection extends Base {
required: ['key', 'data'],
properties: {
id: { type: 'integer' },
id: { type: 'string' },
key: { type: 'string', minLength: 1, maxLength: 255 },
data: { type: 'object' },
userId: { type: 'integer' },
userId: { type: 'string' },
verified: { type: 'boolean' },
},
};