refactor: convert IDs to uuid
This commit is contained in:
committed by
Ömer Faruk Aydın
parent
0c183eeadd
commit
02af7948e5
@@ -14,8 +14,8 @@ class Execution extends Base {
|
||||
type: 'object',
|
||||
|
||||
properties: {
|
||||
id: { type: 'string' },
|
||||
flowId: { type: 'integer' },
|
||||
id: { type: 'string', format: 'uuid' },
|
||||
flowId: { type: 'string', format: 'uuid' },
|
||||
testRun: { type: 'boolean' },
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user