The widget type
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/widget_type", "title": "widget_type", "description": "The widget type", "enum": [ "set_pin", "activate_card" ], "type": "string" }