refactorAllofInlineSchemas property

bool refactorAllofInlineSchemas
final

will restore the 6.x (or below) behaviour to refactor allOf inline schemas into $ref. (v7.0.0 will skip the refactoring of these allOf inline schemas by default)

Implementation

final bool refactorAllofInlineSchemas;