jss-core 0.2.0

Json Simplified Schema Core Interface
Documentation
1
2
3
4
5
/// A product in the catalog
schema Product: object {
    $schema: https://json-schema.org/draft/2020-12/schema
    $id: https://example.com/product.schema.json
}