SchemaValidationOptions
class SchemaValidationOptions(val addKotlinLabsDefinitions: Boolean, val foreignSchemas: List<ForeignSchema>)
Parameters
addKotlinLabsDefinitions
automatically import all the kotlin_labs definitions, even if no @link
is present
foreignSchemas
a list of known ForeignSchema that may or may not be imported depending on the @link
directives