encoder() = fun((binary()) -> supported_types())
schema() = #{schema_key() := schema_value()}
schema_key() = atom()
schema_value() = encoder() | schema() | {map_array, schema()}
supported_types() = undefined | integer() | float() | binary() | boolean() | [supported_types()]
create/1 |
create(Schema::binary() | string()) -> {ok, schema()} | {error, term()}
Generated by EDoc