Project list with assigned field configuration schema.

interface FieldConfigurationSchemeProjects {
    fieldConfigurationScheme?: FieldConfigurationScheme;
    projectIds: string[];
}

Properties

fieldConfigurationScheme?: FieldConfigurationScheme

Details of a field configuration scheme.

projectIds: string[]

The IDs of projects using the field configuration scheme.