Skip to content

Commit

Permalink
Merge 3e01bce into f46a297
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoZapa committed May 30, 2023
2 parents f46a297 + 3e01bce commit 4acb32a
Show file tree
Hide file tree
Showing 3 changed files with 4,918 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/schemas/common/generic-actions/action.js
Expand Up @@ -16,6 +16,7 @@ module.exports = {
name: { type: 'string' },
type: { type: 'string' },
kind: { type: 'string' },
sectionName: { type: 'string' },
sections: {
type: 'array',
items: { type: 'string' },
Expand Down

0 comments on commit 4acb32a

Please sign in to comment.