All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.weso.schema.SchemaInfo.scala Maven / Gradle / Ivy

package es.weso.schema

case class SchemaInfo(schemaName: String,
                      schemaEngine: String,
                      isWellFormed: Boolean,
                      errors: List[String]
                     )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy