Liking cljdoc? Tell your friends :D

scribe.avro.schema-specs

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
raw docstring

logical-type?clj

(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
raw docstring

primitive-type?clj

(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
raw docstring

valid-name?clj

(valid-name? s)

Returns whether or not a given string is a valid Avro name.

See: https://avro.apache.org/docs/current/spec.html#names

Returns whether or not a given string is a valid Avro name.

See: https://avro.apache.org/docs/current/spec.html#names
raw docstring

valid-namespace?clj

(valid-namespace? x)

Returns whether or not a given string is a valid Avro namespace.

See: https://avro.apache.org/docs/current/spec.html#names

Returns whether or not a given string is a valid Avro namespace.

See: https://avro.apache.org/docs/current/spec.html#names
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close