Define the Schema
Set the schema on your flag:Add Fields to an Existing Schema
To add new fields, include them in the schema:Define a Nested Schema
UsestructSchema for nested fields:
Define a List Schema
UselistSchema for array fields:
Remove a Field
To remove a field, first update all variants to remove that field, then update the schema:The request will fail if any variant still uses the field you’re trying to remove.
Next Steps
After defining your schema:- Create variants with values matching the schema
- Create segments to target audiences
- Create rules to assign variants

