json_schema_utils 1.0.0-dev.1
json_schema_utils: ^1.0.0-dev.1 copied to clipboard
Utilities for building Json Schema Documents
json_schema_utils #
JSONSchema Utils provides tools to help programmatically build JSONSchema Documents
Features #
- JSONSchema Support
- Opinionated JSONSchema Document
Getting started #
Usage #
var schema = JsonSchemaDocument(
"https://indiealexh.dev/schema/vehicle",
"Vehicle Schema",
"A Schema to describe a vehicle",
);