metaschema icon indicating copy to clipboard operation
metaschema copied to clipboard

Schema definition and validation 💡

Results 25 metaschema issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** There must be good docs for `metaschema` **Describe the solution you'd like** Write documentation in MD format

metarhia-s'22

**Is your feature request related to a problem? Please describe.** Considering all the great advantages of metaschemas as a single source of truth for db structure, data validation, and so...

metarhia-s'22

@lundibundi please edit ## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]...

metarhia-s'22

**Is your feature request related to a problem? Please describe.** ```js const schema = new Schema('File', { Entity: {}, size: 'number', ratio: { method: (file) => file.size / 10, returns:...

metarhia-s'22

**To-Do** Research Please edit or comment issue via progress

metarhia-s'22

**Is your feature request related to a problem? Please describe.** A few basic types are still missing. - [x] array - [ ] Date only primitive - [ ] Time...

**Is your feature request related to a problem? Please describe.** Currently the `metaschema` repo doesn't contain easily usable schemas that can be played around with to understand features and use-cases...

It would be good to have a `name` property for custom types defined in `./types.js` for a Model. That I would be able to use proper types in ERD generation...

- PlantML: https://plantuml.com/ru/ie-diagram - Mermaid: https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram