json_schema_utils 1.0.0-dev.1 copy "json_schema_utils: ^1.0.0-dev.1" to clipboard
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",
);
1
likes
0
points
52
downloads

Publisher

verified publisherindiealexh.com

Weekly Downloads

Utilities for building Json Schema Documents

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on json_schema_utils