Interface CreateSchemaOptions
interface CreateSchemaOptions {
description?: string;
initialize?: boolean;
schemaDefinitionResource?: string;
title?: string;
userManagement?: boolean;
}
description?: string;
initialize?: boolean;
schemaDefinitionResource?: string;
title?: string;
userManagement?: boolean;
}
Index
Properties
Optionaldescription
description?: string
Optionalinitialize
initialize?: boolean
Set to false to skip initializing the schema based on moduledefinition
Optionalschema Definition Resource
schemaDefinitionResource?: string
Override the schemaresource to use for initialization
Optionaltitle
title?: string
Title
Optionaluser Management
userManagement?: boolean
Whether this schema is used for user management
Description