inlineSchemaNameMappings property

Map<String, String>? inlineSchemaNameMappings
final

Inline schemas are created as separate schemas automatically and the auto-generated schema name may not look good to everyone. One can customize the name using the title field or the inlineSchemaNameMapping option.

--inline-schema-name-mappings

e.g {'inline_object_2': 'SomethingMapped'}

Implementation

final Map<String, String>? inlineSchemaNameMappings;