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

avokka.arangodb.models.CollectionSchema.scala Maven / Gradle / Ivy

The newest version!
package avokka.arangodb.models

import avokka.velocypack._

final case class CollectionSchema(
    rule: VPack,
    level: String,
    message: String
)

object CollectionSchema {
  implicit val encoder: VPackEncoder[CollectionSchema] = VPackEncoder.gen
  implicit val decoder: VPackDecoder[CollectionSchema] = VPackDecoder.gen
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy