ConfigurationSchema: {
    [name: string]: {
        cachingPolicy?: string;
        isLocal?: boolean;
        isRemote?: boolean;
        isSecure?: boolean;
        nameOverride?: string;
        noPrefix?: boolean;
        required?: boolean;
    };
}

Represents the schema for the configuration object.