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

Publisher

verified publisherindiealexh.com

Weekly Downloads

Utilities for building Json Schema Documents to ensure they are valid and assist with reducing the complexity of creating a schema manually

Homepage
Repository (GitHub)
View/report issues

Topics

#json #json-schema #schema

License

unknown (license)

More

Packages that depend on json_schema_utils