json_schema_utils 1.0.0-dev.5
json_schema_utils: ^1.0.0-dev.5 copied to clipboard
Utilities for building Json Schema Documents to ensure they are valid and assist with reducing the complexity of creating a schema manually
json_schema_utils #
[JSONSchema Utils Logo]
JSONSchema Utils provides tools to help programmatically build JSONSchema Documents
Features #
- JSONSchema Support
- Opinionated JSONSchema Document
- Validation of spec compliance while building your schema
Getting started #
Usage #
var schema = JsonSchemaDocument(
"https://indiealexh.dev/schema/vehicle",
"Vehicle Schema",
"A Schema to describe a vehicle",
);