Contents:
Configuration schemas define the configurations structure. They have a name, a list of parents, and a list of sections with options definitions.
Configuration schemas can be composed by inheriting from multiple parents. Configuration sections from the parents appear in the child configuration schema. For instance, a full stack web framework configuration schema could inherit from a generic Web schema for web server configuration, and another Database schema for database connection configuration.
Configuration schemas have sections, each containing other sections and schema options. The schemas sections and options can be manipulated in the tree appearing on the left of the configuration schemas navigator.
Return the list of globally registered configuration schemas
Return schema’s direct sections (without looking at schema’s parents sections)
Configuration schema section
Gets section option with name name from the section. If it is not found, None is return