Skip to main content
Version: Next

LoadConfigSchemaOptions

Home > @backstage/config-loader > LoadConfigSchemaOptions

Options that control the loading of configuration schema files in the backend.

Signature:

export type LoadConfigSchemaOptions = ({
dependencies: string[];
packagePaths?: string[];
} | {
serialized: JsonObject;
}) & {
noUndeclaredProperties?: boolean;
};

References: JsonObject