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

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

There is a newer version: 0.2.4
Show newest version
package es.weso.schema

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy