{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/widgetSchema", "title": "", "type": "array", "description": "The schema for the widget\u2019s merchant-facing UI. For more information on the available schema settings, see [Widget UI Schema](/docs/storefront/widgets/input-reference/schema). ", "items": { "anyOf": [ { "$ref": "#/components/schemas/widgetSchemaTab" }, { "$ref": "#/components/schemas/widgetSchemaArray" }, { "$ref": "#/components/schemas/widgetSchemaHidden" } ] }, "x-internal": false }