Validations for Avro schemas according to https://avro.apache.org/docs/current/spec.html
Validations for Avro schemas according to https://avro.apache.org/docs/current/spec.html
(logical-type? x)
Returns whether or not a given string/keyword is an Avro Logical Type.
See: https://avro.apache.org/docs/current/spec.html#Logical+Types
Returns whether or not a given string/keyword is an Avro Logical Type. See: https://avro.apache.org/docs/current/spec.html#Logical+Types
(primitive-type? x)
Returns whether or not a given string/keyword is an Avro Primitive Type.
See: https://avro.apache.org/docs/current/spec.html#schema_primitive
Returns whether or not a given string/keyword is an Avro Primitive Type. See: https://avro.apache.org/docs/current/spec.html#schema_primitive
(valid-name? s)
Returns whether or not a given string is a valid Avro name.
Returns whether or not a given string is a valid Avro name. See: https://avro.apache.org/docs/current/spec.html#names
(valid-namespace? x)
Returns whether or not a given string is a valid Avro namespace.
Returns whether or not a given string is a valid Avro namespace. See: https://avro.apache.org/docs/current/spec.html#names
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close