{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://global/content-area",
  "schemaVersion": "2.3",
  "title": "Bricks Content Area",
  "description": "A Bricks content area (header, content, or footer) is a flat array of elements with parent-child references.",
  "type": "array",
  "items": {
    "type": "object",
    "_ref": "See the Element structure section in the data model overview.",
    "description": "A Bricks element as stored in any content area (header, content, footer). Properties: id, name, parent, children, settings, selectors, label, themeStyles.",
    "descriptionZh": "存储在任何内容区域（页头、内容、页脚）中的 Bricks 元素。属性：id、name、parent、children、settings、selectors、label、themeStyles。"
  },
  "titleZh": "Bricks 内容区域",
  "descriptionZh": "Bricks 内容区域（页头、内容或页脚）是带父子引用的扁平元素数组。"
}