{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/widgetSchemaTabSections", "title": "widgetSchemaTabSections", "type": "object", "properties": { "label": { "type": "string" }, "settings": { "type": "array", "description": "For examples of each type of setting, see [Page Builder > Schema Settings](/docs/storefront/widgets/input-reference/settings#alignment) in Theme Docs.", "items": { "$ref": "#/components/schemas/widgetSchemaSetting_Base" } } }, "x-internal": false }