Skip to content

Container Component

Mike edited this page Jun 5, 2025 · 4 revisions

For the updated documentation on the Container component, refer to the Form.io User Guide.

JSON Schema

The JSON Schema definition for this component is defined as follows.

{
  "label": "Container",
  "tableView": false,
  "key": "container",
  "type": "container",
  "input": true,
  "components": []
}

The data map for the component is defined as follows, where userInformation is the Container key:

{
 data: {
    userInformation {  
      firstName: “Joe”,
      lastName: “Smith”,
      email: "[email protected]"
    }
  }
}

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
tree Determines if the Validation should be performed within this component true false true
Clone this wiki locally