diff --git a/lib/schema.json b/lib/schema.json index d6a6fc6..782df43 100644 --- a/lib/schema.json +++ b/lib/schema.json @@ -746,6 +746,19 @@ }, "spacing": { "$ref": "#/definitions/SpacingStyle" + }, + "actionStyle": { + "type": "string", + "description": "How to display the action set.", + "enum": [ + "list", + "dropdown" + ], + "default": "list" + }, + "label": { + "type": "string", + "description": "Text displayed as label if ActionSet is in dropdown style." } }, "required": ["type", "actions"]