SchemaConfiguration
data class SchemaConfiguration(val type: String = "SchemaConfiguration", val propertiesPath: List<String>, val propertyNamePath: List<String>, val typePath: List<String>, val typeMapping: List<TypesMap>? = null)
Component that represents the configuration for extracting and mapping schema information.