@adaline/schemas
v1.4.0
Published
Collection of Adaline Schemas, for eg. OpenAPI, JSON Schema, etc.
Readme
@adaline/schemas
JSON schemas for Adaline data structures and validation.
Structure
schemas/- Contains JSON schema files
Usage
Place your JSON schema files in the schemas/ directory. Schemas should follow the JSON Schema specification.
Scripts
clean- Clean node_modules and cache filesrefresh- Clean coverage and cache files
Example Structure
schemas/
├── user.schema.json
├── project.schema.json
└── analytics.schema.jsonRequirements
- Node.js >= 20.0.0
