org.flatland/schematic

Define and compose schemas for describing data types, and check data against them.

Leiningen/Boot

[org.flatland/schematic "0.1.1"]

Clojure CLI/deps.edn

org.flatland/schematic {:mvn/version "0.1.1"}

Gradle

implementation("org.flatland:schematic:0.1.1")

Maven

<dependency>
  <groupId>org.flatland</groupId>
  <artifactId>schematic</artifactId>
  <version>0.1.1</version>
</dependency>