Basic Example

{
  "type": "section",
  "elements": []
}

Live Example

Example Code
[
  {
    "type": "section",
    "elements": [
      {
        "type": "heading",
        "level": 3,
        "text": "Getting Started"
      },
      {
        "type": "text",
        "text": "This section contains introductory information about the topic.",
        "as": "p"
      }
    ]
  }
]

Properties

type
string
required
Identifies this as a section blockMust be section
elements
array
required
Array of block elements contained within this section

Usage Notes

  • This element is part of the BlockKit system for building dynamic user interfaces
  • All properties marked as (required) must be included in your JSON structure
  • Optional properties can be omitted and will use their default values when applicable