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

Constructors

Link copied to clipboard
constructor(addKotlinLabsDefinitions: Boolean, foreignSchemas: List<ForeignSchema>)

Properties

Link copied to clipboard