Skip to content

Commit bb9a8ca

Browse files
feat: added activities to schema validation
1 parent ff4f525 commit bb9a8ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class ServerlessStepFunctions {
147147
stateMachines: { type: 'object' },
148148
validate: { type: 'boolean' },
149149
noOutput: { type: 'boolean' },
150+
activities: { type: 'array' },
150151
},
151152
required: ['stateMachines'],
152153
};

0 commit comments

Comments
 (0)