File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framew
44
55[ ![ view on npm] ( https://img.shields.io/npm/v/fluent-json-schema.svg )] ( https://www.npmjs.org/package/fluent-json-schema )
66[ ![ CI] ( https://github.com/fastify/fluent-json-schema/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/fastify/fluent-json-schema/actions/workflows/ci.yml )
7- [ ![ Coverage Status] ( https://coveralls.io/repos/github/fastify/fluent-json-schema/badge.svg?branch=main )] ( https://coveralls.io/github/fastify/fluent-json-schema?branch=main )
87[ ![ neostandard javascript style] ( https://img.shields.io/badge/code_style-neostandard-brightgreen?style=flat )] ( https://github.com/neostandard/neostandard )
98
109## Features
@@ -14,7 +13,7 @@ A fluent API to generate JSON schemas (draft-07) for Node.js and browser. Framew
1413- Runtime errors for invalid options or keywords misuse
1514- JavaScript constants can be used in the JSON schema (e.g. _ enum_ , _ const_ , _ default_ ) avoiding discrepancies between model and schema
1615- TypeScript definitions
17- - Coverage 99 %
16+ - Coverage 100 %
1817
1918## Install
2019
You can’t perform that action at this time.
0 commit comments