SchemaValidationReportMessage

@Serializable
data class SchemaValidationReportMessage(val description: String, val severity: Severity, val lineNumber: Int, val columnNumber: Int)

Constructors

Link copied to clipboard
constructor(description: String, severity: Severity, lineNumber: Int, columnNumber: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard