Scaffolder module schemas for module generation inputs and outputs.
Scaffolder module schemas for module generation inputs and outputs.
Schema for an entity definition.
Schema for an entity definition.
Schema for a field definition in an entity.
An :enum field must name its values: [:enum] is a Malli schema nothing
satisfies, so a module generated without them rejected every write of that
field (BOU-447). A :relation must name what it references, for the same
reason — without it there is nothing to generate but a bare UUID column
(BOU-480).
Schema for a field definition in an entity. An `:enum` field must name its values: `[:enum]` is a Malli schema nothing satisfies, so a module generated without them rejected every write of that field (BOU-447). A `:relation` must name what it references, for the same reason — without it there is nothing to generate but a bare UUID column (BOU-480).
The keys a field definition may carry.
The keys a field definition may carry.
Supported field types for entity fields.
Supported field types for entity fields.
Schema for module generation request.
Schema for module generation request.
Schema for module generation result.
Schema for module generation result.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |