Configuration for prioritized schema definitions that should appear at the top

interface SidebarConfig {
    defaultConfig?: SchemaDefinitionConfig;
    hiddenDefinitions?: string[];
    prioritizedDefinitions?: string[];
}

Properties

defaultConfig?: SchemaDefinitionConfig

Default configuration for all definitions

hiddenDefinitions?: string[]

Schema definitions that should be hidden from the menu

prioritizedDefinitions?: string[]

Schema definitions that should appear at the top of the menu