Questions tagged [plumatic-schema]

A Clojure(Script) library for declarative data description and validation. Originally known as Prismatic-Schema.

A Clojure(Script) library for declarative data description and validation.

Schema enables Clojure developers to neatly specify the form of function inputs and outputs in the function metadata. This allows the library to explain and validate a function's usage, regardless of the complexity of data types.

62 questions
-1
votes
1 answer

Why does prisma give an internal error while creating new record?

I am trying to create a new record, although in my response I receive the following error: { "data": null, "errors": [ { "message": "Whoops. Looks like an internal server error. Search your server logs for request ID:…
-1
votes
1 answer

validation of clojure schema

i have a problem in validation of clojure prismatic schema. Here is the code. :Some_Var1 {:Some_Var2 s/Str :Some_Var3 ( s/conditional #(= "mytype1" (:type %)) s/Str #(= "mytype2"…
peejain
  • 107
  • 1
  • 11
1 2 3 4
5