Schemas are only enforced when editing dynamic configs through the console or API, and are not used at code runtime.
Dynamic Config
Using a schema
Learn how to use JSON Schema to enforce consistent return values for dynamic config rules
Dynamic configs support schemas using JSON Schema syntax to enforce a common convention between the return values for each rule you’ll set.
Now, each of your rules must return an object including title, description, and CTA.
For example, if you have a dynamic config that returns settings for a site banner, you might have a schema of: